diff --git a/poetry.lock b/poetry.lock index 9e7a0e680..79bc5929f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -4108,14 +4108,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.5.4)", "pytest (>=8.3.5)", "pyt [[package]] name = "python-dotenv" -version = "1.2.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", "dev"] files = [ - {file = "python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, - {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, + {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] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "1cf6db9fcdb4a51e271c098a42f27be7593e017391480f50a9603b2e2f1c8d1e" +content-hash = "33fe09fddf8b84b7be2af559faa7c5a5540edca0f59203554e42e4a8ce650af0" diff --git a/pyproject.toml b/pyproject.toml index dc0494116..c27ded29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ packaging = "==26.0" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.11" pyjwt = "==2.12.0" -python-dotenv = "==1.2.1" +python-dotenv = "==1.2.2" sqlalchemy = "==2.0.47" werkzeug = "^3.1.5" faker = "^40.5.1"