Skip to content

Commit

Permalink
Update Flask 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamiel committed Oct 27, 2023
1 parent 0757d5e commit 18da7ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions bin/requirements-frozen.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
beautifulsoup4==4.11.1
black==22.6.0
blinker==1.6.2
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==2.1.1
click==8.1.3
Flask==2.3.2
charset-normalizer==3.3.1
click==8.1.7
Flask==3.0.0
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
lxml==4.9.1
MarkupSafe==2.1.2
MarkupSafe==2.1.3
mypy==0.971
mypy-extensions==1.0.0
pathspec==0.11.1
platformdirs==3.5.0
pathspec==0.11.2
platformdirs==3.11.0
requests==2.31.0
soupsieve==2.4.1
tomli==2.0.1
typing_extensions==4.5.0
urllib3==1.26.18
Werkzeug==2.3.3
soupsieve==2.5
typing_extensions==4.8.0
urllib3==2.0.7
Werkzeug==3.0.1
2 changes: 1 addition & 1 deletion bin/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==22.6.0
beautifulsoup4==4.11.1
Flask==2.3.2
Flask==3.0.0
lxml==4.9.1
mypy==0.971
requests==2.31.0

0 comments on commit 18da7ca

Please sign in to comment.