diff --git a/poetry.lock b/poetry.lock index b8cab4c..0b700e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,18 +112,21 @@ frozenlist = ">=1.1.0" [[package]] name = "aresponses" -version = "2.1.6" +version = "3.0.0" description = "Asyncio response mocking. Similar to the responses library used for 'requests'" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "aresponses-2.1.6-py3-none-any.whl", hash = "sha256:06525f6911063f0f8d370cbc96bd273e6cddc89c7b5163ddf91e0c8abf148a32"}, - {file = "aresponses-2.1.6.tar.gz", hash = "sha256:231dfa0756e39ca9f1e82212038f98e773d1ed9c0993caf2667e25ba535697ca"}, + {file = "aresponses-3.0.0-py3-none-any.whl", hash = "sha256:8093ab4758eb4aba91c765a50295b269ecfc0a9e7c7158954760bc0c23503970"}, + {file = "aresponses-3.0.0.tar.gz", hash = "sha256:8731d0609fe4c954e21f17753dc868dca9e2e002b020a33dc9212004599b11e7"}, ] [package.dependencies] -aiohttp = ">=3.1.0,<4.dev0" -pytest-asyncio = "*" +aiohttp = [ + {version = ">=3.7.0", markers = "python_version >= \"3.10\" and python_version < \"3.12\""}, + {version = ">=3.7.0,<3.8.dev0 || >=3.9.dev0", markers = "python_version >= \"3.12\""}, +] +pytest-asyncio = {version = ">=0.17.0", markers = "python_version >= \"3.7\""} [[package]] name = "async-timeout" @@ -1030,4 +1033,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "dd3df13155e565240ac2c54453bf5300470d9e821db3d30ce070225f680b0cf2" +content-hash = "7d65060479e5de638790b2a4da158508cf5609fc8c7526a6a05d995a5f83e804" diff --git a/pyproject.toml b/pyproject.toml index 5ce7334..a642491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ black = "^23.1.0" pre-commit = ">=2.21,<4.0" mypy = "^1.4.1" ruff = "^0.1.0" -aresponses = "^2.1.6" +aresponses = "^3.0.0" pytest-cov = "^4.1.0" syrupy = "^4.5.0"