Skip to content

Commit

Permalink
NO-JIRA: chore(poetry.lock) add new pydantic dependency and update ex…
Browse files Browse the repository at this point in the history
…isting ones (#867)
  • Loading branch information
jiridanek authored Jan 27, 2025
1 parent 131bd61 commit 216dc0a
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 13 deletions.
164 changes: 155 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ python = "~3.12"


[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest = "^8.3.4"
allure-pytest = "^2.13.5"
pytest-subtests = "^0.12.1"
pyfakefs = "^5.7.2"
testcontainers = "^4.9.0"
pytest-subtests = "^0.14.1"
pyfakefs = "^5.7.4"
testcontainers = "^4.9.1"
docker = "^7.1.0"
pydantic = "^2.10.6"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 216dc0a

Please sign in to comment.