From 74a375379b96cb898833798d10ed72c4f9c11e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:03:44 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260518 to 2.33.0.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f1b9db45..b0dfc951 100644 --- a/poetry.lock +++ b/poetry.lock @@ -79,7 +79,7 @@ description = "Screen-scraping library" optional = true python-versions = ">=3.7.0" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "beautifulsoup4-4.13.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a"}, {file = "beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695"}, @@ -2085,7 +2085,7 @@ description = "A modern CSS selector implementation for Beautiful Soup." optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "soupsieve-2.8.4-py3-none-any.whl", hash = "sha256:e7e6b0769c8f51ed59acab6e994b00621096cfb1c640a7509295987388fbaf65"}, {file = "soupsieve-2.8.4.tar.gz", hash = "sha256:e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e"}, @@ -2420,14 +2420,14 @@ types-pyOpenSSL = "*" [[package]] name = "types-requests" -version = "2.33.0.20260518" +version = "2.33.0.20260712" description = "Typing stubs for requests" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "types_requests-2.33.0.20260518-py3-none-any.whl", hash = "sha256:626d697d1adaaff76e2044dc8c5c051d8f21abc157bdfe204a75558076fe0bf0"}, - {file = "types_requests-2.33.0.20260518.tar.gz", hash = "sha256:df7bd3bfe0ca8402dfb841e7d9be714bb5578203283d66d7dc4ef69343449a5e"}, + {file = "types_requests-2.33.0.20260712-py3-none-any.whl", hash = "sha256:de027e28c171d3da529689cbfa023b0b4eab188c8dfa22fd834eebd2cee6e7bb"}, + {file = "types_requests-2.33.0.20260712.tar.gz", hash = "sha256:2141b67ab534a5c5cd2dac5034f2a35f42e699c5bf185eee608c5246a069d7fb"}, ] [package.dependencies] @@ -2468,7 +2468,7 @@ files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] -markers = {main = "platform_python_implementation != \"PyPy\" and (extra == \"email\" or extra == \"openioc\") or platform_system != \"Windows\" and platform_system != \"Darwin\" and (extra == \"email\" or extra == \"openioc\") or extra == \"openioc\" or extra == \"email\""} +markers = {main = "extra == \"email\" or extra == \"openioc\""} [[package]] name = "tzdata" @@ -2666,4 +2666,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "4efbfca8edc3eeea6b49fb042db7ba85cb2c2ec71fc666008b06934f039b6ea6" +content-hash = "6c15bc6b71a4996184903d89dce5f16db3a1702bcc71c96c94e10379d0d84248" diff --git a/pyproject.toml b/pyproject.toml index e23d0dab..916e8621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ include = [ [tool.poetry.group.dev.dependencies] requests-mock = "^1.12.1" mypy = "^2.1.0" -types-requests = "^2.33.0.20260518" +types-requests = "^2.33.0.20260712" types-python-dateutil = "^2.9.0.20260518" types-redis = "^4.6.0.20241004" types-Flask = "^1.1.6"