Skip to content

Commit

Permalink
Bump werkzeug from 1.0.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.1.2.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@1.0.1...2.1.2)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2022
1 parent 7834c61 commit 0de40db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pytest-mock
pytest-tap
responses<=0.13.4
Sphinx
Werkzeug<2
Werkzeug<3
29 changes: 13 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
#
# pip-compile requirements/dev.in
#

alabaster==0.7.12
# via sphinx
appnope==0.1.3
# via ipython
asgiref==3.5.2
# via
# -c requirements/prod.txt
Expand Down Expand Up @@ -49,15 +46,15 @@ decorator==5.1.1
# ipython
distlib==0.3.4
# via virtualenv
django-debug-toolbar==3.4.0
# via -r requirements/dev.in
django-extensions==3.1.5
# via -r requirements/dev.in
django==3.2.13
# via
# -c requirements/prod.txt
# django-debug-toolbar
# django-extensions
django-debug-toolbar==3.4.0
# via -r requirements/dev.in
django-extensions==3.1.5
# via -r requirements/dev.in
docopt==0.6.2
# via coveralls
docutils==0.16
Expand Down Expand Up @@ -160,6 +157,13 @@ pyparsing==3.0.9
# via
# -c requirements/prod.txt
# packaging
pytest==7.1.2
# via
# -r requirements/dev.in
# pytest-django
# pytest-factoryboy
# pytest-mock
# pytest-tap
pytest-django==4.5.2
# via -r requirements/dev.in
pytest-factoryboy==2.5.0
Expand All @@ -168,13 +172,6 @@ pytest-mock==3.7.0
# via -r requirements/dev.in
pytest-tap==3.3
# via -r requirements/dev.in
pytest==7.1.2
# via
# -r requirements/dev.in
# pytest-django
# pytest-factoryboy
# pytest-mock
# pytest-tap
python-dateutil==2.8.2
# via
# -c requirements/prod.txt
Expand Down Expand Up @@ -225,7 +222,7 @@ sqlparse==0.4.2
# django-debug-toolbar
stack-data==0.3.0
# via ipython
tap.py==3.1
tap-py==3.1
# via pytest-tap
toml==0.10.2
# via
Expand Down Expand Up @@ -253,7 +250,7 @@ virtualenv==20.14.1
# via pre-commit
wcwidth==0.2.5
# via prompt-toolkit
werkzeug==1.0.1
werkzeug==2.1.2
# via -r requirements/dev.in
zipp==3.8.0
# via
Expand Down

0 comments on commit 0de40db

Please sign in to comment.