diff --git a/pyproject.toml b/pyproject.toml index d9bd156..69748c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ ] dependencies = [ "discord.py>=2.5.2", - "python-dotenv==1.0.0", + "python-dotenv==1.2.1", "requests>=2.31.0", "beautifulsoup4>=4.12.0", "PyYAML>=6.0.2", diff --git a/uv.lock b/uv.lock index 8436a79..140e46f 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13'", @@ -443,7 +443,7 @@ wheels = [ [[package]] name = "gitcord" -version = "1.0.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "beautifulsoup4" }, @@ -460,7 +460,7 @@ requires-dist = [ { name = "beautifulsoup4", specifier = ">=4.12.0" }, { name = "discord-py", specifier = ">=2.5.2" }, { name = "pylint", specifier = ">=3.3.7" }, - { name = "python-dotenv", specifier = "==1.0.0" }, + { name = "python-dotenv", specifier = "==1.2.1" }, { name = "pyyaml", specifier = ">=6.0.2" }, { name = "requests", specifier = ">=2.31.0" }, { name = "setuptools", specifier = ">=80.9.0" }, @@ -749,11 +749,11 @@ wheels = [ [[package]] name = "python-dotenv" -version = "1.0.0" +version = "1.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/31/06/1ef763af20d0572c032fa22882cfbfb005fba6e7300715a37840858c919e/python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba", size = 37399, upload-time = "2023-02-24T06:46:37.282Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f0/26/19cadc79a718c5edbec86fd4919a6b6d3f681039a2f6d66d14be94e75fb9/python_dotenv-1.2.1.tar.gz", hash = "sha256:42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6", size = 44221, upload-time = "2025-10-26T15:12:10.434Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/44/2f/62ea1c8b593f4e093cc1a7768f0d46112107e790c3e478532329e434f00b/python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a", size = 19482, upload-time = "2023-02-24T06:46:36.009Z" }, + { url = "https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl", hash = "sha256:b81ee9561e9ca4004139c6cbba3a238c32b03e4894671e181b671e8cb8425d61", size = 21230, upload-time = "2025-10-26T15:12:09.109Z" }, ] [[package]]