diff --git a/poetry.lock b/poetry.lock index f4bb347..a030e2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -997,24 +997,23 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "responses" -version = "0.23.3" +version = "0.25.7" description = "A utility library for mocking out the `requests` Python library." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "responses-0.23.3-py3-none-any.whl", hash = "sha256:e6fbcf5d82172fecc0aa1860fd91e58cbfd96cee5e96da5b63fa6eb3caa10dd3"}, - {file = "responses-0.23.3.tar.gz", hash = "sha256:205029e1cb334c21cb4ec64fc7599be48b859a0fd381a42443cdd600bfe8b16a"}, + {file = "responses-0.25.7-py3-none-any.whl", hash = "sha256:92ca17416c90fe6b35921f52179bff29332076bb32694c0df02dcac2c6bc043c"}, + {file = "responses-0.25.7.tar.gz", hash = "sha256:8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb"}, ] [package.dependencies] pyyaml = "*" requests = ">=2.30.0,<3.0" -types-PyYAML = "*" urllib3 = ">=1.25.10,<3.0" [package.extras] -tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli ; python_version < \"3.11\"", "tomli-w", "types-requests"] +tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli ; python_version < \"3.11\"", "tomli-w", "types-PyYAML", "types-requests"] [[package]] name = "setuptools" @@ -1213,18 +1212,6 @@ files = [ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=2.0)", "pre-commit", "pytest", "pytest-mock"] -[[package]] -name = "types-pyyaml" -version = "6.0.12.12" -description = "Typing stubs for PyYAML" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "types-PyYAML-6.0.12.12.tar.gz", hash = "sha256:334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062"}, - {file = "types_PyYAML-6.0.12.12-py3-none-any.whl", hash = "sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24"}, -] - [[package]] name = "typing-extensions" version = "4.13.2" @@ -1295,4 +1282,4 @@ sqlalchemy = ["requests", "sqlalchemy"] [metadata] lock-version = "2.1" python-versions = ">=3.7,<4" -content-hash = "d5d6611e9fa88d8bc4cf521b616fe0a98601669d912c0786f0483894ca54b0ce" +content-hash = "305a0da569fd295c4a9663a33b6b962a83e438411dfddbe1e66d3d2fedd640a6" diff --git a/pyproject.toml b/pyproject.toml index 7009dce..31f5f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ tox = ">=3.26,<5.0" urllib3 = ">=1.26.12,<3.0.0" flake8 = "^5" mock = ">=4.0.3,<6.0.0" -responses = ">=0.22,<0.24" +responses = ">=0.22,<0.26" ipdb = "^0.13.13" [tool.pytest.ini_options]