Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates in the / directory: [fastapi[all]](https://github.com/fastapi/fastapi), [uvicorn](https://github.com/encode/uvicorn), [pylint](https://github.com/pylint-dev/pylint) and [pytest-env](https://github.com/pytest-dev/pytest-env).


Updates `fastapi[all]` from 0.114.2 to 0.115.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.2...0.115.0)

Updates `uvicorn` from 0.30.6 to 0.31.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.6...0.31.0)

Updates `pylint` from 3.2.7 to 3.3.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.7...v3.3.1)

Updates `pytest-env` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.4...1.1.5)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytest-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent caf1188 commit d69b1b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ version = "1.0.0"

dependencies = [
"cryptography==43.0.1",
"fastapi[all]==0.114.2",
"fastapi[all]==0.115.0",
"PyJWT==2.9.0",
"python-ldap==3.4.4",
"uvicorn==0.30.6"
"uvicorn==0.31.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]"
]

Expand All @@ -29,7 +29,7 @@ formatting = [
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 d69b1b6

Please sign in to comment.