diff --git a/poetry.lock b/poetry.lock index 08164d0..c45235b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1265,14 +1265,14 @@ voice = ["PyNaCl (>=1.6.2,<1.7)", "davey (>=0.1.4,<1)"] [[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] @@ -1628,4 +1628,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "~=3.13.0" -content-hash = "1b64088224009c326b8010c2aff014f2764fe39a23d69aa309204798320871a0" +content-hash = "1af14767deda5a036207e4c08025168f8669304a6398289262d0f9cb9a0a8e17" diff --git a/pyproject.toml b/pyproject.toml index 63a83bc..807ec80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = "~=3.13.0" dependencies = [ "py-cord (==2.8.1)", - "python-dotenv (==1.2.2)", + "python-dotenv (==1.2.3)", "pillow (==12.3.0)", "sqlalchemy[asyncio] (==2.0.50)", "aiosqlite (==0.22.1)",