mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-23 20:50:40 +00:00
fix(deps): update dependency requests to v2.29.0 (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
222fdb9a24
commit
ffa9f1de98
10
poetry.lock
generated
10
poetry.lock
generated
@ -837,14 +837,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
version = "2.28.2"
|
version = "2.29.0"
|
||||||
description = "Python HTTP for Humans."
|
description = "Python HTTP for Humans."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7, <4"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"},
|
{file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"},
|
||||||
{file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"},
|
{file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "ef0bbee047ce8a6eb9801f6cb39c7be286b3f7b0ff51550b2720780816f964bb"
|
content-hash = "ad09253d06ea283ad7d969554e9774b25f9bcebf0dfa6299974d9d38973c3a7c"
|
||||||
|
@ -52,7 +52,7 @@ pathspec = "0.11.1"
|
|||||||
python = "^3.7.0"
|
python = "^3.7.0"
|
||||||
python-dateutil = "2.8.2"
|
python-dateutil = "2.8.2"
|
||||||
python-json-logger = "2.0.7"
|
python-json-logger = "2.0.7"
|
||||||
requests = "2.28.2"
|
requests = "2.29.0"
|
||||||
"ruamel.yaml" = "0.17.21"
|
"ruamel.yaml" = "0.17.21"
|
||||||
websocket_client = "1.5.1"
|
websocket_client = "1.5.1"
|
||||||
zipp = "3.15.0"
|
zipp = "3.15.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user