Skip to content

Commit

Permalink
build(deps): bump the python-packages group across 1 directory with 4…
Browse files Browse the repository at this point in the history
… updates

Bumps the python-packages group with 4 updates in the / directory: [fastapi](https://github.com/fastapi/fastapi), [pydantic-core](https://github.com/pydantic/pydantic-core), [ruff](https://github.com/astral-sh/ruff) and [starlette](https://github.com/encode/starlette).


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

Updates `pydantic-core` from 2.24.2 to 2.25.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.24.2...v2.25.0)

Updates `ruff` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.0...0.7.1)

Updates `starlette` from 0.41.0 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.41.0...0.41.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and oev-chrisbennett committed Oct 28, 2024
1 parent e43fa11 commit 96aace0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
annotated-types==0.7.0
anyio==4.6.2.post1
click==8.1.7
fastapi==0.115.3
fastapi==0.115.4
h11==0.14.0
httptools==0.6.4
idna==3.10
iniconfig==2.0.0
packaging==24.1
pluggy==1.5.0
pydantic==2.9.2
pydantic-core==2.24.2
pydantic-core==2.25.0
pytest==8.3.3
python-dotenv==1.0.1
pyyaml==6.0.2
ruff==0.7.0
ruff==0.7.1
sniffio==1.3.1
starlette==0.41.0
starlette==0.41.2
typing-extensions==4.12.2
uvicorn==0.32.0
uvloop==0.21.0
Expand Down

0 comments on commit 96aace0

Please sign in to comment.