Skip to content

Commit

Permalink
chore(deps): bump the poetry group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 2 updates: [icalendar](https://github.com/collective/icalendar) and [ruff](https://github.com/astral-sh/ruff).


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 `ruff` from 0.7.4 to 0.8.0
- [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.0)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 22, 2024
1 parent 6a214d0 commit 92e814c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ fastapi = "^0.115.0"
fastapi-swagger = "^0.2.3"
fluent-runtime = "^0.4.0"
httpx = "^0.27.0"
icalendar = "^6.0.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"
ruff = "^0.8.0"
sqlalchemy = "^2.0.23"
uvicorn = "^0.32.1"
cairosvg = "^2.7.1"
Expand Down

0 comments on commit 92e814c

Please sign in to comment.