diff --git a/pyproject.toml b/pyproject.toml index a4f8229..61dbec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dynamic = ["version", "readme"] requires-python = ">=3.10" dependencies = [ - "click==8.3.2", + "click==8.3.3", "GitPython==3.1.47", "PyGithub==2.9.1", ] diff --git a/requirements.txt b/requirements.txt index bc1d9a0..2715982 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2026.4.22 cffi==2.0.0 charset-normalizer==3.4.7 -click==8.3.2 +click==8.3.3 cryptography==46.0.7 gitdb==4.0.12 gitpython==3.1.47 diff --git a/uv.lock b/uv.lock index 63bba34..04f0304 100644 --- a/uv.lock +++ b/uv.lock @@ -48,7 +48,7 @@ types = [ [package.metadata] requires-dist = [ { name = "build", marker = "extra == 'dist'", specifier = "==1.4.3" }, - { name = "click", specifier = "==8.3.2" }, + { name = "click", specifier = "==8.3.3" }, { name = "gitpython", specifier = "==3.1.47" }, { name = "httpx", marker = "extra == 'test'", specifier = "==0.28.1" }, { name = "mypy", marker = "extra == 'types'", specifier = "==1.20.2" }, @@ -273,14 +273,14 @@ wheels = [ [[package]] name = "click" -version = "8.3.2" +version = "8.3.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/57/75/31212c6bf2503fdf920d87fee5d7a86a2e3bcf444984126f13d8e4016804/click-8.3.2.tar.gz", hash = "sha256:14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5", size = 302856, upload-time = "2026-04-03T19:14:45.118Z" } +sdist = { url = "https://files.pythonhosted.org/packages/bb/63/f9e1ea081ce35720d8b92acde70daaedace594dc93b693c869e0d5910718/click-8.3.3.tar.gz", hash = "sha256:398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2", size = 328061, upload-time = "2026-04-22T15:11:27.506Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e4/20/71885d8b97d4f3dde17b1fdb92dbd4908b00541c5a3379787137285f602e/click-8.3.2-py3-none-any.whl", hash = "sha256:1924d2c27c5653561cd2cae4548d1406039cb79b858b747cfea24924bbc1616d", size = 108379, upload-time = "2026-04-03T19:14:43.505Z" }, + { url = "https://files.pythonhosted.org/packages/ae/44/c1221527f6a71a01ec6fbad7fa78f1d50dfa02217385cf0fa3eec7087d59/click-8.3.3-py3-none-any.whl", hash = "sha256:a2bf429bb3033c89fa4936ffb35d5cb471e3719e1f3c8a7c3fff0b8314305613", size = 110502, upload-time = "2026-04-22T15:11:25.044Z" }, ] [[package]]