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"