Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates in the /identity-verification/python directory: [fastapi](https://github.com/fastapi/fastapi) and [uvicorn](https://github.com/encode/uvicorn).


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

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent b46e5dd commit 26ab714
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions identity-verification/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
falu = "==1.2.0"
fastapi = "==0.111.1"
uvicorn = "==0.30.4"
fastapi = "==0.112.2"
uvicorn = "==0.30.6"

[dev-packages]

Expand Down
28 changes: 14 additions & 14 deletions identity-verification/python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26ab714

Please sign in to comment.