Skip to content

Commit e12b743

Browse files
Update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16afbc2 commit e12b743

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

poetry.lock

+21-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ SQLAlchemy = {version = "^2.0.5", extras=["asyncio"], optional = true}
4646
alembic = {version = "^1.7.5", optional = true}
4747
bcrypt = {version = "^3.2 || ^4", optional = true}
4848
fastapi = {version = "^0.70 || ^0.71 || ^0.72 || ^0.73 || ^0.74 || ^0.75 || ^0.76 || ^0.77 || ^0.78 || ^0.79 || ^0.80 || ^0.81 || ^0.82 || ^0.83 || ^0.84 || ^0.85 || ^0.86 || ^0.87 || ^0.88 || ^0.89 || ^0.90 || ^0.91 || ^0.92 || ^0.93 || ^0.94 || ^0.95 || ^0.96 || ^0.97 || ^0.98 || ^0.99 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0 || ^0.111.0 || ^0.112.0 || ^0.113.0 || ^0.114.0 || ^0.115.0", optional = true}
49-
uvicorn = {version = "^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0", optional = true}
49+
uvicorn = {version = "^0.15 || ^0.16 || ^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.22 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 || ^0.34.0", optional = true}
5050
Jinja2 = {version = "^3.0.3", optional = true}
5151
ansible-runner = {version = "^2.1.1", optional = true}
5252
asyncpg = {version = "^0.25 || ^0.26 || ^0.27 || ^0.28 || ^0.29.0 || ^0.30.0", optional = true}
@@ -58,7 +58,7 @@ pottery = {version = "^3", optional = true}
5858
psycopg2 = {version = "^2.9.2", optional = true}
5959
aiodns = {version = "^3.0.0", optional = true}
6060
pydantic = "^2.0.3"
61-
aiosqlite = {version = "^0.17 || ^0.18 || ^0.19 || ^0.20.0", optional = true}
61+
aiosqlite = {version = "^0.17 || ^0.18 || ^0.19 || ^0.20.0 || ^0.21.0", optional = true}
6262
pyxdg = "^0.27 || ^0.28"
6363
typing-extensions = "^4.6.1"
6464
greenlet = {version = "^2 || ^3", optional = true, allow-prereleases = true}
@@ -73,12 +73,12 @@ jmespath = "^0.10 || ^1"
7373
poetry = "^1.2.0"
7474
pottery = "^3"
7575
pytest = ">=6.2.5"
76-
pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0 || ^0.24.0"
76+
pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0 || ^0.24.0 || ^0.25.0"
7777
pytest-cov = "^3 || ^4 || ^5.0.0 || ^6.0.0"
7878
tox = "^3.24.4 || ^4.0.0"
7979
psycopg = "^3.0.16"
8080
pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0"
81-
ruff = "^0.7.3 || ^0.8.0"
81+
ruff = "^0.7.3 || ^0.8.0 || ^0.9.0"
8282
toml = "^0.10.2"
8383

8484
[tool.poetry.extras]

0 commit comments

Comments
 (0)