Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 4 updates (#1010)
Browse files Browse the repository at this point in the history
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](encode/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent bb7b289 commit 42709e1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
63 changes: 32 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fastapi = "^0.115.6"
starlette = "^0.41.3"
requests = "^2.32.3"
pydantic = {extras = ["email"], version = "^2.10.3"}
uvicorn = {extras = ["standard"], version = "^0.32.1"}
uvicorn = {extras = ["standard"], version = "^0.34.0"}
SQLAlchemy = "^2.0.36"
alembic = "^1.14.0"
python-multipart = "^0.0.19"
Expand All @@ -27,8 +27,8 @@ lxml = "^5.3.0"
prometheus-client = "0.21.1"
colorama = "^0.4.6"
psycopg2 = "^2.9.10"
google-auth = "^2.36.0"
pydantic-settings = "^2.6.1"
google-auth = "^2.37.0"
pydantic-settings = "^2.7.0"
argon2-cffi = "^23.1.0"
pyjwt = "^2.10.1"

Expand All @@ -48,7 +48,7 @@ factory-boy = "^3.3.1"
pytest-factoryboy = "^2.7.0"
backoff = "^2.2.1"
httpx = "^0.28.1"
ruff = "^0.8.2"
ruff = "^0.8.3"

[tool.pytest.ini_options]
testpaths = ["tests/unit"]
Expand Down

0 comments on commit 42709e1

Please sign in to comment.