Skip to content

Commit

Permalink
Relax Flask and requests versions to get werkzeug 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Jul 7, 2024
1 parent 61ec7a1 commit 7459988
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
fakeredis = "==2.4.0"
flask = "==2.3.2"
flask = "~=2.3.2"
flask-session2 = "==1.3.1"
flask-cors = "*"
flask-gzip = "*"
Expand All @@ -21,7 +21,7 @@ pyparsing = "==3.0.9"
pytz = "==2022.7.1"
pyyaml = "==6.0.1"
redis = "==4.4.4"
requests = "==2.31.0"
requests = "~=2.31.0"
rdflib = "~=6.0"
rq = "==1.13.0"
rq-scheduler = "==0.13.0"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7459988

Please sign in to comment.