From c6a63148e2f9a2d0695df9a06b1cec67c363e840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:31:39 +0000 Subject: [PATCH] Bump requests from 2.33.0 to 2.34.0 Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.34.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.0...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2df4b53..a6ef89fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -930,14 +930,14 @@ pyyaml = "*" [[package]] name = "requests" -version = "2.33.0" +version = "2.34.0" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, - {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, + {file = "requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"}, + {file = "requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"}, ] [package.dependencies] @@ -948,7 +948,6 @@ urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] @@ -1086,4 +1085,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "dc88acf080a88c0e0ae7338ff189fbf490805223f900e302560370dde62d7b8c" +content-hash = "e9e7c1314efbabc7fd5bb70cb8a7ad8a97a202579a0e96a3719fd8ff70270795" diff --git a/pyproject.toml b/pyproject.toml index 52458928..fa1433fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "~3.11" mkdocs-material = "9.7.0" strictyaml = "1.7.3" ics = {version = "0.8.0.dev0", allow-prereleases = true} -requests = "2.33.0" +requests = "2.34.0" mkdocs = "1.6.1" teemup = "1.2.1"