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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.31.0 to 2.32.0 in /requirements #567

Open
wants to merge 1 commit 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ mkdocs==1.5.3
mkdocs-autorefs==1.0.1
# via mkdocstrings
mkdocs-material==9.5.18
# via -r requirements/docs.in
# via -r docs.in
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocstrings==0.24.3
# via
# -r requirements/docs.in
# -r docs.in
# mkdocstrings-python
mkdocstrings-python==1.10.0
# via -r requirements/docs.in
# via -r docs.in
packaging==24.0
# via mkdocs
paginate==0.5.6
Expand Down Expand Up @@ -89,7 +89,7 @@ pyyaml-env-tag==0.1
# via mkdocs
regex==2024.4.16
# via mkdocs-material
requests==2.31.0
requests==2.32.0
# via mkdocs-material
six==1.16.0
# via python-dateutil
Expand Down
14 changes: 5 additions & 9 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# pip-compile-multi
#
asgiref==3.8.1
# via -r requirements/tests.in
# via -r tests.in
attrs==23.2.0
# via
# jsonschema
Expand Down Expand Up @@ -37,7 +37,7 @@ lazy-object-proxy==1.10.0
openapi-schema-validator==0.6.2
# via openapi-spec-validator
openapi-spec-validator==0.7.1
# via -r requirements/tests.in
# via -r tests.in
packaging==24.0
# via pytest
pathable==0.4.3
Expand All @@ -48,18 +48,18 @@ py==1.11.0
# via pytest
pytest==6.2.5
# via
# -r requirements/tests.in
# -r tests.in
# pytest-cov
pytest-cov==5.0.0
# via -r requirements/tests.in
# via -r tests.in
pyyaml==6.0.1
# via jsonschema-path
referencing==0.31.1
# via
# jsonschema
# jsonschema-path
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via jsonschema-path
rfc3339-validator==0.1.4
# via openapi-schema-validator
Expand All @@ -71,9 +71,5 @@ six==1.16.0
# via rfc3339-validator
toml==0.10.2
# via pytest
tomli==2.0.1
# via coverage
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests