diff --git a/poetry.lock b/poetry.lock index 4cc549a..66e5c73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -536,14 +536,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "python-dotenv" -version = "1.1.1" +version = "1.2.2" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"}, - {file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"}, + {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, + {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, ] [package.extras] diff --git a/requirements.txt b/requirements.txt index 4548994..5a3db49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0" pytest==8.4.1 ; python_version >= "3.12" and python_version < "4.0" -python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" +python-dotenv==1.2.2 ; python_version >= "3.12" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0" werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0"