diff --git a/pyproject.toml b/pyproject.toml index a23ce07..e9c1b51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pillow==12.1.0", "PyJWT>=2.8.0", "pyotp", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", "pywinrm==0.4.3", "redis>=5.0.0", "requests==2.32.3", diff --git a/uv.lock b/uv.lock index 0be394f..cc341bd 100644 --- a/uv.lock +++ b/uv.lock @@ -70,7 +70,7 @@ requires-dist = [ { name = "pillow", specifier = "==12.1.0" }, { name = "pyjwt", specifier = ">=2.8.0" }, { name = "pyotp" }, - { name = "python-dotenv", specifier = "==1.2.1" }, + { name = "python-dotenv", specifier = "==1.2.2" }, { name = "pywinrm", specifier = "==0.4.3" }, { name = "redis", specifier = ">=5.0.0" }, { name = "requests", specifier = "==2.32.3" }, @@ -1110,11 +1110,11 @@ wheels = [ [[package]] name = "python-dotenv" -version = "1.2.1" +version = "1.2.2" source = { registry = "https://mirrors.aliyun.com/pypi/simple" } -sdist = { url = "https://mirrors.aliyun.com/pypi/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6" } +sdist = { url = "https://mirrors.aliyun.com/pypi/packages/82/ed/0301aeeac3e5353ef3d94b6ec08bbcabd04a72018415dcb29e588514bba8/python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3" } wheels = [ - { url = "https://mirrors.aliyun.com/pypi/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61" }, + { url = "https://mirrors.aliyun.com/pypi/packages/0b/d7/1959b9648791274998a9c3526f6d0ec8fd2233e4d4acce81bbae76b44b2a/python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a" }, ] [[package]]