diff --git a/poetry.lock b/poetry.lock index 061f3b66..c6015fdf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2461,14 +2461,14 @@ filelock = ">=3.15.4" [[package]] name = "python-dotenv" -version = "1.2.2" +version = "1.2.3" description = "Read key-value pairs from a .env file and set them as environment variables" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"}, - {file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"}, + {file = "python_dotenv-1.2.3-py3-none-any.whl", hash = "sha256:904552145e8bfed22162c09dab1c2b9b54fefa7b23ba780f4f26ca0316b0f0d9"}, + {file = "python_dotenv-1.2.3.tar.gz", hash = "sha256:a20a594dabeaa385725aa239d5244871c143ecb356add8a20fcf23773a6c3a35"}, ] [package.extras] @@ -3581,4 +3581,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "bcca58b107dd2580f0e8eb680e8b6971c38c01c8eee7da881e0302f63eda04a7" +content-hash = "405471ab2fcdfc89086a04a9d8142b91ca682ba91177d9851bbbb58f87f5ab10" diff --git a/pyproject.toml b/pyproject.toml index e391095e..a1bbfbcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ click = "8.4.2" gitpython = "3.1.59" requests = { version = "2.34.2", extras = ["socks"] } url-normalize = "3.0.0" -python-dotenv = "1.2.2" +python-dotenv = "1.2.3" pyxdg = "0.28" cruft = "2.16.0" oauthlib = "3.3.1"