Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.35 to 2.0.36
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.36.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 83c5d62 commit b9527c8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 53 deletions.
112 changes: 60 additions & 52 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest = {version = "^8.3.3", optional = true}
pytest-cov = {version = "^5.0.0", optional = true}

Flask-SQLAlchemy = "^3.1.1"
SQLAlchemy = {version = "^2.0.35"}
SQLAlchemy = {version = "^2.0.36"}
psycopg2-binary = {version = "^2.9.7"}
alembic = "^1.13.3"
iso8601 = "^2.1.0"
Expand Down

0 comments on commit b9527c8

Please sign in to comment.