diff --git a/poetry.lock b/poetry.lock index d0424e46..a270e23b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1855,13 +1855,13 @@ typing-extensions = ">=4.9.0" [[package]] name = "python-dotenv" -version = "0.14.0" -description = "Add .env support to your django/flask apps in development and deployments" +version = "1.0.1" +description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "python-dotenv-0.14.0.tar.gz", hash = "sha256:8c10c99a1b25d9a68058a1ad6f90381a62ba68230ca93966882a4dbc3bc9c33d"}, - {file = "python_dotenv-0.14.0-py2.py3-none-any.whl", hash = "sha256:c10863aee750ad720f4f43436565e4c1698798d763b63234fb5021b6c616e423"}, + {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] @@ -2319,4 +2319,4 @@ win = ["playsound", "pyImpinj", "pywin32"] [metadata] lock-version = "2.0" python-versions = "~3.8.1" -content-hash = "79adeef9a238fa5fc3fa865c353e4b7f58e03711c14e9c23b3abe1d11d6bb144" +content-hash = "43cf5ad9bc106225574882fd10215d69a4a0284deedb6d68b3f3be216741de1d" diff --git a/pyproject.toml b/pyproject.toml index 5b505ec1..f210e570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ psutil = "^5.9.5" pydantic = "^1" PySide6 = "^6" python-dateutil = "^2" -python-dotenv = '^0.14' +python-dotenv = '>=0.14,<1.1' pywinusb = "^0" requests = "^2" sportident = "^1"