Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.114.0` | `0.115.4` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.32.0` |
| [anyio](https://github.com/agronholm/anyio) | `4.4.0` | `4.6.2.post1` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.1` | `2.9.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.3` | `2.25.1` |
| [starlette](https://github.com/encode/starlette) | `0.38.5` | `0.41.2` |



Updates `fastapi` from 0.114.0 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.114.0...0.115.4)

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

Updates `anyio` from 4.4.0 to 4.6.2.post1
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.4.0...4.6.2.post1)

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 `pydantic` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.1...v2.9.2)

Updates `pydantic-core` from 2.23.3 to 2.25.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.23.3...v2.25.1)

Updates `starlette` from 0.38.5 to 0.41.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.38.5...0.41.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent e87ffd1 commit c87030e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pinned.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
annotated-types==0.7.0
anyio==4.4.0
anyio==4.6.2.post1
click==8.1.7
colorama==0.4.6
exceptiongroup==1.2.2
fastapi==0.114.0
fastapi==0.115.4
h11==0.14.0
idna==3.8
pydantic-core==2.23.3
pydantic==2.9.1
idna==3.10
pydantic-core==2.25.1
pydantic==2.9.2
python-dotenv==1.0.1
sniffio==1.3.1
starlette==0.38.5
starlette==0.41.2
typing-extensions==4.12.2
uvicorn==0.30.6
uvicorn==0.32.0

0 comments on commit c87030e

Please sign in to comment.