Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [fastapi[all]](https://github.com/fastapi/fastapi) | `0.114.2` | `0.115.2` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.4` | `1.1.5` |



Updates `cryptography` from 43.0.1 to 43.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...43.0.3)

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

Updates `uvicorn` from 0.30.6 to 0.32.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.32.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 `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

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: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- 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: black
  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 Oct 21, 2024
1 parent caf1188 commit c9a9681
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.2",
"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 c9a9681

Please sign in to comment.