Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 15, 2024
1 parent 7027175 commit b03daa7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ repos:
# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.11
rev: v0.1.12
hooks:
- id: ruff
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ click = "^8.1.3"
click-plugins = "^1.1.1"
python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0"
pydantic-settings = "^2.0.2"
fastapi = {version = ">=0.78.0, <0.109.0", optional = true}
fastapi = {version = ">=0.78.0, <0.110.0", optional = true}
uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0", optional = true}
httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0", optional = true}
fedora-messaging = {version = "^3.3.0", optional = true}
Expand Down

0 comments on commit b03daa7

Please sign in to comment.