diff --git a/poetry.lock b/poetry.lock index 6cd7140..ecc7af4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -973,14 +973,14 @@ voice = ["PyNaCl (>=1.6,<1.7)"] [[package]] name = "python-dotenv" -version = "1.2.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.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61"}, - {file = "python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6"}, + {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] @@ -1252,4 +1252,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "71730c5d354771627f9ecc4a3e830e1360ca60ec1ec7713a7ec0287506b4913a" +content-hash = "bd7476692b3bfdbf63f5826cccd6f82ffd2f0f4bb4b2a2e39187769a76735c3c" diff --git a/pyproject.toml b/pyproject.toml index 31f8823..7998d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" requires-python = "~3.13" dependencies = [ "py-cord (==2.7.0)", - "python-dotenv (==1.2.1)", + "python-dotenv (==1.2.2)", "pillow (==12.1.0)", "sqlalchemy[asyncio] (==2.0.45)", "aiosqlite (==0.22.1)",