diff --git a/poetry.lock b/poetry.lock index 267c120d..e6a25504 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2027,14 +2027,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dotenv" -version = "1.0.1" +version = "1.1.0" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, - {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, + {file = "python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d"}, + {file = "python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"}, ] [package.extras] @@ -3213,4 +3213,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "ddce63b2296de927fb015b5a13e507127e3173d085d1aa478142374d2495ba03" +content-hash = "37db80afee34cf349c89235593613a8221e2d5c3e26dd356004f01572073e15f" diff --git a/pyproject.toml b/pyproject.toml index 080ff917..f6f23be5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ wheel = "==0.45.1" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1" -python-dotenv = "==1.0.1" +python-dotenv = "==1.1.0" requests = "^2.32.3" [build-system]