Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Update sqlalchemy requirement from 2.0.19 to 2.0.21
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 886f355 commit 36159c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pandas = "2.0.3"
prettytable = "3.9.0"
python = ">=3.8, <4.0"
python-environ = "0.4.54"
SQLAlchemy = "2.0.19"
SQLAlchemy = "2.0.21"
sqlalchemy-utils = "0.41.1"
time-machine = "2.11.0"

Expand Down

0 comments on commit 36159c4

Please sign in to comment.