Skip to content

Commit

Permalink
updating requirements to satisfy dependabot complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarcelo committed Feb 29, 2024
1 parent 9a04133 commit 31866a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
22 changes: 0 additions & 22 deletions fastapi_keycloak/requirements.txt

This file was deleted.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description = "Keycloak API Client for integrating authentication and authorizat
dependencies = [
"anyio>=3.4.0",
"asgiref>=3.4.1",
"certifi>=2021.10.8",
"certifi>=2023.7.22",
"charset-normalizer>=2.0.9",
"click>=8.0.3",
"ecdsa>=0.17.0",
Expand All @@ -36,13 +36,13 @@ dependencies = [
"pyasn1>=0.4.8",
"pydantic>=1.5a1",
"python-jose>=3.3.0",
"requests>=2.26.0",
"requests>=2.31.0",
"rsa>=4.8",
"six>=1.16.0",
"sniffio>=1.2.0",
"starlette>=0.16.0",
"starlette>=0.36.2",
"typing_extensions>=4.0.1",
"urllib3>=1.26.7",
"urllib3>=1.26.17",
"uvicorn>=0.16.0",
"itsdangerous>=2.0.1",
]
Expand Down

0 comments on commit 31866a7

Please sign in to comment.