Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 754f938 commit 0f6922a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pyproject-hooks==1.0.0
# via build
readme-renderer==43.0
# via twine
requests==2.31.0
requests==2.32.0
# via
# requests-toolbelt
# twine
Expand Down
26 changes: 11 additions & 15 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ annotated-types==0.5.0
babel==2.12.1
# via sphinx
bo4e-schema-tool==0.0.7
# via -r .\docs\requirements.in
# via -r docs/requirements.in
certifi==2023.7.22
# via requests
cffi==1.16.0
Expand All @@ -22,12 +22,8 @@ charset-normalizer==2.1.0
# via requests
click==8.1.7
# via
# -r .\docs\requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
colorama==0.4.6
# via
# click
# sphinx
cryptography==42.0.5
# via pyjwt
deprecated==1.2.14
Expand All @@ -41,22 +37,22 @@ idna==3.7
imagesize==1.4.1
# via sphinx
iso3166==2.1.1
# via -r .\docs\requirements.in
# via -r docs/requirements.in
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
# via jinja2
more-itertools==10.2.0
# via bo4e-schema-tool
networkx==3.3
# via -r .\docs\requirements.in
# via -r docs/requirements.in
packaging==24.0
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.4.2
# via
# -r .\docs\requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
pydantic-core==2.10.1
# via pydantic
Expand All @@ -65,22 +61,22 @@ pygithub==2.2.0
pygments==2.16.1
# via sphinx
pyhumps==3.8.0
# via -r .\docs\requirements.in
# via -r docs/requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.31.0
requests==2.32.0
# via
# -r .\docs\requirements.in
# -r docs/requirements.in
# bo4e-schema-tool
# pygithub
# sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
# via
# -r .\docs\requirements.in
# -r docs/requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
Expand All @@ -89,7 +85,7 @@ sphinx==7.3.7
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==2.0.0
# via -r .\docs\requirements.in
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand All @@ -105,7 +101,7 @@ sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.2.1
# via -r .\docs\requirements.in
# via -r docs/requirements.in
typing-extensions==4.11.0
# via
# pydantic
Expand Down

0 comments on commit 0f6922a

Please sign in to comment.