Skip to content

Commit

Permalink
Merge pull request #149 from ral-facilities/dependabot/pip/pip-3b0afd…
Browse files Browse the repository at this point in the history
…46d9

Bump the pip group across 1 directory with 6 updates
  • Loading branch information
joelvdavies authored Oct 25, 2024
2 parents 1888374 + 2dfc6a8 commit 82ed813
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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==43.0.1",
"fastapi[all]==0.114.2",
"cryptography==43.0.3",
"fastapi[all]==0.115.3",
"PyJWT==2.9.0",
"python-ldap==3.4.4",
"uvicorn==0.30.6"
"uvicorn==0.32.0"
]

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

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

formatting = [
"black==24.8.0"
"black==24.10.0"
]

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

dev = [
Expand Down

0 comments on commit 82ed813

Please sign in to comment.