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), [pydantic-core](https://github.com/pydantic/pydantic-core) 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 `pydantic-core` from 2.20.1 to 2.23.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.23.0)

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: pydantic-core
  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 Aug 29, 2024
1 parent 8086ed2 commit 25349b1
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,16 +11,16 @@ 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
httpcore==1.0.5
httpx==0.27.2
idna==3.8
jmespath==1.0.1
lib-detect-testenv==2.0.8; python_version < "3.9"
more-itertools==10.4.0
multidict==6.0.5
pathlib3x==2.0.3; python_version < "3.9"
pydantic==2.8.2
pydantic-core==2.20.1
pydantic-core==2.23.0
pyyaml==6.0.2
sniffio==1.3.1
typing-extensions==4.12.2
Expand Down

0 comments on commit 25349b1

Please sign in to comment.