Skip to content

Commit

Permalink
Merge pull request #132 from ral-facilities/dependabot/pip/pip-21b877…
Browse files Browse the repository at this point in the history
…ca91

Bump the pip group across 1 directory with 8 updates
  • Loading branch information
VKTB authored Sep 16, 2024
2 parents 6e84c4e + db9c74f commit 95ddfd4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@ requires-python = ">=3.12"
version = "1.0.0"

dependencies = [
"cryptography==42.0.8",
"fastapi[all]==0.111.0",
"PyJWT==2.8.0",
"cryptography==43.0.1",
"fastapi[all]==0.114.2",
"PyJWT==2.9.0",
"python-ldap==3.4.4",
"uvicorn==0.30.1"
"uvicorn==0.30.6"
]

[project.urls]
"Repository" = "https://github.com/ral-facilities/ldap-jwt-auth"

[project.optional-dependencies]
code-analysis = [
"pylint==3.2.5",
"pylint==3.2.7",
"ldap-jwt-auth[test]"
]

formatting = [
"black==24.4.2"
"black==24.8.0"
]

test = [
"pytest==8.2.2",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-env==1.1.3"
"pytest-env==1.1.4"
]

dev = [
Expand Down

0 comments on commit 95ddfd4

Please sign in to comment.