diff --git a/poetry.lock b/poetry.lock index 2e8df7f..fb8c742 100644 --- a/poetry.lock +++ b/poetry.lock @@ -700,14 +700,14 @@ rsa = ["cryptography"] [[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] diff --git a/requirements.txt b/requirements.txt index d6c0761..8f039ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ ply==3.11 ; python_version >= "3.12" and python_version < "4.0" pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" pymysql==1.1.1 ; python_version >= "3.12" and python_version < "4.0" -python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" +python-dotenv==1.2.2 ; python_version >= "3.12" and python_version < "4.0" redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0"