8000 Update cryptography requirements.txt by duedares-rvj · Pull Request #630 · auth0/auth0-python · GitHub
[go: up one dir, main page]

Skip to content

Update cryptography requirements.txt #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
minor update
  • Loading branch information
duedares-rvj committed Sep 10, 2024
commit 66476986871eef51e18ce7bc651e24f17bf7a5bc
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography
pyjwt = "^2.8.0"
requests = "^2.31.0"
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3
multidict = "^6.1.0"

[tool.poetry.group.dev.dependencies]
aioresponses = "^0.7.4"
Expand Down
0