diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 37818fe8..4e2862b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,13 +867,13 @@ extra = ["pygments (>=2.12)"] [[package]] name = "python-dotenv" -version = "1.0.0" +version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.8" files = [ - {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, - {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, + {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, ] [package.extras] @@ -1206,4 +1206,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "14eb4a87e31ca12465f13f0cfdaaca3c3072dfc8fd70a6e836cd9188327af3ca" +content-hash = "587b94cb7dd9ac7b8bfaea28b92693469eb6437254cf03f316b7993592210455" diff --git a/pyproject.toml b/pyproject.toml index ae2e6b59..723f0f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ whitenoise = "6.6.0" psycopg = {extras = ["binary"], version = "3.1.17"} [tool.poetry.group.dev.dependencies] -python-dotenv = "1.0.0" +python-dotenv = "1.0.1" taskipy = "1.12.2" ruff = "0.1.14" |