Skip to content

Commit 9021783

Browse files
Bump the python-packages group across 1 directory with 11 updates
Bumps the python-packages group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `42.0.7` | `43.0.3` | | [fastapi[all]](https://github.com/fastapi/fastapi) | `0.111.0` | `0.115.4` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.30` | `2.0.36` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.32.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.7.2` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.13.0` | | [types-requests](https://github.com/python/typeshed) | `2.32.0.20240602` | `2.32.0.20241016` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.3.3` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | Updates `cryptography` from 42.0.7 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.7...43.0.3) Updates `fastapi[all]` from 0.111.0 to 0.115.4 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.111.0...0.115.4) Updates `psycopg2` from 2.9.9 to 2.9.10 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) 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.36 - [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.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.1...0.32.0) Updates `ruff` from 0.4.8 to 0.7.2 - [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.7.2) Updates `mypy` from 1.10.0 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.13.0) Updates `types-requests` from 2.32.0.20240602 to 2.32.0.20241016 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.2.1 to 8.3.3 - [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.3) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) --- 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: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch 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-minor 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 - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7c559d commit 9021783

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ readme = "README.md"
55
version = "0.0.1"
66
requires-python = ">= 3.11"
77
dependencies = [
8-
"cryptography==42.0.7",
8+
"cryptography==43.0.3",
99
"gql[all]==3.5.0",
10-
"fastapi[all]==0.111.0",
11-
"psycopg2==2.9.9",
12-
"PyJWT==2.8.0",
13-
"SQLAlchemy==2.0.30",
14-
"uvicorn==0.30.1"
10+
"fastapi[all]==0.115.4",
11+
"psycopg2==2.9.10",
12+
"PyJWT==2.9.0",
13+
"SQLAlchemy==2.0.36",
14+
"uvicorn==0.32.0"
1515
]
1616

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

2020
[project.optional-dependencies]
2121
formatting = [
22-
"ruff==0.4.8",
23-
"mypy==1.10.0",
24-
"types-requests==2.32.0.20240602",
22+
"ruff==0.7.2",
23+
"mypy==1.13.0",
24+
"types-requests==2.32.0.20241016",
2525
"fia-auth[test]",
2626
]
2727

2828

2929
test = [
30-
"pytest==8.2.1",
31-
"pytest-cov==5.0.0",
30+
"pytest==8.3.3",
31+
"pytest-cov==6.0.0",
3232
"pytest-random-order==1.1.1",
3333
]
3434

0 commit comments

Comments
 (0)