Skip to content

Commit bb5c03e

Browse files
Update dependency pytest to v9 [SECURITY]
1 parent 4fad02f commit bb5c03e

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ ops = "^2.23.0"
8181
optional = true
8282

8383
[tool.poetry.group.unit.dependencies]
84-
pytest = "^8.4.1"
84+
pytest = "^9.0.0"
8585
coverage = { extras = ["toml"], version = "^7.9.1" }
8686
pytest-mock = "^3.14.1"
8787
pyyaml = "^6.0.2"
8888
responses = "^0.25.7"
8989

9090
[tool.poetry.group.integration.dependencies]
91-
pytest = "^8.4.1"
91+
pytest = "^9.0.0"
9292
juju = "^3.6.1.3"
9393
tenacity = "^9.1.2"
9494
coverage = { extras = ["toml"], version = "^7.9.1" }

0 commit comments

Comments
 (0)