diff --git a/poetry.lock b/poetry.lock index 9b31b15b..52db95d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -690,14 +690,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -1069,4 +1069,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "3bbb11ddc48f03adc59d74653fdf640dac1a023eddbc21dd7dbf9663095a93dc" +content-hash = "fbf24b362c776ed07f1e249dd0d1ec10059a5c02196360e14095237cda5c1251" diff --git a/pyproject.toml b/pyproject.toml index 603b18b3..2b67bd10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "~3.9" # Integration tests dependencies. invoke = "^2.2.0" -pytest = "^8.4.1" +pytest = "^8.4.2" python-dateutil = "^2.9.0" semver = "^3.0.4"