Skip to content

Commit

Permalink
chore(deps): Bump the api-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the api-dependencies group with 4 updates: [fastapi](https://github.com/fastapi/fastapi), [idna](https://github.com/kjd/idna), [platformdirs](https://github.com/tox-dev/platformdirs) and [urllib3](https://github.com/urllib3/urllib3).


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

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 `platformdirs` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.3.2...4.3.3)

Updates `urllib3` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api-dependencies
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 22, 2024
1 parent bdc17d7 commit 2b8791e
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
Expand Up @@ -5,17 +5,17 @@ certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
fastapi==0.114.0
fastapi==0.114.2
flake8==7.1.1
h11==0.14.0
idna==3.8
idna==3.10
MarkupSafe==2.1.5
mccabe==0.7.0
mutagen==1.47.0
mypy-extensions==1.0.0
packaging==24.1
pathspec==0.12.1
platformdirs==4.3.2
platformdirs==4.3.3
prettytable==3.11.0
prometheus-client==0.20.0
pycodestyle==2.12.1
Expand All @@ -28,6 +28,6 @@ sniffio==1.3.1
starlette==0.38.5
tidal-dl==2022.10.31.1
typing_extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
uvicorn==0.30.6
wcwidth==0.2.13

0 comments on commit 2b8791e

Please sign in to comment.