Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 2 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi) and [ruff](https://github.com/astral-sh/ruff).


Updates `fastapi` from 0.115.4 to 0.115.5
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.4...0.115.5)

Updates `ruff` from 0.7.2 to 0.7.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.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent f9ccc22 commit 8ce088a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ asyncpg = "^0.30.0"
authlib = "^1.3.2"
colorlog = "^6.8.2"
cryptography = "^43.0.1"
fastapi = "^0.115.0"
fastapi = "^0.115.5"
fastapi-swagger = "^0.2.5"
gunicorn = "^23.0.0"
httpx = "^0.27.2"
pre-commit = "^4.0.1"
pydantic = "^2.9.2"
ruff = "^0.7.2"
ruff = "^0.7.3"
sqlalchemy = "^2.0.35"
uvicorn = "^0.32.0"

Expand Down

0 comments on commit 8ce088a

Please sign in to comment.