Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Jun 18, 2024
2 parents 25080e3 + bece172 commit 1beb875
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 16 deletions.
2 changes: 1 addition & 1 deletion data_server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ requests==2.32.0
# google-cloud-storage
rsa==4.7
# via google-auth
urllib3==1.26.18
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
2 changes: 1 addition & 1 deletion exporter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ six==1.16.0
# via python-dateutil
tzdata==2024.1
# via pandas
urllib3==1.26.18
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
Expand Down
29 changes: 16 additions & 13 deletions python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ charset-normalizer==3.3.2
# via requests
dill==0.3.8
# via pylint
et-xmlfile==1.1.0
# via openpyxl
freezegun==1.5.1
# via -r tests/requirements.in
# via -r requirements.in
google-api-core[grpc]==1.24.1
# via
# google-cloud-bigquery
Expand All @@ -29,18 +31,18 @@ google-auth==1.24.0
# google-cloud-core
# google-cloud-storage
google-cloud==0.34.0
# via -r tests/../ingestion/requirements.in
# via -r ../ingestion/requirements.in
google-cloud-bigquery==2.6.1
# via -r tests/../ingestion/requirements.in
# via -r ../ingestion/requirements.in
google-cloud-core==1.7.3
# via
# -r tests/../ingestion/requirements.in
# -r ../ingestion/requirements.in
# google-cloud-bigquery
# google-cloud-storage
google-cloud-pubsub==2.6.1
# via -r tests/../ingestion/requirements.in
# via -r ../ingestion/requirements.in
google-cloud-storage==1.38.0
# via -r tests/../ingestion/requirements.in
# via -r ../ingestion/requirements.in
google-crc32c==1.1.0
# via google-resumable-media
google-resumable-media==1.2.0
Expand Down Expand Up @@ -71,10 +73,12 @@ mypy-extensions==0.4.3
# via typing-inspect
numpy==1.26.4
# via pandas
openpyxl==3.1.4
# via -r ../ingestion/requirements.in
pandas==2.2.2
# via
# -r tests/../ingestion/requirements.in
# -r tests/requirements.in
# -r ../ingestion/requirements.in
# -r requirements.in
platformdirs==4.2.1
# via pylint
proto-plus==1.13.0
Expand All @@ -96,7 +100,7 @@ pyasn1-modules==0.2.8
pycparser==2.20
# via cffi
pylint==3.2.2
# via -r tests/../ingestion/requirements.in
# via -r ../ingestion/requirements.in
python-dateutil==2.9.0.post0
# via
# freezegun
Expand All @@ -109,7 +113,7 @@ pyyaml==5.4
# via libcst
requests==2.32.2
# via
# -r tests/../ingestion/requirements.in
# -r ../ingestion/requirements.in
# google-api-core
# google-cloud-storage
rsa==4.9
Expand All @@ -132,11 +136,10 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==2.2.1
urllib3==2.2.2
# via requests
xlrd==2.0.1
# via -r tests/../ingestion/requirements.in

# via -r ../ingestion/requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ typing-inspect==0.6.0
# via libcst
tzdata==2024.1
# via pandas
urllib3==1.26.18
urllib3==1.26.19
# via requests
werkzeug==3.0.3
# via flask
Expand Down

0 comments on commit 1beb875

Please sign in to comment.