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>
Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Feb 27, 2024
1 parent 7c68efb commit a6a483e
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ repos:

# License headers
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.0
rev: v3.0.1
hooks:
- id: reuse

# Formatting
- repo: https://github.com/psf/black
rev: 24.1.0
rev: 24.2.0
hooks:
- id: black

# Ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: v0.1.11
rev: v0.2.2
hooks:
- id: ruff
95 changes: 48 additions & 47 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 @@ -59,23 +59,23 @@ click-plugins = "^1.1.1"
python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0"
pydantic-settings = "^2.0.2"
fastapi = {version = ">=0.109.1, <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}
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 || ^0.26.0 || ^0.27.0", optional = true}
httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", optional = true}
fedora-messaging = {version = "^3.3.0", optional = true}
tomli = {version = "^2.0.1", optional = true}
aio-pika = {version = "^8.2.0 || ^9.0.0", optional = true}
irc = {version = "^20.1.0", optional = true}
aiosmtplib = {version = "^1.1.6 || ^2.0.0 || ^3.0.0", optional = true}
aiosqlite = {version = "^0.17.0 || ^0.18.0 || ^0.19.0", optional = true}
aiosqlite = {version = "^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0", optional = true}
psycopg2 = {version = "^2.9.3", optional = true}
asyncpg = {version = "^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0", optional = true}
alembic = {version = "^1.8.1", optional = true}
SQLAlchemy = {version = "^1.4.41 || ^2.0.0", optional = true}
sqlalchemy-helpers = {version = ">=0.11", optional = true}
httpx-gssapi = {version = "^0.1.7 || ^0.2.0", optional = true}
httpx-gssapi = {version = "^0.1.7 || ^0.2.0 || ^0.3.0", optional = true}
backoff = {version = "^2.2.1", optional = true}
cashews = {extras = ["redis"], version = "^5.1.0 || ^6.0.0", optional = true}
matrix-nio = {version = "^0.20.1 || ^0.21.0 || ^0.22.0 || ^0.23.0", optional = true}
matrix-nio = {version = "^0.20.1 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0", optional = true}

# Schema packages
anitya-schema = {version = "*", optional = true}
Expand Down Expand Up @@ -108,7 +108,7 @@ greenlet = "^1.1.2 || ^2.0.0 || ^3.0.0"
toml = "^0.10.2"
pytest-mock = "^3.8.2"
respx = "^0.20.0"
ruff = "^0.0.253 || ^0.0.254 || ^0.0.256 || ^0.0.257 || ^0.0.259 || ^0.0.260 || ^0.0.261 || ^0.0.262 || ^0.0.265 || ^0.0.269 || ^0.0.270 || ^0.0.271 || ^0.0.272 || ^0.0.273 || ^0.0.274 || ^0.0.275 || ^0.0.276 || ^0.0.277 || ^0.0.278 || ^0.0.282 || ^0.0.283 || ^0.0.284 || ^0.0.285 || ^0.0.286 || ^0.0.287 || ^0.0.288 || ^0.0.289 || ^0.0.290 || ^0.0.291 || ^0.0.292 || ^0.1.0"
ruff = "^0.0.253 || ^0.0.254 || ^0.0.256 || ^0.0.257 || ^0.0.259 || ^0.0.260 || ^0.0.261 || ^0.0.262 || ^0.0.265 || ^0.0.269 || ^0.0.270 || ^0.0.271 || ^0.0.272 || ^0.0.273 || ^0.0.274 || ^0.0.275 || ^0.0.276 || ^0.0.277 || ^0.0.278 || ^0.0.282 || ^0.0.283 || ^0.0.284 || ^0.0.285 || ^0.0.286 || ^0.0.287 || ^0.0.288 || ^0.0.289 || ^0.0.290 || ^0.0.291 || ^0.0.292 || ^0.1.0 || ^0.2.0"
towncrier = "^22.12.0 || ^23.0.0"
sphinx = "^6.1.3 || ^7.0.0"
myst-parser = "^1.0.0 || ^2.0.0"
Expand Down

0 comments on commit a6a483e

Please sign in to comment.