diff --git a/poetry.lock b/poetry.lock index f92b1d0..c5449fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1867,13 +1867,13 @@ files = [ [[package]] name = "syrupy" -version = "4.7.2" +version = "4.8.0" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, - {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, + {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, + {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, ] [package.dependencies] @@ -2072,4 +2072,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4b92a59d453c6ac28a3defcd782295cc79022ca8b7fb6f3eb88c6825930c890e" +content-hash = "a9fc5c78d8b0b2e22e322504e3e60ded1205104aea29d933f857f483b2654566" diff --git a/pyproject.toml b/pyproject.toml index 3eee25c..10df3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "6.0.0" ruff = "0.7.4" safety = "3.2.11" yamllint = "1.35.1" -syrupy = "4.7.2" +syrupy = "4.8.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/joostlek/python-opensky/issues"