diff --git a/poetry.lock b/poetry.lock index 3821034..7742d4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2032,13 +2032,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "syrupy" -version = "4.7.1" +version = "4.7.2" description = "Pytest Snapshot Test Utility" optional = false python-versions = ">=3.8.1" files = [ - {file = "syrupy-4.7.1-py3-none-any.whl", hash = "sha256:be002267a512a4bedddfae2e026c93df1ea928ae10baadc09640516923376d41"}, - {file = "syrupy-4.7.1.tar.gz", hash = "sha256:f9d4485f3f27d0e5df6ed299cac6fa32eb40a441915d988e82be5a4bdda335c8"}, + {file = "syrupy-4.7.2-py3-none-any.whl", hash = "sha256:eae7ba6be5aed190237caa93be288e97ca1eec5ca58760e4818972a10c4acc64"}, + {file = "syrupy-4.7.2.tar.gz", hash = "sha256:ea45e099f242de1bb53018c238f408a5bb6c82007bc687aefcbeaa0e1c2e935a"}, ] [package.dependencies] @@ -2282,4 +2282,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "017dfcb7008be1fae36b22aea1c5382636fe55f30eab4522cc4499132182df58" +content-hash = "136f46d5d0ddcdc0bdf1c3387546c67519bc8ee40013f9f8ec2f976b5a26d46e" diff --git a/pyproject.toml b/pyproject.toml index 643615e..ce95d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ darglint = "^1.8.1" safety = "^3.2.8" codespell = "^2.2.6" bandit = "^1.7.10" -syrupy = "^4.7.1" +syrupy = "^4.7.2" [tool.poetry.urls] "Bug Tracker" = "https://github.com/DCSBL/python-flitsmeister/issues"