Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Updated requirements.txt to meet safety check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtravers committed Feb 2, 2022
1 parent e60d24c commit 720cb20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .safety.dependency.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
# Example:
# 40104 2022-01-15
#
40104 2022-01-25 # gunicorn
40105 2022-01-25 # gunicorn
38834 2022-03-01 # urllib3
43975 2022-03-01 # urllib3
27519 2022-03-01 # urllib3
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ chardet==3.0.4
Click==7.0
cx-Oracle==7.0.0
Flask==1.0.2
Flask-Cors==3.0.6
Flask-Cors==3.0.9
Flask-HTTPAuth==3.2.4
idna==2.7
itsdangerous==0.24
Jinja2==2.10.1
Jinja2==2.11.3
MarkupSafe==1.1.1
passlib==1.7.1
python-json-logger==0.1.9
requests==2.22.0
six==1.11.0
urllib3==1.25.3
Werkzeug==0.15.3
Werkzeug==2.0.2
WeasyPrint==47
ipdb==0.12.3
pypdftk==0.4
Expand All @@ -26,5 +26,5 @@ PyPDF2==1.26.0
pdfkit==0.6.1
beautifulsoup4==4.7.1

gunicorn==19.9.0
gunicorn==19.10.0
flake8==3.6.0

0 comments on commit 720cb20

Please sign in to comment.