diff --git a/poetry.lock b/poetry.lock index a291f30..1c16369 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1850,13 +1850,13 @@ files = [ [[package]] name = "syrupy" -version = "4.8.0" +version = "4.8.1" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.8.0-py3-none-any.whl", hash = "sha256:544f4ec6306f4b1c460fdab48fd60b2c7fe54a6c0a8243aeea15f9ad9c638c3f"}, - {file = "syrupy-4.8.0.tar.gz", hash = "sha256:648f0e9303aaa8387c8365d7314784c09a6bab0a407455c6a01d6a4f5c6a8ede"}, + {file = "syrupy-4.8.1-py3-none-any.whl", hash = "sha256:274f97cbaf44175f5e478a2f3a53559d31f41c66c6bf28131695f94ac893ea00"}, + {file = "syrupy-4.8.1.tar.gz", hash = "sha256:8da8c0311e6d92de0b15767768c6ab98982b7b4a4c67083c08fbac3fbad4d44c"}, ] [package.dependencies] @@ -2055,4 +2055,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8185eb38117818e4d9b345c183d9b4d0d4701a8bcf356f69aeb2880eb89bcdd1" +content-hash = "11600f9b5ed87500035114fd11037d48d50342ee7b758893a379789371e98d3b" diff --git a/pyproject.toml b/pyproject.toml index f05620d..5a15d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "6.0.0" ruff = "0.9.1" safety = "3.2.14" yamllint = "1.35.1" -syrupy = "4.8.0" +syrupy = "4.8.1" [tool.poetry.urls] "Bug Tracker" = "https://github.com/joostlek/python-opensky/issues"