diff --git a/poetry.lock b/poetry.lock index e83d562..741b28f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1746,13 +1746,13 @@ files = [ [[package]] name = "syrupy" -version = "4.6.1" +version = "4.6.4" description = "Pytest Snapshot Test Utility" optional = false -python-versions = ">=3.8.1,<4" +python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.6.1-py3-none-any.whl", hash = "sha256:203e52f9cb9fa749cf683f29bd68f02c16c3bc7e7e5fe8f2fc59bdfe488ce133"}, - {file = "syrupy-4.6.1.tar.gz", hash = "sha256:37a835c9ce7857eeef86d62145885e10b3cb9615bc6abeb4ce404b3f18e1bb36"}, + {file = "syrupy-4.6.4-py3-none-any.whl", hash = "sha256:5a0e47b187d32b58555b0de6d25bc7bb875e7d60c7a41bd2721f5d44975dcf85"}, + {file = "syrupy-4.6.4.tar.gz", hash = "sha256:a6facc6a45f1cff598adacb030d9573ed62863521755abd5c5d6d665f848d6cc"}, ] [package.dependencies] @@ -1958,4 +1958,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a72dc452629a739cd174ed32a7b1ee61208730d77f8ebc9ac57c7c06aef525dd" +content-hash = "9dd0474407e288a3fe86e8ffc308b51a39a3414c0a49924653d49bc04a7b81e9" diff --git a/pyproject.toml b/pyproject.toml index 30113fb..46244a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest-cov = "5.0.0" ruff = "0.6.1" safety = "3.2.6" yamllint = "1.35.1" -syrupy = "4.6.1" +syrupy = "4.6.4" [tool.poetry.urls] "Bug Tracker" = "https://github.com/joostlek/python-opensky/issues"