diff --git a/poetry.lock b/poetry.lock index 6a6c9493..8d9602fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1790,8 +1790,8 @@ files = [ annotated-types = ">=0.6.0" pydantic-core = "2.23.4" typing-extensions = [ - {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, {version = ">=4.6.1", markers = "python_version < \"3.13\""}, + {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, ] [package.extras] @@ -1931,8 +1931,8 @@ files = [ astroid = ">=3.3.4,<=3.4.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.2", markers = "python_version < \"3.11\""}, + {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" @@ -2062,13 +2062,13 @@ six = ">=1.5" [[package]] name = "python-dotenv" -version = "0.19.2" +version = "1.0.1" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.19.2.tar.gz", hash = "sha256:a5de49a31e953b45ff2d2fd434bbc2670e8db5273606c1e737cc6b93eff3655f"}, - {file = "python_dotenv-0.19.2-py2.py3-none-any.whl", hash = "sha256:32b2bdc1873fd3a3c346da1c6db83d0053c3c62f28f1f38516070c4c8971b1d3"}, + {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, ] [package.extras] @@ -3063,4 +3063,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "87103609097fdbf286e6e5a61c7b15a5e013f6d1ea017bd3b029cb82cf423ca0" +content-hash = "b9dcc8fe468ac837e4dac62604c9b1f39eb8bcef0faf98875f5a12177f3e853e" diff --git a/pyproject.toml b/pyproject.toml index c7ff007c..2de5fdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ bcrypt = "4.0.1" [tool.poetry.dev-dependencies] pre-commit = "^3.8.0" -python-dotenv = "^0.19.2" +python-dotenv = "^1.0.1" pytest = "^8.3.2" pytest-dotenv = "^0.5.2" pytest-mock = "^3.7.0"