---
updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b4a50cb1db
commit
d45f54d60c
8
poetry.lock
generated
8
poetry.lock
generated
@ -554,13 +554,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
version = "2.32.1"
|
version = "2.32.0"
|
||||||
description = "Python HTTP for Humans."
|
description = "Python HTTP for Humans."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"},
|
{file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"},
|
||||||
{file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"},
|
{file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -747,4 +747,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "46a4b9dbd4656082befdb300c54fd1293762142af3bbb26c0fab8cfa5d0381e0"
|
content-hash = "f237cc1cde10901c5b19eb0a4589c91d049d9cdb4f435ceee436a13f4ac9af75"
|
||||||
|
@ -28,7 +28,7 @@ platformdirs = "4.2.2"
|
|||||||
pluggy = "1.5.0"
|
pluggy = "1.5.0"
|
||||||
py = "1.11.0"
|
py = "1.11.0"
|
||||||
pyparsing = "3.1.2"
|
pyparsing = "3.1.2"
|
||||||
requests = "2.32.1"
|
requests = "2.32.0"
|
||||||
six = "1.16.0"
|
six = "1.16.0"
|
||||||
tabulate = "0.9.0"
|
tabulate = "0.9.0"
|
||||||
tomli = "2.0.1"
|
tomli = "2.0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user