diff --git a/poetry.lock b/poetry.lock index fb9b266a52..48a0596a42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2120,13 +2120,13 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -2898,4 +2898,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f2f2e207d4709bcc4df5c41738a0fc21649e6f0e2f9c301ee38197af0628bfda" +content-hash = "a400aa6b4a1a62fee64b4a027b31952e686216d83d80db737040cc06db4e53fb" diff --git a/pyproject.toml b/pyproject.toml index e7b79e4e12..98ac2087e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ pydevd="1.5.1" pydevd-pycharm="~193.7288.30" # testing -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-cov = "^5.0.0" pytest-ruff = "^0.4.1"