Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 3 updates (#…
Browse files Browse the repository at this point in the history
…13)

Bumps the poetry group with 3 updates in the / directory: [alembic](https://github.com/sqlalchemy/alembic), [fastapi-swagger](https://github.com/dantetemplar/fastapi-swagger) and [ruff](https://github.com/astral-sh/ruff).


Updates `alembic` from 1.13.3 to 1.14.0
- [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 `fastapi-swagger` from 0.2.3 to 0.2.5
- [Release notes](https://github.com/dantetemplar/fastapi-swagger/releases)
- [Commits](dantetemplar/fastapi-swagger@v0.2.3...v0.2.5)

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: alembic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: fastapi-swagger
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent 743e6c6 commit f9ccc22
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 @@ -8,18 +8,18 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
alembic = "^1.13.3"
alembic = "^1.14.0"
asyncpg = "^0.30.0"
authlib = "^1.3.2"
colorlog = "^6.8.2"
cryptography = "^43.0.1"
fastapi = "^0.115.0"
fastapi-swagger = "^0.2.3"
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.1"
ruff = "^0.7.2"
sqlalchemy = "^2.0.35"
uvicorn = "^0.32.0"

Expand Down

0 comments on commit f9ccc22

Please sign in to comment.