Skip to content

Commit

Permalink
Froze requirements for markupsafe, jinja2, werkzeug, itsdangerous.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjacovich committed Apr 5, 2023
1 parent 4e801fe commit aa3bb7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_actions.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade setuptools pip
python -m pip install --upgrade setuptools==57 pip
pip install -U -r requirements.txt
pip install -U -r dev-requirements.txt
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Expand Up @@ -3,3 +3,7 @@ alembic==0.8.9
future==0.18.2
psycopg2==2.8.3
simplejson==3.10.0
jinja2==2.11.3
itsdangerous<=2.0.1
markupsafe<=2.0.1
werkzeug<=2.0.3

0 comments on commit aa3bb7e

Please sign in to comment.