Skip to content

Commit 216dc0a

Browse files
authored
NO-JIRA: chore(poetry.lock) add new pydantic dependency and update existing ones (#867)
1 parent 131bd61 commit 216dc0a

File tree

2 files changed

+160
-13
lines changed

2 files changed

+160
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ python = "~3.12"
1111

1212

1313
[tool.poetry.group.dev.dependencies]
14-
pytest = "^8.2.2"
14+
pytest = "^8.3.4"
1515
allure-pytest = "^2.13.5"
16-
pytest-subtests = "^0.12.1"
17-
pyfakefs = "^5.7.2"
18-
testcontainers = "^4.9.0"
16+
pytest-subtests = "^0.14.1"
17+
pyfakefs = "^5.7.4"
18+
testcontainers = "^4.9.1"
1919
docker = "^7.1.0"
20+
pydantic = "^2.10.6"
2021

2122
[build-system]
2223
requires = ["poetry-core"]

0 commit comments

Comments
 (0)