mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
fix(deps): update dependency environs to v10.2.0 (#654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c81a2b7dca
commit
df1c82beac
10
poetry.lock
generated
10
poetry.lock
generated
@ -325,13 +325,13 @@ six = ">=1.4.0"
|
||||
|
||||
[[package]]
|
||||
name = "environs"
|
||||
version = "10.1.0"
|
||||
version = "10.2.0"
|
||||
description = "simplified environment variable parsing"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "environs-10.1.0-py3-none-any.whl", hash = "sha256:198a245d11b8298e1de91ddaba2bd27155125dc05e6cd6f6d5b9625741a91292"},
|
||||
{file = "environs-10.1.0.tar.gz", hash = "sha256:a3af3735b24579926d518d256b7fc6155d8a90563a0b7b64eabe6d9da1496a53"},
|
||||
{file = "environs-10.2.0-py3-none-any.whl", hash = "sha256:579dddb252ef4bb83a302df82a99c98f6f3db30f043d1b7acff36264b0bfdc69"},
|
||||
{file = "environs-10.2.0.tar.gz", hash = "sha256:9513dd388c1eeb8e82f1ea5a701356abfb7a3d79925bff937ade67fe096e420d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1130,4 +1130,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8.0"
|
||||
content-hash = "d88b4d5bd19fc48bb4ce5da3f68c97f711296b676fa726a6d8e3e064fb5c38dc"
|
||||
content-hash = "b8fc497aec462a131223ad147d9ec6983f145e677200d98c3ac3acd9c885c957"
|
||||
|
@ -43,7 +43,7 @@ colorama = "0.4.6"
|
||||
dateparser = "1.2.0"
|
||||
docker = "7.0.0"
|
||||
docker-pycreds = "0.4.0"
|
||||
environs = "10.1.0"
|
||||
environs = "10.2.0"
|
||||
idna = "3.6"
|
||||
ipaddress = "1.0.23"
|
||||
jsonschema = "4.20.0"
|
||||
|
Loading…
Reference in New Issue
Block a user