diff --git a/poetry.lock b/poetry.lock index 42a7b3c0a..a9197f951 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3008,14 +3008,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] @@ -4129,4 +4129,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "c2ec73509829703927231a9a2caf4f04e05c31190bc45daf4e8bbab05c7a1c39" +content-hash = "6f8b260e05c69ab61001ea16a6d4d2d6727b6787a694a69f891d6e9b29c18656" diff --git a/pyproject.toml b/pyproject.toml index 26f5f1613..3b0adf5ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pyexcel-xls = "==0.7.1" pyexcel-xlsx = "==0.6.1" openpyxl = "==3.0.10" pyproj = "==3.7.1" -python-dotenv = "==1.1.0" +python-dotenv = "==1.1.1" pytz = "^2025.2" rtreelib = "==0.2.0" werkzeug = "^3.1.3"