diff --git a/poetry.lock b/poetry.lock index 717624f..186871b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -993,19 +993,19 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-insta" -version = "0.1.11" +version = "0.2.0" description = "A practical snapshot testing plugin for pytest" category = "dev" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "pytest-insta-0.1.11.tar.gz", hash = "sha256:cc0f338a8ac215dbf3b690198dc24a1c5987e2bef269f85170d415039cce06e5"}, - {file = "pytest_insta-0.1.11-py3-none-any.whl", hash = "sha256:c31af45255a8da234a73eff7649e297a053ffa22ba21806457f0fae66fc85f8a"}, + {file = "pytest_insta-0.2.0-py3-none-any.whl", hash = "sha256:e8d8a19f44917fa70102b132ddd4d6afcebe2a31987422dc79458ff849fe1a9e"}, + {file = "pytest_insta-0.2.0.tar.gz", hash = "sha256:c4e549f3c5aea8acf1ae6da12cffaaf4e4b3b03d9059c5115deab59f37b23867"}, ] [package.dependencies] -pytest = ">=6.0.2" -wrapt = ">=1.12.1,<2.0.0" +pytest = ">=7.2.0,<8.0.0" +wrapt = ">=1.14.1,<2.0.0" [[package]] name = "python-gitlab" @@ -1517,4 +1517,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b4ac4a39d407fc0e0a51b21de963d54cd4a922913ccb0667e7e4a7e4b660df2e" +content-hash = "16877a62427f4210b50a7b8083426ecf8fc839ec1a741e8499c9cc353f13b8e2" diff --git a/pyproject.toml b/pyproject.toml index ef5b222..dd2eee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ wicked-expressions = ">=0.6.0" pytest = "^7.1.3" black = "^22.10.0" isort = "^5.10.1" -pytest-insta = "^0.1.11" +pytest-insta = ">=0.1.11,<0.3.0" lectern = ">=0.25.0" python-semantic-release = "^7.32.1"