Skip to content

Commit

Permalink
Bump the minor-patch-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 3 updates: [python-multipart](https://github.com/Kludex/python-multipart), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [ruff](https://github.com/astral-sh/ruff).


Updates `python-multipart` from 0.0.16 to 0.0.17
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.16...0.0.17)

Updates `pydantic-settings` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.0...v2.6.1)

Updates `ruff` from 0.7.1 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@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent a285e11 commit 7cf05ca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pydantic = {extras = ["email"], version = "^2.9.2"}
uvicorn = {extras = ["standard"], version = "^0.32.0"}
SQLAlchemy = "^2.0.36"
alembic = "^1.13.3"
python-multipart = "^0.0.16"
python-multipart = "^0.0.17"
python-dateutil = "^2.9.0"
dockerflow = {extras = ["fastapi"], version = "^2024.4.2"}
sentry-sdk = {extras = ["fastapi"], version = "^2.17.0"}
Expand All @@ -28,7 +28,7 @@ prometheus-client = "0.21.0"
colorama = "^0.4.6"
psycopg2 = "^2.9.10"
google-auth = "^2.35.0"
pydantic-settings = "^2.6.0"
pydantic-settings = "^2.6.1"
argon2-cffi = "^23.1.0"
pyjwt = "^2.9.0"

Expand All @@ -48,7 +48,7 @@ factory-boy = "^3.3.1"
pytest-factoryboy = "^2.7.0"
backoff = "^2.2.1"
httpx = "^0.27.2"
ruff = "^0.7.1"
ruff = "^0.7.2"

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

0 comments on commit 7cf05ca

Please sign in to comment.