From e8881a0b4f4c291a6a41d4222b0fc7f4fa5ba687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 11 Jun 2021 10:34:33 -0700 Subject: [PATCH] chg: Force bump types-requests --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 716b689..02451f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1167,7 +1167,7 @@ misp = ["python-magic", "pydeep"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "bf17814c0d0c36c7c9b0c835ec8a6b02298c3ac348a47535dbb2e5aac96f4cd8" +content-hash = "28e809224df2b6ddf85d3a771ef3a240f0f2476666de3ab1b00417879b1783d4" [metadata.files] aiohttp = [ diff --git a/pyproject.toml b/pyproject.toml index cea6990..79e1acb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ misp = ['python-magic', 'pydeep'] mypy = "^0.902" ipython = "^7.23.1" types-redis = "^3.5.0" -types-requests = "^0.1.8" +types-requests = "^0.1.10" [build-system] requires = ["poetry_core>=1.0", "setuptools"]