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
Bumps the all group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [httpcore](https://github.com/encode/httpcore) | `1.0.6` | `1.0.7` |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.0` |
| [propcache](https://github.com/aio-libs/propcache) | `0.2.0` | `0.2.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.27.1` |
| [yarl](https://github.com/aio-libs/yarl) | `1.17.1` | `1.18.3` |



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

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

Updates `propcache` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/aio-libs/propcache/releases)
- [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst)
- [Commits](aio-libs/propcache@v0.2.0...v0.2.1)

Updates `pydantic` from 2.9.2 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.2)

Updates `pydantic-core` from 2.23.4 to 2.27.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.4...v2.27.1)

Updates `yarl` from 1.17.1 to 1.18.3
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.17.1...v1.18.3)

---
updated-dependencies:
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: propcache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2f06443 commit 5e54464
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ dnspython==2.7.0
email-validator==2.2.0
exceptiongroup==1.2.2
h11==0.14.0
httpcore==1.0.6
httpx==0.27.2
httpcore==1.0.7
httpx==0.28.0
idna==3.10
jmespath==1.0.1
more-itertools==10.5.0
multidict==6.1.0
propcache==0.2.0
pydantic==2.9.2
pydantic-core==2.23.4
propcache==0.2.1
pydantic==2.10.2
pydantic-core==2.27.1
pyyaml==6.0.2
sniffio==1.3.1
typing-extensions==4.12.2
yarl==1.17.1
yarl==1.18.3

0 comments on commit 5e54464

Please sign in to comment.