Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Nov 1, 2023
1 parent 1490882 commit 626aca0
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install --upgrade setuptools
pip install -r cf/requirements.txt
pip install -r cfintraday/requirements.txt
pip install -r cfintradaysqlview/requirements.txt
Expand Down
10 changes: 5 additions & 5 deletions cf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-python-client==1.12.8
google-cloud-storage==1.35.0
google-cloud-bigquery==2.7.0
google-cloud-pubsub==2.2.0
google-cloud-bigquery-storage==2.10.1
google-api-python-client~=1.12.8
google-cloud-storage~=1.35.0
google-cloud-bigquery~=3.13.0
google-cloud-pubsub~=2.2.0
google-cloud-bigquery-storage~=2.10.1
pytz~=2022.7.1
6 changes: 3 additions & 3 deletions cfconfigbuilder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.12.8
google-cloud-storage==1.35.0
google-cloud-bigquery==2.7.0
google-api-python-client~=1.12.8
google-cloud-storage~=1.35.0
google-cloud-bigquery~=3.13.0
8 changes: 4 additions & 4 deletions cfconfigbuilderps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-python-client==1.12.8
google-cloud-storage==1.35.0
google-cloud-bigquery==2.7.0
google-cloud-pubsub==2.2.0
google-api-python-client~=1.12.8
google-cloud-storage~=1.35.0
google-cloud-bigquery~=3.13.0
google-cloud-pubsub~=2.2.0
12 changes: 6 additions & 6 deletions cfintraday/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-cloud-storage==1.42.0
google-cloud-scheduler==2.3.2
google-api-python-client==2.17.0
grpcio==1.39.0
google-cloud-logging==2.6.0
pyparsing==2.4.7
google-cloud-storage~=1.42.0
google-cloud-scheduler~=2.3.2
google-api-python-client~=2.17.0
grpcio~=1.59.2
google-cloud-logging~=2.6.0
pyparsing~=2.4.7
10 changes: 5 additions & 5 deletions cfintradaysqlview/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==1.12.8
google-cloud-storage==1.35.0
google-cloud-bigquery==2.7.0
google-cloud-pubsub==2.2.0
google-cloud-bigquery-storage==2.10.1
google-api-python-client~=1.12.8
google-cloud-storage~=1.35.0
google-cloud-bigquery~=3.13.0
google-cloud-pubsub~=2.2.0
google-cloud-bigquery-storage~=2.10.1
8 changes: 4 additions & 4 deletions tests/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==6.2.1
testfixtures==6.18.0
pytest~=6.2.1
testfixtures~=6.18.0
pytz~=2022.5
pandas==1.3.5
pyarrow==6.0.1
pandas~=2.1.2
pyarrow~=13.0.0

0 comments on commit 626aca0

Please sign in to comment.