diff --git a/poetry.lock b/poetry.lock index 05eea6fa..951d5fd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -575,18 +575,18 @@ setuptools_scm = "*" [[package]] name = "env-tools" -version = "2.3.0" +version = "2.4.0" description = "Tools for using .env files in Python" optional = false python-versions = "*" files = [ - {file = "env_tools-2.3.0-py2.py3-none-any.whl", hash = "sha256:079641265176ee6e39393798cb4f5d5e8a074b0b0bcb287f27b0c4f90cf878b8"}, - {file = "env_tools-2.3.0.tar.gz", hash = "sha256:670999f56d584ac53186ace0457a5703d31d3227015f31e7b164b977675a7fd1"}, + {file = "env_tools-2.4.0-py2.py3-none-any.whl", hash = "sha256:3a927635eef0fa32ff33e89b244519b3e924227ba372d46f6f32629faf5c404f"}, + {file = "env_tools-2.4.0.tar.gz", hash = "sha256:5979fb0486d428e0659865335385990f9776f27b05346dcdcfbd290ab9ff9b4a"}, ] [package.dependencies] six = ">=1.2.0" -tini = ">=3.0.1" +tini = ">=4.0.0" [[package]] name = "executing" @@ -2400,18 +2400,18 @@ files = [ [[package]] name = "tini" -version = "3.0.1" +version = "4.0.0" description = "Read simple .ini/configuration files." optional = false python-versions = "*" files = [ - {file = "tini-3.0.1-py2.py3-none-any.whl", hash = "sha256:8062be51e6766c15ec402579fff422d8c2fb46bdb3f0b22bd009f32d8dd79c81"}, - {file = "tini-3.0.1.tar.gz", hash = "sha256:f856780a90e7a3cdf3aaea56cb8c176fc5f4f8e1d126362cb88ca104f835d99f"}, + {file = "tini-4.0.0-py2.py3-none-any.whl", hash = "sha256:cdb3da607abfcacdad4e3ce9dc9cf0cc593e4d4ec2d24229437148804221c5b8"}, + {file = "tini-4.0.0.tar.gz", hash = "sha256:5aafb4c7439834e1e2aceafeab3c3ffa4d26b3b7d07c134c9ff562f599f56908"}, ] [package.dependencies] configparser = ">=3.5.0b2" -six = ">=1.9.0" +six = ">=1.10.0" [[package]] name = "tomlkit" @@ -2607,4 +2607,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "6433f4a7d3d9629aadad36679acf380479a2b8c951588a86bf301faa4d298730" +content-hash = "7814f8744d05a1b8a0398e51ef60b28cca783786b80bbf75f15106c17ec82491" diff --git a/pyproject.toml b/pyproject.toml index 63bdfef6..3b313509 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ cron-converter = "^1.2.1" django = "^5.1.1" django-stubs = {extras = ["compatible-mypy"], version = "^5.1.1"} django-timezone-utils = "^0.15.0" -env-tools = "^2.3.0" +env-tools = "^2.4.0" grpcio = "^1.60.1" ipython = "^8.21.0" jsonschema = "^4.21.1"