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: [alembic](https://github.com/sqlalchemy/alembic) and [ruff](https://github.com/astral-sh/ruff).


Updates `alembic` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `ruff` from 0.6.7 to 0.6.8
- [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.6.8)

---
updated-dependencies:
- dependency-name: alembic
  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 Sep 27, 2024
1 parent dc995b9 commit 91a5ed2
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 @@ -8,7 +8,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
alembic = "^1.13.2"
alembic = "^1.13.3"
asyncpg = "^0.29.0"
authlib = "^1.3.1"
colorlog = "^6.8.2"
Expand All @@ -19,7 +19,7 @@ gunicorn = "^23.0.0"
httpx = "^0.27.2"
pre-commit = "^3.7.1"
pydantic = "^2.8.2"
ruff = "^0.6.7"
ruff = "^0.6.8"
sqlalchemy = "^2.0.31"
uvicorn = "^0.30.6"

Expand Down

0 comments on commit 91a5ed2

Please sign in to comment.