Skip to content

Commit

Permalink
upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Nov 24, 2024
1 parent 73a69b3 commit 72ccd94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements.in
#
blinker==1.8.2
blinker==1.9.0
# via flask
click==8.1.7
# via flask
cssmin==0.2.0
# via -r requirements.in
deepmerge==2.0
# via govuk-frontend-wtf
deprecated==1.2.14
deprecated==1.2.15
# via limits
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via -r requirements.in
flask==3.0.3
flask==3.1.0
# via
# -r requirements.in
# flask-assets
Expand All @@ -29,7 +29,7 @@ flask-assets==2.1.0
# via -r requirements.in
flask-limiter[redis]==3.8.0
# via -r requirements.in
flask-wtf==1.2.1
flask-wtf==1.2.2
# via govuk-frontend-wtf
govuk-frontend-jinja==3.4.0
# via
Expand Down Expand Up @@ -58,7 +58,7 @@ limits[redis]==3.13.0
# via flask-limiter
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# werkzeug
Expand All @@ -67,29 +67,29 @@ mdurl==0.1.2
# via markdown-it-py
ordered-set==4.1.0
# via flask-limiter
packaging==24.1
packaging==24.2
# via
# gunicorn
# limits
pygments==2.18.0
# via rich
pyyaml==6.0.2
# via -r requirements.in
redis==5.1.1
redis==5.2.0
# via limits
rich==13.9.2
rich==13.9.4
# via flask-limiter
typing-extensions==4.12.2
# via
# flask-limiter
# limits
webassets==2.0
# via flask-assets
werkzeug==3.0.4
werkzeug==3.1.3
# via flask
wrapt==1.16.0
wrapt==1.17.0
# via deprecated
wtforms==3.1.2
wtforms==3.2.1
# via
# flask-wtf
# govuk-frontend-wtf
24 changes: 12 additions & 12 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements_dev.in
Expand All @@ -14,7 +14,7 @@ boolean-py==4.0
# via license-expression
build==1.2.2.post1
# via pip-tools
cachecontrol[filecache]==0.14.0
cachecontrol[filecache]==0.14.1
# via
# cachecontrol
# pip-audit
Expand All @@ -27,7 +27,7 @@ click==8.1.7
# black
# pip-tools
# pur
coverage[toml]==7.6.3
coverage[toml]==7.6.8
# via pytest-cov
cyclonedx-python-lib==7.6.2
# via pip-audit
Expand All @@ -39,7 +39,7 @@ flake8==7.1.1
# via
# flake8-bugbear
# pep8-naming
flake8-bugbear==24.8.19
flake8-bugbear==24.10.31
# via -r requirements_dev.in
html5lib==1.1
# via pip-audit
Expand All @@ -49,7 +49,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via -r requirements_dev.in
license-expression==30.3.1
license-expression==30.4.0
# via cyclonedx-python-lib
markdown-it-py==3.0.0
# via rich
Expand All @@ -59,15 +59,15 @@ mdurl==0.1.2
# via markdown-it-py
msgpack==1.1.0
# via cachecontrol
mypy==1.12.0
mypy==1.13.0
# via -r requirements_dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
packageurl-python==0.15.6
packageurl-python==0.16.0
# via cyclonedx-python-lib
packaging==24.1
packaging==24.2
# via
# black
# build
Expand Down Expand Up @@ -110,23 +110,23 @@ pyproject-hooks==1.2.0
# pip-tools
pytest==8.3.3
# via pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements_dev.in
pyyaml==6.0.2
# via bandit
requests==2.32.3
# via
# cachecontrol
# pip-audit
rich==13.9.2
rich==13.9.4
# via
# bandit
# pip-audit
six==1.16.0
# via html5lib
sortedcontainers==2.4.0
# via cyclonedx-python-lib
stevedore==5.3.0
stevedore==5.4.0
# via bandit
toml==0.10.2
# via pip-audit
Expand All @@ -136,7 +136,7 @@ urllib3==2.2.3
# via requests
webencodings==0.5.1
# via html5lib
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 72ccd94

Please sign in to comment.