diff --git a/pyproject.toml b/pyproject.toml index 16ca764b..a9ee7b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ macos = [ ] github = [ # GitHub repository browser and remote file open/save (File > Open Remote > GitHub). - "PyGithub>=2.9.1", + "PyGithub>=2.10.0", ] # Optional agentic-AI harness packs (QUILL 2.0): OpenAI Agents, Claude Agent, and # GitHub Copilot. Each pulls one third-party agent SDK; the matching diff --git a/quillin-hub/requirements.txt b/quillin-hub/requirements.txt index b55a4f8c..be913c01 100644 --- a/quillin-hub/requirements.txt +++ b/quillin-hub/requirements.txt @@ -5,7 +5,7 @@ flask-migrate==4.1.0 flask-limiter==4.1.1 psycopg2-binary==2.9.9 flask-cors==6.0.0 -pygithub==2.9.1 +pygithub==2.10.0 python-dotenv==1.2.2 Werkzeug==3.1.8 bandit==1.9.4