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

Bump responses from 0.13.4 to 0.21.0 #2830

Open
wants to merge 2 commits into
base: main
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
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ pytest-django
pytest-factoryboy
pytest-mock
pytest-tap
responses<=0.13.4
responses<0.21.1
Sphinx
Werkzeug<2
30 changes: 13 additions & 17 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.4.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 All @@ -194,13 +191,12 @@ requests==2.27.1
# coveralls
# responses
# sphinx
responses==0.13.4
responses==0.21.0
# via -r requirements/dev.in
six==1.16.0
# via
# -c requirements/prod.txt
# python-dateutil
# responses
# virtualenv
snowballstemmer==2.2.0
# via sphinx
Expand All @@ -225,7 +221,7 @@ sqlparse==0.4.2
# django-debug-toolbar
stack-data==0.2.0
# via ipython
tap.py==3.1
tap-py==3.1
# via pytest-tap
toml==0.10.2
# via
Expand Down