Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcvey committed Apr 26, 2024
1 parent ce5718d commit 06519e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appnope==0.1.4
# via ipykernel
asttokens==2.4.1
# via stack-data
black==24.3.0
black==24.4.2
# via innholdsoversikt (pyproject.toml)
cachetools==5.3.3
# via google-auth
Expand All @@ -26,7 +26,7 @@ decorator==5.1.1
# via ipython
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via ipython
executing==2.0.1
# via stack-data
Expand All @@ -41,7 +41,7 @@ google-auth==2.29.0
# google-cloud-bigquery
# google-cloud-core
# google-cloud-storage
google-cloud-bigquery==3.20.1
google-cloud-bigquery==3.21.0
# via innholdsoversikt (pyproject.toml)
google-cloud-core==2.4.1
# via
Expand All @@ -61,13 +61,13 @@ googleapis-common-protos==1.63.0
# via
# google-api-core
# grpcio-status
grpcio==1.62.1
grpcio==1.62.2
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.1
grpcio-status==1.62.2
# via google-api-core
idna==3.6
idna==3.7
# via requests
ipykernel==6.29.4
# via innholdsoversikt (pyproject.toml)
Expand All @@ -81,7 +81,7 @@ jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
Expand All @@ -98,15 +98,15 @@ packaging==24.0
# black
# google-cloud-bigquery
# ipykernel
pandas==2.2.1
pandas==2.2.2
# via innholdsoversikt (pyproject.toml)
parso==0.8.3
parso==0.8.4
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# jupyter-core
Expand Down Expand Up @@ -143,7 +143,7 @@ python-dotenv==1.0.1
# via innholdsoversikt (pyproject.toml)
pytz==2024.1
# via pandas
pyzmq==25.1.2
pyzmq==26.0.2
# via
# ipykernel
# jupyter-client
Expand All @@ -169,15 +169,15 @@ tornado==6.4
# jupyter-client
tqdm==4.66.2
# via innholdsoversikt (pyproject.toml)
traitlets==5.14.2
traitlets==5.14.3
# via
# comm
# ipykernel
# ipython
# jupyter-client
# jupyter-core
# matplotlib-inline
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# black
# ipython
Expand Down
10 changes: 5 additions & 5 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ google-auth==2.29.0
# google-cloud-bigquery
# google-cloud-core
# google-cloud-storage
google-cloud-bigquery==3.20.1
google-cloud-bigquery==3.21.0
# via innholdsoversikt (pyproject.toml)
google-cloud-core==2.4.1
# via
Expand All @@ -41,19 +41,19 @@ googleapis-common-protos==1.63.0
# via
# google-api-core
# grpcio-status
grpcio==1.62.1
grpcio==1.62.2
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.1
grpcio-status==1.62.2
# via google-api-core
idna==3.6
idna==3.7
# via requests
numpy==1.26.4
# via pandas
packaging==24.0
# via google-cloud-bigquery
pandas==2.2.1
pandas==2.2.2
# via innholdsoversikt (pyproject.toml)
proto-plus==1.23.0
# via google-api-core
Expand Down

0 comments on commit 06519e5

Please sign in to comment.