Skip to content

Commit

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

Updates `certifi` from 2024.6.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.06.02...2024.07.04)

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.0
- [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.0)

Updates `pydantic` from 2.7.4 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.2)

Updates `pydantic-core` from 2.18.4 to 2.20.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.18.4...v2.20.1)

Updates `docutils` to 0.21.2

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- 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
  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 Jul 15, 2024
1 parent e162cee commit 02dc8f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.22
sphinx-rtd-theme
sphinx_autodoc_typehints
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@

annotated-types==0.7.0
anyio==4.4.0
certifi==2024.6.2
certifi==2024.7.4
dnspython==2.6.1
email-validator==2.2.0
exceptiongroup==1.2.1; python_version < "3.11"
h11==0.14.0
httpcore==0.17.3
httpx==0.24.1
httpcore==1.0.5
httpx==0.27.0
idna==3.7
jmespath==1.0.1
more-itertools==10.3.0
multidict==6.0.5
pydantic==2.7.4
pydantic-core==2.18.4
pydantic==2.8.2
pydantic-core==2.20.1
PyYaml==6.0.1
sniffio==1.3.1
typing-extensions==4.12.2
Expand Down

0 comments on commit 02dc8f3

Please sign in to comment.