Skip to content

Commit

Permalink
Bump sqlalchemy from 1.3.20 to 1.4.21
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.20 to 1.4.21.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and charmander committed Jul 18, 2021
1 parent 9f72f49 commit 2540bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pillow==8.3.1
psycopg2cffi==2.9.0
#pyramid ...
pytz==2020.4
sqlalchemy==1.4.20
sqlalchemy==1.4.21

# https://github.com/Weasyl/misaka
misaka @ https://pypi.weasyl.dev/misaka/misaka-1.0.3%2Bweasyl.7.tar.gz#sha224=cc3767d791466c857ec0b147e8c4809eb09948a7a6a72278d49427bb
Expand Down
2 changes: 1 addition & 1 deletion libweasyl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
'pyramid~=2.0',
'pytz==2020.4',
'sanpera==0.1.1+weasyl.6', # https://github.com/Weasyl/sanpera
'sqlalchemy==1.3.20',
'sqlalchemy==1.4.21',
],
)

0 comments on commit 2540bbc

Please sign in to comment.