Skip to content

Commit

Permalink
Updated libraries to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Nov 29, 2024
1 parent dfcdc6a commit 5b8650f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
25 changes: 11 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -8,7 +8,7 @@ asn1==2.2.0
# via -r requirements.in
certifi==2018.11.29
# via requests
cffi==1.14.3
cffi==1.15.0
# via
# -r requirements.in
# cryptography
Expand All @@ -18,43 +18,40 @@ cryptography==2.8
# via
# -r requirements.in
# pyopenssl
deprecated==1.2.10
deprecated==1.2.13
# via -r requirements.in
future==0.18.2
# via -r requirements.in
idna==2.7
# via requests
iso8601==0.1.13
iso8601==1.0.2
# via -r requirements.in
itsdangerous==1.1.0
itsdangerous==2.0.1
# via -r requirements.in
pbr==1.10.0
# via -r requirements.in
protobuf==4.21.12
protobuf==3.19.4
# via -r requirements.in
pycparser==2.18
# via cffi
pyopenssl==19.1.0
# via -r requirements.in
pytz==2022.1
pytz==2021.3
# via -r requirements.in
pyyaml==5.2
# via -r requirements.in
requests==2.21.0
# via -r requirements.in
six==1.10.0
six==1.16.0
# via
# -r requirements.in
# cryptography
# protobuf
# pyopenssl
urllib3==1.24.3
# via
# -r requirements.in
# requests
wheel==0.33.6
wheel==0.37.1
# via -r requirements.in
wrapt==1.11.2
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
# setuptools
# via deprecated

0 comments on commit 5b8650f

Please sign in to comment.