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

chore(deps): update dependency types-requests to v2.31.0.10 - autoclosed #2015

Closed
wants to merge 8 commits into from
16 changes: 8 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astor==0.8.1
# via flake8-simplify
astroid==2.15.8
# via flake8-django
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via redis
Expand All @@ -29,7 +29,7 @@ attrs==23.1.0
# referencing
autoflake==1.7.8
# via education-backend (pyproject.toml)
babel==2.13.0
babel==2.13.1
# via education-backend (pyproject.toml)
backcall==0.2.0
# via ipython
Expand Down Expand Up @@ -66,7 +66,7 @@ cffi==1.16.0
# via
# cmarkgfm
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -87,7 +87,7 @@ cognitive-complexity==1.3.0
# via flake8-cognitive-complexity
coverage[toml]==7.3.2
# via pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
decorator==5.1.1
# via
Expand Down Expand Up @@ -133,7 +133,7 @@ django-filter==23.3
# via education-backend (pyproject.toml)
django-healthchecks==1.5.0
# via education-backend (pyproject.toml)
django-ipware==5.0.1
django-ipware==5.0.2
# via
# drf-recaptcha
# education-backend (pyproject.toml)
Expand All @@ -143,7 +143,7 @@ django-split-settings==1.2.0
# via education-backend (pyproject.toml)
django-storages==1.14.2
# via education-backend (pyproject.toml)
django-stubs==4.2.4
django-stubs==4.2.6
# via
# djangorestframework-stubs
# education-backend (pyproject.toml)
Expand Down Expand Up @@ -337,7 +337,7 @@ pure-eval==0.2.2
# via stack-data
py==1.11.0
# via retry
pycodestyle==2.9.1
pycodestyle==2.11.1
# via
# flake8
# flake8-print
Expand Down Expand Up @@ -467,7 +467,7 @@ types-pyyaml==6.0.12.12
# via
# django-stubs
# djangorestframework-stubs
types-requests==2.31.0.6
types-requests==2.31.0.10
# via djangorestframework-stubs
types-retry==0.9.9.4
# via education-backend (pyproject.toml)
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.1.0
# via
# jsonschema
# referencing
babel==2.13.0
babel==2.13.1
# via education-backend (pyproject.toml)
bcrypt==4.0.1
# via education-backend (pyproject.toml)
Expand All @@ -43,7 +43,7 @@ cffi==1.16.0
# via
# cmarkgfm
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via
Expand All @@ -59,7 +59,7 @@ click-repl==0.3.0
# via celery
cmarkgfm==2022.10.27
# via education-backend (pyproject.toml)
cryptography==41.0.4
cryptography==41.0.5
# via pyjwt
decorator==5.1.1
# via retry
Expand Down Expand Up @@ -101,7 +101,7 @@ django-filter==23.3
# via education-backend (pyproject.toml)
django-healthchecks==1.5.0
# via education-backend (pyproject.toml)
django-ipware==5.0.1
django-ipware==5.0.2
# via
# drf-recaptcha
# education-backend (pyproject.toml)
Expand Down
Loading