diff --git a/poetry.lock b/poetry.lock index 28b2a14..6170064 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4735,14 +4735,14 @@ dev = ["black", "build", "flake8", "flake8-black", "isort", "jupyter-console", " [[package]] name = "pygithub" -version = "2.8.1" +version = "2.9.1" description = "Use the full Github API v3" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pygithub-2.8.1-py3-none-any.whl", hash = "sha256:23a0a5bca93baef082e03411bf0ce27204c32be8bfa7abc92fe4a3e132936df0"}, - {file = "pygithub-2.8.1.tar.gz", hash = "sha256:341b7c78521cb07324ff670afd1baa2bf5c286f8d9fd302c1798ba594a5400c9"}, + {file = "pygithub-2.9.1-py3-none-any.whl", hash = "sha256:2ec78fca30092d51a42d76f4ddb02131b6f0c666a35dfdf364cf302cdda115b9"}, + {file = "pygithub-2.9.1.tar.gz", hash = "sha256:59771d7ff63d54d427be2e7d0dad2208dfffc2b0a045fec959263787739b611c"}, ] [package.dependencies] @@ -6675,4 +6675,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "2ca1a83e36880c97b3b75b4129041f14ba77b482f122ee8a3a1f0cae651800aa" +content-hash = "1c8a23a55d53477eb8a5c0bbcc06b1f5316377aaac93c8bb9410db7dbf100db2" diff --git a/pyproject.toml b/pyproject.toml index 1accd41..228ca08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "crewai (==0.203.0)", "crewai-tools (==0.76)", "python-gitlab (>=5.6.0,<6.0.0)", - "pygithub (>=2.6.1,<3.0.0)", + "pygithub (>=2.9.1,<3.0.0)", "fastapi (>=0.119.0,<0.120.0)" ]