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 |
| --- | --- | --- |
| [colorlog](https://github.com/borntyping/python-colorlog) | `6.8.2` | `6.9.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.3` | `0.115.5` |
| [fastapi-swagger](https://github.com/dantetemplar/fastapi-swagger) | `0.2.3` | `0.2.5` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.3` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.31.1` | `0.32.0` |



Updates `colorlog` from 6.8.2 to 6.9.0
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](borntyping/python-colorlog@v6.8.2...v6.9.0)

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

Updates `fastapi-swagger` from 0.2.3 to 0.2.5
- [Release notes](https://github.com/dantetemplar/fastapi-swagger/releases)
- [Commits](dantetemplar/fastapi-swagger@v0.2.3...v0.2.5)

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.9 to 0.7.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.6.9...0.7.3)

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

---
updated-dependencies:
- dependency-name: colorlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: fastapi-swagger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  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 Nov 13, 2024
1 parent 3cf5472 commit 53fb72d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
70 changes: 35 additions & 35 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 @@ -9,16 +9,16 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
authlib = "^1.3.2"
colorlog = "^6.8.2"
colorlog = "^6.9.0"
cryptography = "^43.0.1"
fastapi = "^0.115.0"
fastapi-swagger = "^0.2.3"
fastapi = "^0.115.5"
fastapi-swagger = "^0.2.5"
gunicorn = "^23.0.0"
httpx = "^0.27.2"
pre-commit = "^3.8.0"
pre-commit = "^4.0.1"
pydantic = "^2.9.2"
ruff = "^0.6.7"
uvicorn = "^0.31.0"
ruff = "^0.7.3"
uvicorn = "^0.32.0"

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

0 comments on commit 53fb72d

Please sign in to comment.