diff --git a/poetry.lock b/poetry.lock index 8de8803..99ae33b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -320,13 +320,13 @@ six = ">=1.4.0" [[package]] name = "environs" -version = "11.0.0" +version = "11.1.0" description = "simplified environment variable parsing" optional = false python-versions = ">=3.8" files = [ - {file = "environs-11.0.0-py3-none-any.whl", hash = "sha256:e0bcfd41c718c07a7db422f9109e490746450da38793fe4ee197f397b9343435"}, - {file = "environs-11.0.0.tar.gz", hash = "sha256:069727a8f73d8ba8d033d3cd95c0da231d44f38f1da773bf076cef168d312ee8"}, + {file = "environs-11.1.0-py3-none-any.whl", hash = "sha256:64a95eb490370ea042c761203ff3b8c4b432f799dc20d623de9b00fae21efa16"}, + {file = "environs-11.1.0.tar.gz", hash = "sha256:8035fe255de3a095156ba79a1b76ff576ce60367817fe20c20bbe67869c8c7b2"}, ] [package.dependencies] @@ -334,7 +334,7 @@ marshmallow = ">=3.13.0" python-dotenv = "*" [package.extras] -dev = ["environs[tests]", "pre-commit (>=3.5,<4.0)", "tox"] +dev = ["environs[tests]", "pre-commit (>=3.5,<5.0)", "tox"] django = ["dj-database-url", "dj-email-url", "django-cache-url"] tests = ["environs[django]", "pytest"] @@ -1075,4 +1075,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ac0d826a62a77b19b16168035a3034df6b507052836dd9e4257b266e4f8d530d" +content-hash = "d0419bf6a0ebe68de0bf45d732c615830f561b047b48d4814205ebba343440f1" diff --git a/pyproject.toml b/pyproject.toml index 4b2c4a8..780ee74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ colorama = "0.4.6" dateparser = "1.2.0" docker = "7.1.0" docker-pycreds = "0.4.0" -environs = "11.0.0" +environs = "11.1.0" idna = "3.10" ipaddress = "1.0.23" jsonschema = "4.23.0"