Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.29 to 2.0.31
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.29 to 2.0.31.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent a8d31ae commit cbee7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ six==1.16.0
# via
# -r requirements/prod.txt
# python-dateutil
sqlalchemy==2.0.29
sqlalchemy==2.0.31
# via -r requirements/prod.txt
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requests==2.29.0
# via -r requirements/prod.in
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.29
sqlalchemy==2.0.31
# via -r requirements/prod.in
typing-extensions==4.11.0
# via
Expand Down

0 comments on commit cbee7c2

Please sign in to comment.