Skip to content

Commit

Permalink
Bump sqlalchemy from 1.4.42 to 2.0.23
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.42 to 2.0.23.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 4b495d6 commit f30d1f8
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 72 deletions.
138 changes: 68 additions & 70 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 @@ -14,7 +14,7 @@ python = "^3.11"
fastapi = "^0.84.0"
uvicorn = "^0.25.0"
aiohttp = "^3.9.1"
SQLAlchemy = "^1.4.42"
SQLAlchemy = "^2.0.23"
aiomysql = "^0.2.0"
asyncpg = "^0.29.0"
sentry-sdk = "^1.39.1"
Expand All @@ -31,7 +31,7 @@ isort = "^5.13.2"
black = "^22.8.0"
wemake-python-styleguide = "^0.17.0"
mypy = "^1.8"
SQLAlchemy = { extras = ["mypy"], version = "^1.4.42" }
SQLAlchemy = { extras = ["mypy"], version = "^2.0.23" }
pytest = "^7.4.3"
coverage = "^6.4"
pytest-asyncio = "^0.23.2"
Expand Down

0 comments on commit f30d1f8

Please sign in to comment.