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-dev): bump responses from 0.20.0 to 0.22.0 in /requirements #7590

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ requests==2.27.1
# web3
requests-opentracing==0.3.0
# via -r requirements-dev.txt
responses==0.20.0
responses==0.22.0
# via -r requirements-dev.txt
rlp==2.0.1
# via
Expand Down Expand Up @@ -715,6 +715,7 @@ toml==0.10.2
# pep517
# pylint
# pytest
# responses
tomli==2.0.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -772,7 +773,9 @@ types-pyyaml==6.0.8
types-requests==2.27.27
# via -r requirements-dev.txt
types-toml==0.10.1
# via -r requirements-dev.txt
# via
# -r requirements-dev.txt
# responses
types-urllib3==1.26.14
# via
# -r requirements-dev.txt
Expand Down
7 changes: 5 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ requests==2.27.1
# web3
requests-opentracing==0.3.0
# via -r requirements.txt
responses==0.20.0
responses==0.22.0
# via -r requirements-dev.in
rlp==2.0.1
# via
Expand Down Expand Up @@ -611,6 +611,7 @@ toml==0.10.2
# pep517
# pylint
# pytest
# responses
tomli==2.0.1
# via
# black
Expand Down Expand Up @@ -657,7 +658,9 @@ types-pyyaml==6.0.8
types-requests==2.27.27
# via -r requirements-dev.in
types-toml==0.10.1
# via -r requirements-dev.in
# via
# -r requirements-dev.in
# responses
types-urllib3==1.26.14
# via types-requests
types-werkzeug==1.0.1
Expand Down