Skip to content

Commit

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

Bumps the python-packages group with 4 updates in the /docker/python directory: [fastapi[all]](https://github.com/tiangolo/fastapi), [uvicorn[standard]](https://github.com/encode/uvicorn), [cachelib](https://github.com/pallets-eco/cachelib) and [gunicorn](https://github.com/benoitc/gunicorn).


Updates `fastapi[all]` from 0.110.1 to 0.111.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.1...0.111.0)

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

Updates `cachelib` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/pallets-eco/cachelib/releases)
- [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst)
- [Commits](pallets-eco/cachelib@0.12.0...0.13.0)

Updates `gunicorn` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: cachelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 38448eb commit c08e96c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fastapi[all]==0.110.1
uvicorn[standard]==0.29.0
cachelib==0.12.0
fastapi[all]==0.111.0
uvicorn[standard]==0.30.1
cachelib==0.13.0
concurrent-log-handler==0.9.25
cachelib==0.12.0
cachelib==0.13.0
markdown==3.6
prometheus-fastapi-instrumentator==7.0.0
gunicorn==21.2.0
gunicorn==22.0.0

0 comments on commit c08e96c

Please sign in to comment.