Skip to content

Commit

Permalink
Bump the pip group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.65.3` | `0.109.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.5` | `43.0.1` |
| [starlette](https://github.com/encode/starlette) | `0.14.2` | `0.35.1` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` |


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

Updates `certifi` from 2024.2.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.02.02...2024.07.04)

Updates `cryptography` from 42.0.5 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.5...43.0.1)

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

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: indirect
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
- dependency-name: starlette
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent b0c1616 commit 8765452
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 64 deletions.
123 changes: 60 additions & 63 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python = "^3.9"
alembic = "^1.4.2"
authutils = "^6.2.1"
cdislogging = "^1.0.0"
fastapi = "^0.65.0"
fastapi = "^0.109.1"
gen3authz = "^2.1.0"
gen3config = "^1.0.0"
httpx = ">=0.20.0,<1.0.0"
Expand Down

0 comments on commit 8765452

Please sign in to comment.