diff --git a/poetry.lock b/poetry.lock index 9553da70..23312882 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1654,14 +1654,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.1.1" +version = "1.2.2" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"}, - {file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"}, + {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, + {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, ] [package.extras] @@ -1986,4 +1986,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "0fd39efd1ce3e2aeb3ab18c17a121b0e622ca52b5935172bc65cc09b37f6afb2" +content-hash = "cca71152f08c7b4970cf92b0411262546b67515a6c5426e9b1742aeb8044b640" diff --git a/pyproject.toml b/pyproject.toml index 5a16c452..06c45caa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ sqlparse = "0.5.4" typing-extensions = "4.15.0" urllib3 = "2.6.3" yarl = "1.20.1" -python-dotenv = "1.1.1" +python-dotenv = "1.2.2" wheel = "0.46.2"