Skip to content

Commit 7687618

Browse files
chore(deps): bump the poetry group across 1 directory with 5 updates
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [httpx](https://github.com/encode/httpx), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff) and [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. Updates `cryptography` to 44.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...44.0.2) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.1) Updates `pre-commit` to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.8.0...v4.2.0) Updates `ruff` to 0.11.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@0.6.7...0.11.2) Updates `uvicorn` to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.31.0...0.34.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: poetry - dependency-name: httpx dependency-type: direct:production dependency-group: poetry - dependency-name: pre-commit dependency-type: direct:production dependency-group: poetry - dependency-name: ruff dependency-type: direct:production dependency-group: poetry - dependency-name: uvicorn dependency-type: direct:production dependency-group: poetry ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83ed0b6 commit 7687618

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ readme = "README.md"
88
dependencies = [
99
"authlib>=1.1.2,<2",
1010
"colorlog>=6.8.2,<7",
11-
"cryptography>=43.0.1,<44",
11+
"cryptography>=43.0.1,<46",
1212
"fastapi>=0.115.0,<0.116",
1313
"fastapi-swagger>=0.2.3,<0.3",
1414
"gunicorn>=23.0.0,<24",
15-
"httpx>=0.27.2,<0.28",
16-
"pre-commit>=3.8.0,<4",
15+
"httpx>=0.27.2,<0.29",
16+
"pre-commit>=3.8.0,<5",
1717
"pydantic>=2.9.2,<3",
18-
"ruff>=0.6.7,<0.7",
19-
"uvicorn>=0.31.0,<0.32",
18+
"ruff>=0.6.7,<0.12",
19+
"uvicorn>=0.31.0,<0.35",
2020
"pycups>=2.0.4,<3",
2121
"unoserver~=3.1",
2222
"python-multipart>=0.0.20,<0.0.21",

0 commit comments

Comments
 (0)