Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump werkzeug from 2.0.1 to 3.0.1 in /requirements #7592

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,11 @@ lru-dict==1.1.6
# web3
macholib==1.16
# via -r requirements-ci.in
markupsafe==2.0.1
markupsafe==2.1.3
# via
# -r requirements-dev.txt
# jinja2
# werkzeug
marshmallow==3.15.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -436,6 +437,7 @@ packaging==21.3
# -r requirements-dev.txt
# bleach
# marshmallow
# pyinstaller
# pytest
parsimonious==0.8.1
# via
Expand Down Expand Up @@ -554,7 +556,7 @@ pygments==2.7.4
# -r requirements-dev.txt
# ipython
# pdbpp
pyinstaller==5.1
pyinstaller==6.1.0
# via -r requirements-ci.in
pyinstaller-hooks-contrib==2022.5
# via pyinstaller
Expand Down Expand Up @@ -715,11 +717,6 @@ toml==0.10.2
# pep517
# pylint
# pytest
tomli==2.0.1
# via
# -r requirements-dev.txt
# black
# mypy
toolz==0.9.0
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -824,7 +821,7 @@ websockets==9.1
# via
# -r requirements-dev.txt
# web3
werkzeug==2.0.1
werkzeug==3.0.1
# via
# -r requirements-dev.txt
# flask
Expand Down
9 changes: 3 additions & 6 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,11 @@ lru-dict==1.1.6
# via
# -r requirements.txt
# web3
markupsafe==2.0.1
markupsafe==2.1.3
# via
# -r requirements.txt
# jinja2
# werkzeug
marshmallow==3.15.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -611,10 +612,6 @@ toml==0.10.2
# pep517
# pylint
# pytest
tomli==2.0.1
# via
# black
# mypy
toolz==0.9.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -700,7 +697,7 @@ websockets==9.1
# via
# -r requirements.txt
# web3
werkzeug==2.0.1
werkzeug==3.0.1
# via
# -r requirements.txt
# flask
Expand Down
8 changes: 5 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ jsonschema==3.2.0
# via web3
lru-dict==1.1.6
# via web3
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
marshmallow==3.15.0
# via
# -r requirements.in
Expand Down Expand Up @@ -301,7 +303,7 @@ web3==5.28.0
# raiden-contracts
websockets==9.1
# via web3
werkzeug==2.0.1
werkzeug==3.0.1
# via flask
wrapt==1.12.1
# via dbapi-opentracing
Expand Down
Loading