Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin ziggurat_foundations==0.9.1 for latest sqlalchemy-related security fixes #578

Merged
merged 3 commits into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sqlalchemy>=1.4.44,<2; python_version >= "3.7" # pyup: ignore
sqlalchemy-utils<0.36.4; python_version < "3" # pyup: ignore
sqlalchemy-utils==0.37.9; python_version >= "3" and python_version <= "3.5" # pyup: ignore
sqlalchemy-utils==0.39.0; python_version >= "3.6" # pyup: ignore
threddsclient==0.4.2; python_version < "3" # pyup: ignore
threddsclient==0.4.2; python_version < "3" # pyup: ignore
threddsclient>=0.4.2; python_version >= "3"
transaction
typing; python_version < "3"
Expand All @@ -60,6 +60,7 @@ typing_extensions; python_version < "3.8"
wheel; python_version <= "3.6"
wheel>=0.38; python_version >= "3.7"
webob
ziggurat_foundations==0.8.4
ziggurat_foundations==0.8.4; python_version <= "3.6" # pyup: ignore
ziggurat_foundations==0.9.1; python_version >= "3.7"
zope.interface>=4.7.2,<5
zope.sqlalchemy==1.6