Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.5` | `0.115.6` |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.2` | `2.10.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.0` | `0.8.2` |



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

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

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

Updates `pydantic` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.3)

Updates `ruff` from 0.8.0 to 0.8.2
- [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.8.0...0.8.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 805232d commit b5ef725
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 70 deletions.
131 changes: 66 additions & 65 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ alembic = "^1.14.0"
asyncpg = "^0.30.0"
authlib = "^1.3.2"
colorlog = "^6.8.2"
cryptography = "^43.0.1"
fastapi = "^0.115.5"
cryptography = "^44.0.0"
fastapi = "^0.115.6"
fastapi-swagger = "^0.2.5"
gunicorn = "^23.0.0"
httpx = "^0.27.2"
httpx = "^0.28.0"
pre-commit = "^4.0.1"
pydantic = "^2.10.2"
ruff = "^0.8.0"
pydantic = "^2.10.3"
ruff = "^0.8.2"
sqlalchemy = "^2.0.35"
uvicorn = "^0.32.1"

Expand Down

0 comments on commit b5ef725

Please sign in to comment.