Skip to content

Commit

Permalink
Merge pull request #160 from ral-facilities/dependabot/pip/pip-27daa5…
Browse files Browse the repository at this point in the history
…59ae

Bump the pip group across 1 directory with 5 updates
  • Loading branch information
joelvdavies authored Nov 27, 2024
2 parents e777198 + ee0ebbc commit 777dce3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ version = "1.0.0"

dependencies = [
"cryptography==43.0.3",
"fastapi[all]==0.115.3",
"PyJWT==2.9.0",
"fastapi[all]==0.115.5",
"PyJWT==2.10.0",
"python-ldap==3.4.4",
"uvicorn==0.32.0"
"uvicorn==0.32.1"
]

[project.urls]
Expand All @@ -19,13 +19,13 @@ dependencies = [
[project.optional-dependencies]
code-analysis = [
"black==24.10.0",
"pylint==3.2.7",
"pylint==3.3.1",
"ldap-jwt-auth[test]"
]

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

Expand Down

0 comments on commit 777dce3

Please sign in to comment.