Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 6 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.1` |
| [icalendar](https://github.com/collective/icalendar) | `6.0.1` | `6.1.0` |
| [redis](https://github.com/redis/redis-py) | `5.2.0` | `5.2.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.4` | `0.8.3` |



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.1
- [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.1)

Updates `icalendar` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.0.1...v6.1.0)

Updates `redis` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.0...v5.2.1)

Updates `ruff` from 0.7.4 to 0.8.3
- [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.7.4...0.8.3)

---
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: icalendar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: redis
  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-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent fcec9ac commit 1c5b984
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 76 deletions.
139 changes: 69 additions & 70 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ asyncpg = "^0.30.0"
authlib = "^1.3.0"
babel = "^2.16.0"
colorlog = "^6.8.2"
cryptography = "^43.0.1"
fastapi = "^0.115.0"
cryptography = "^44.0.0"
fastapi = "^0.115.6"
fastapi-swagger = "^0.2.3"
fluent-runtime = "^0.4.0"
httpx = "^0.27.0"
icalendar = "^6.0.1"
httpx = "^0.28.1"
icalendar = "^6.1.0"
pillow = "^11.0.0"
pre-commit = "^4.0.1"
pydantic = { version = "^2.9", extras = ["email"] }
python-docx = "^1.1.0"
pytz = "^2024.2"
pyyaml = "^6.0.1"
redis = "^5.1.0"
ruff = "^0.7.4"
redis = "^5.2.1"
ruff = "^0.8.3"
sqlalchemy = "^2.0.23"
uvicorn = "^0.32.1"
cairosvg = "^2.7.1"
Expand Down

0 comments on commit 1c5b984

Please sign in to comment.