Skip to content

Commit

Permalink
Bump SQLAlchemy version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Jun 11, 2023
1 parent 83aa96e commit 3e73bfe
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 @@ -8,6 +8,6 @@ pytest-sugar==0.9.7
PyMySQL==1.0.3
sphinx>=1.8.1, <5.1.2
sphinxcontrib-asyncio==0.3.0
SQLAlchemy==1.3.24
SQLAlchemy==1.4.48
uvloop==0.17.0
twine==4.0.2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install_requires =

[options.extras_require]
sa =
sqlalchemy>=1.3,<1.4
sqlalchemy>=1.4,<2.0
rsa =
PyMySQL[rsa]>=1.0

Expand Down

0 comments on commit 3e73bfe

Please sign in to comment.