Skip to content

Commit de69258

Browse files
fix(deps): update poetry dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 82ba3b6 commit de69258

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

poetry.lock

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cramjam = "=2.10.0"
3333
flask = "^3.1.1"
3434
gitpython = "^3.1.43"
3535
connexion = {version = "^3.1.0", extras = ["swagger-ui", "flask"]}
36-
gunicorn = "^23.0.0"
36+
gunicorn = "^25.0.0"
3737
peewee = "^3.18.1"
3838
prometheus-client = "^0.22.0"
3939
psycopg2 = "^2.9.9"
@@ -49,20 +49,20 @@ PyYAML = "^6.0.1"
4949
prometheus-async = "^25.0.0"
5050
# Pinned due to build issue in Konflux
5151
rpds-py = "<=0.24.0"
52-
kessel-sdk = {extras = ["auth"], version = "^1.5.0"}
52+
kessel-sdk = {extras = ["auth"], version = "^2.0.0"}
5353
# Unlock when propcache > 0.4.1 is released
5454
cython = "<3.2.0"
5555

5656
[tool.poetry.group.dev.dependencies]
5757
pre-commit = "^4.0.0"
5858
pur = "^7.3.1"
59-
pytest = "^8.3.4"
59+
pytest = "^9.0.0"
6060
pytest-asyncio = "^1.0.0"
6161
schema = "^0.7.4"
6262
testing-postgresql = "^1.3.0"
6363
python-box = "^7.0.0"
6464
insights-core = "^3.3.2"
65-
pytest-cov = "^6.0.0"
65+
pytest-cov = "^7.0.0"
6666
pytest-aiohttp = "^1.0.5"
6767

6868
[build-system]

0 commit comments

Comments
 (0)