diff --git a/poetry.lock b/poetry.lock index 4d0c62f..be76cca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 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 = "alembic" @@ -955,14 +955,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[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] @@ -1404,4 +1404,4 @@ wtforms = ">=3.1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "7f7cd559b629fa145d6c621e57f8e085c355bc4aba1072945a4def7a905bf92b" +content-hash = "fec583f7ff76b89e73c80ab9b866782125d6f387602becb5525bcb9e91f6187d" diff --git a/pyproject.toml b/pyproject.toml index 7a1e736..177de06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "flask (>=3.1.1,<4.0.0)", "sqlalchemy (>=2.0.41,<3.0.0)", "flask-sqlalchemy (>=3.1.1,<4.0.0)", - "python-dotenv (>=1.1.1,<2.0.0)", + "python-dotenv (>=1.2.2,<2.0.0)", "flask-wtf (>=1.2.2,<2.0.0)", "wtforms-sqlalchemy (>=0.4.2,<0.5.0)", "gunicorn (>=23.0.0,<24.0.0)",