Skip to content

Commit f4fe7db

Browse files
Update Python dependencies (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bikalpa Dhakal <bikalpa.dhakal@canonical.com>
1 parent 77ec997 commit f4fe7db

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ typing-extensions = "^4.15.0"
3131
optional = true
3232

3333
[tool.poetry.group.fmt.dependencies]
34-
ruff = "^0.15.5"
34+
ruff = "^0.15.9"
3535

3636
[tool.poetry.group.lint]
3737
optional = true
3838

3939
[tool.poetry.group.lint.dependencies]
40-
ruff = "^0.15.5"
40+
ruff = "^0.15.9"
4141
codespell = "^2.4.2"
42-
mypy = "^1.19.1"
42+
mypy = "^1.20.0"
4343
pytest-mypy = ">=1.0.1"
4444
types-pyyaml = "^6.0.12.20241230"
4545
types-pygments = "^2.19.0.20250107"
@@ -50,19 +50,19 @@ types-pyopenssl = "^24.1.0.20240722"
5050
optional = true
5151

5252
[tool.poetry.group.unit.dependencies]
53-
pytest-cov = ">=7.0.0"
53+
pytest-cov = ">=7.1.0"
5454
pytest = "^9.0.2"
5555
pytest-mock = ">=3.15.1"
56-
pyOpenSSL = ">=25.3.0"
57-
tox = "^4.48.1"
56+
pyOpenSSL = ">=26.0.0"
57+
tox = "^4.52.0"
5858

5959
[tool.poetry.group.integration]
6060
optional = true
6161

6262
[tool.poetry.group.integration.dependencies]
63-
pytest-cov = ">=7.0.0"
63+
pytest-cov = ">=7.1.0"
6464
pytest = "^9.0.2"
65-
tox = "^4.48.1"
65+
tox = "^4.52.0"
6666

6767
[build-system]
6868
requires = ["poetry-core"]

0 commit comments

Comments
 (0)