Skip to content

Commit

Permalink
chore(deps): bump max supported cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Sep 13, 2023
1 parent 716ff00 commit 81b926a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auth/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = ">= 3.8, < 4.0"
content-hash = "894c917835083fb881e9936e226785bb1c066c582126c245a9796ebd6f6ad873"
content-hash = "3908fc8aa6dc4fb7a815f828ec6cdbc3cf91eac8d03fdbce4eb54be36142a79f"
3 changes: 2 additions & 1 deletion auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ python = ">= 3.8, < 4.0"
# aiohttp = ">= 3.3.0, < 4.0.0"
backoff = ">= 1.0.0, < 3.0.0"
chardet = ">= 2.0, < 6.0"
cryptography = ">= 2.0.0, < 42.0.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 44.0.0" # pin max to < (major + 3)
pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"

Expand Down
3 changes: 2 additions & 1 deletion auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ python = ">= 3.8, < 4.0"
aiohttp = ">= 3.3.0, < 4.0.0"
backoff = ">= 1.0.0, < 3.0.0"
chardet = ">= 2.0, < 6.0"
cryptography = ">= 2.0.0, < 42.0.0"
# See https://cryptography.io/en/latest/api-stability/#deprecation
cryptography = ">= 2.0.0, < 44.0.0" # pin max to < (major + 3)
pyjwt = ">= 1.5.3, < 3.0.0"
# requests = ">= 2.2.1, < 3.0.0"

Expand Down

0 comments on commit 81b926a

Please sign in to comment.