diff --git a/poetry.lock b/poetry.lock index f43044061..96d163d5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3873,14 +3873,14 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "1.1.0" +version = "1.1.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, - {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, + {file = "python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"}, + {file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"}, ] [package.extras] @@ -5563,4 +5563,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "ebd4eb6d04a21cf0b8f63c8143a70cd28317736be2e9e0f93d97eba253eeb5fe" +content-hash = "1cf618979de62024de4aae6b031e84e625ea604c451a58b890c2013a088ee44a" diff --git a/pyproject.toml b/pyproject.toml index 15de5aef6..cb43e9452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ packaging = "==25.0" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.10" pyjwt = "==2.10.1" -python-dotenv = "==1.1.0" +python-dotenv = "==1.1.1" sqlalchemy = "==2.0.41" werkzeug = "^3.0.6" faker = "^37.4.0"