diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-06 12:35:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 12:35:51 (GMT) |
commit | 963099ebd9ada501d125fc5101ae42f55967a6e8 (patch) | |
tree | 028c7d9bd9e6ccd0a18cb33be375fbbd7b021c40 | |
parent | c0a6ed39343b6dc355607fbff108c515e6c103bf (diff) | |
download | cpython-963099ebd9ada501d125fc5101ae42f55967a6e8.zip cpython-963099ebd9ada501d125fc5101ae42f55967a6e8.tar.gz cpython-963099ebd9ada501d125fc5101ae42f55967a6e8.tar.bz2 |
build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)
Bumps [requests](https://github.com/psf/requests) from 2.29.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.29.0...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Doc/requirements-oldest-sphinx.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/requirements-oldest-sphinx.txt b/Doc/requirements-oldest-sphinx.txt index d0390a0..f7e0665 100644 --- a/Doc/requirements-oldest-sphinx.txt +++ b/Doc/requirements-oldest-sphinx.txt @@ -27,7 +27,7 @@ Jinja2==2.11.3 MarkupSafe==1.1.1 packaging==23.1 Pygments==2.15.1 -requests==2.29.0 +requests==2.31.0 snowballstemmer==2.2.0 sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 |