Skip to content

Commit 42709e1

Browse files
Bump the minor-patch-dependencies group with 4 updates (#1010)
Bumps the minor-patch-dependencies group with 4 updates: [uvicorn](https://github.com/encode/uvicorn), [google-auth](https://github.com/googleapis/google-auth-library-python), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.32.1...0.34.0) Updates `google-auth` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python@v2.36.0...v2.37.0) Updates `pydantic-settings` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0) Updates `ruff` from 0.8.2 to 0.8.3 - [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.8.2...0.8.3) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb7b289 commit 42709e1

2 files changed

Lines changed: 36 additions & 35 deletions

File tree

poetry.lock

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fastapi = "^0.115.6"
1616
starlette = "^0.41.3"
1717
requests = "^2.32.3"
1818
pydantic = {extras = ["email"], version = "^2.10.3"}
19-
uvicorn = {extras = ["standard"], version = "^0.32.1"}
19+
uvicorn = {extras = ["standard"], version = "^0.34.0"}
2020
SQLAlchemy = "^2.0.36"
2121
alembic = "^1.14.0"
2222
python-multipart = "^0.0.19"
@@ -27,8 +27,8 @@ lxml = "^5.3.0"
2727
prometheus-client = "0.21.1"
2828
colorama = "^0.4.6"
2929
psycopg2 = "^2.9.10"
30-
google-auth = "^2.36.0"
31-
pydantic-settings = "^2.6.1"
30+
google-auth = "^2.37.0"
31+
pydantic-settings = "^2.7.0"
3232
argon2-cffi = "^23.1.0"
3333
pyjwt = "^2.10.1"
3434

@@ -48,7 +48,7 @@ factory-boy = "^3.3.1"
4848
pytest-factoryboy = "^2.7.0"
4949
backoff = "^2.2.1"
5050
httpx = "^0.28.1"
51-
ruff = "^0.8.2"
51+
ruff = "^0.8.3"
5252

5353
[tool.pytest.ini_options]
5454
testpaths = ["tests/unit"]

0 commit comments

Comments
 (0)