diff --git a/tools/integration_tests/poetry.lock b/tools/integration_tests/poetry.lock index 6d247991..ec369639 100644 --- a/tools/integration_tests/poetry.lock +++ b/tools/integration_tests/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "argparse" @@ -1259,14 +1259,14 @@ test = ["webtest"] [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b"}, - {file = "pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] @@ -2025,4 +2025,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.10.0" -content-hash = "8c0d18bcdb3482787a527e5bf84d63cf1a3a492039e02ebf2642f21b1064b598" +content-hash = "add6162c3b8d4981f2a702f66224afaade92370f2cebf8a6ac95b144cdd9b778" diff --git a/tools/integration_tests/pyproject.toml b/tools/integration_tests/pyproject.toml index de8ca1df..fdeb61ca 100644 --- a/tools/integration_tests/pyproject.toml +++ b/tools/integration_tests/pyproject.toml @@ -24,7 +24,7 @@ pyjwt = "^2.10.1" pyramid = "^1.10.8" pyramid-hawkauth = "^2.0.0" pyfxa = "0.8.1" -pytest = "^9.0.2" +pytest = "^9.0.3" requests = "^2.32.4" simplejson = "^3.20.1" sqlalchemy = "^1.4.46"