Skip to content

Commit

Permalink
Bump the all group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [httpcore](https://github.com/encode/httpcore), [httpx](https://github.com/encode/httpx), [idna](https://github.com/kjd/idna) and [docutils](https://docutils.sourceforge.io) to permit the latest version.

Updates `httpcore` from 0.17.3 to 1.0.5
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@0.17.3...1.0.5)

Updates `httpx` from 0.24.1 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.24.1...0.27.2)

Updates `idna` from 3.8 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.10)

Updates `docutils` to 0.20.1

---
updated-dependencies:
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: docutils
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 774bd00 commit 406bbc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docutils<0.16
docutils<0.21
sphinx-rtd-theme
sphinx_autodoc_typehints
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dnspython==2.6.1
email-validator==2.2.0
exceptiongroup==1.2.2
h11==0.14.0
httpcore==0.17.3
httpx==0.24.1
idna==3.8
httpcore==1.0.5
httpx==0.27.2
idna==3.10
jmespath==1.0.1
lib-detect-testenv==2.0.8; python_version < "3.9"
more-itertools==10.5.0
Expand Down

0 comments on commit 406bbc8

Please sign in to comment.