Skip to content

Commit

Permalink
refactor: requirements update
Browse files Browse the repository at this point in the history
Not updating jsonschema, because it causes conflict with singer-python~ lib
  • Loading branch information
RuslanBergenov committed Oct 25, 2022
1 parent 8504bfd commit 6d6e1a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

on:
push:
branches: [development, master]
branches: [development, master, hotfix/requirements-update]
pull_request:
branches: [ master ]

Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest~=6.2.4
testfixtures~=6.18.0
pandas~=1.3.4
pyarrow~=6.0.1
pytest~=7.2.0
testfixtures~=7.0.0
pandas~=1.5.1
pyarrow~=9.0.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
singer-python~=5.12.1
google-cloud-bigquery~=2.26.0
singer-python~=5.12.2
google-cloud-bigquery~=3.3.5
jsonschema~=2.6.0
setuptools~=60.3.1
setuptools~=65.5.0

0 comments on commit 6d6e1a7

Please sign in to comment.