chore(deps): bump requests from 2.31.0 to 2.32.2 (#720)

This commit is contained in:
dependabot[bot] 2024-06-02 09:42:47 +02:00 committed by GitHub
parent fbf727c593
commit 27f88e07f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]] [[package]]
name = "anyconfig" name = "anyconfig"
@ -759,13 +759,13 @@ files = [
[[package]] [[package]]
name = "requests" name = "requests"
version = "2.31.0" version = "2.32.2"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
] ]
[package.dependencies] [package.dependencies]
@ -1102,4 +1102,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.0" python-versions = "^3.8.0"
content-hash = "9a5149d89cfc84430b0faca23d8c3087f8d04e8079ee25ace7a25178154be995" content-hash = "46f5229a47017ac18dad09241fd7a5ae3b879d0ed027cfd64e4eeaf25ce6e624"

View File

@ -48,7 +48,7 @@ pathspec = "0.12.1"
python = "^3.8.0" python = "^3.8.0"
python-dateutil = "2.9.0.post0" python-dateutil = "2.9.0.post0"
python-json-logger = "2.0.7" python-json-logger = "2.0.7"
requests = "2.31.0" requests = "2.32.2"
"ruamel.yaml" = "0.18.6" "ruamel.yaml" = "0.18.6"
websocket_client = "1.8.0" websocket_client = "1.8.0"
zipp = "3.19.1" zipp = "3.19.1"