Skip to content

Commit

Permalink
Merge pull request #55 from jedymatt/54-bump-sqlalchemy-version-to-2-…
Browse files Browse the repository at this point in the history
…in-setupcfg-and-requirementstxt

Update the SQLAlchemy requirement version to 2.0 or newer
  • Loading branch information
jedymatt committed Mar 12, 2023
2 parents d57154c + b12c74e commit e4f252b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
SQLAlchemy>=1.4
SQLAlchemy>=2.0
PyYAML>=5.4
coverage>=6.2
tox
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -28,7 +28,7 @@ packages = find:
package_dir =
=src
install_requires =
SQLAlchemy>=1.4
SQLAlchemy>=2.0
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit e4f252b

Please sign in to comment.