Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.7` | `43.0.0` |
| [fastapi[all]](https://github.com/fastapi/fastapi) | `0.111.0` | `0.112.0` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.32` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.5.7` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.1` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240602` | `2.32.0.20240712` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.3.2` |



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

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

Updates `pyjwt` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.8.0...2.9.0)

Updates `sqlalchemy` from 2.0.30 to 2.0.32
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

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

Updates `ruff` from 0.4.8 to 0.5.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.8...0.5.7)

Updates `mypy` from 1.10.0 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.11.1)

Updates `types-requests` from 2.32.0.20240602 to 2.32.0.20240712
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest` from 8.2.1 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.3.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 75fdade commit 4b0f7e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ readme = "README.md"
version = "0.0.1"
requires-python = ">= 3.11"
dependencies = [
"cryptography==42.0.7",
"cryptography==43.0.0",
"gql[all]==3.5.0",
"fastapi[all]==0.111.0",
"fastapi[all]==0.112.0",
"psycopg2==2.9.9",
"PyJWT==2.8.0",
"SQLAlchemy==2.0.30",
"uvicorn==0.30.1"
"PyJWT==2.9.0",
"SQLAlchemy==2.0.32",
"uvicorn==0.30.5"
]

[project.urls]
"Repository" = "https://github.com/fiaisis/fia-auth"

[project.optional-dependencies]
formatting = [
"ruff==0.4.8",
"mypy==1.10.0",
"types-requests==2.32.0.20240602",
"ruff==0.5.7",
"mypy==1.11.1",
"types-requests==2.32.0.20240712",
"fia-auth[test]",
]


test = [
"pytest==8.2.1",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-random-order==1.1.1",
]
Expand Down

0 comments on commit 4b0f7e2

Please sign in to comment.