Skip to content

Commit

Permalink
Update sqlalchemy requirement from <1.4,>=1.3.0 to >=1.3.0,<1.5
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/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Glandos committed Feb 2, 2022
1 parent e355894 commit f57ea91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_requires =
Jinja2>=3,<4
requests>=2.22,<3
SQLAlchemy-Continuum>=1.3.12,<2
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
SQLAlchemy>=1.3.0,<1.5 # New 1.4 changes API, see #728
python-dateutil

[options.extras_require]
Expand Down

0 comments on commit f57ea91

Please sign in to comment.