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 |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.0` | `0.115.2` |
| [icalendar](https://github.com/collective/icalendar) | `5.0.13` | `6.0.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.6.9` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.6` | `0.31.1` |



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

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

Updates `pre-commit` from 3.8.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)

Updates `ruff` from 0.6.8 to 0.6.9
- [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.6.8...0.6.9)

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

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: icalendar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent dd08f91 commit a62b7de
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 51 deletions.
95 changes: 49 additions & 46 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 @@ -14,17 +14,17 @@ asyncpg = "^0.29.0"
authlib = "^1.3.0"
colorlog = "^6.8.2"
cryptography = "^43.0.0"
fastapi = { extras = ["all"], version = "^0.115.0" }
fastapi = { extras = ["all"], version = "^0.115.2" }
fastapi-swagger = "^0.2.3"
gunicorn = "23.0.0"
icalendar = "^5.0.12"
pre-commit = "^3.7.0"
icalendar = "^6.0.1"
pre-commit = "^4.0.1"
prometheus-fastapi-instrumentator = "^7.0.0"
pydantic = "^2.7.1"
pyyaml = "^6.0.1"
ruff = "^0.6.8"
ruff = "^0.6.9"
sqlalchemy = { extras = ["asyncpg"], version = "^2.0.30" }
uvicorn = "^0.30.0"
uvicorn = "^0.31.1"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit a62b7de

Please sign in to comment.