Skip to content

Commit da1703b

Browse files
committed
More PyGithub dep and license housekeeping
1 parent fa099fe commit da1703b

File tree

6 files changed

+6
-179
lines changed

6 files changed

+6
-179
lines changed

licenses/pygithub-2.6.0.tar.gz

-3.49 MB
Binary file not shown.

licenses/pygithub-2.6.1.tar.gz

3.49 MB
Binary file not shown.

licenses/pynacl.txt

Lines changed: 0 additions & 174 deletions
This file was deleted.

requirements/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ prometheus_client
4545
psycopg
4646
psutil
4747
pygerduty
48-
PyGithub <= 2.6.0
4948
pyopenssl>=23.2.0 # resolve dep conflict from cryptography pin above
5049
pyparsing==2.4.6 # Upgrading to v3 of pyparsing introduce errors on smart host filtering: Expected 'or' term, found 'or' (at char 15), (line:1, col:16)
5150
python-daemon>3.0.0

requirements/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ automat==24.8.1
4343
# awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel # git requirements installed separately
4444
# via -r /awx_devel/requirements/requirements_git.txt
4545
awx-plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git
46-
# via -r /awx_devel/requirements/requirements_git.txt
46+
# via
47+
# -r /awx_devel/requirements/requirements_git.txt
48+
# awx-plugins-core
4749
azure-core==1.32.0
4850
# via
4951
# azure-identity
@@ -371,8 +373,8 @@ pycparser==2.22
371373
# via cffi
372374
pygerduty==0.38.3
373375
# via -r /awx_devel/requirements/requirements.in
374-
pygithub==2.6.0
375-
# via -r /awx_devel/requirements/requirements.in
376+
pygithub==2.6.1
377+
# via awx-plugins-core
376378
pyjwt[crypto]==2.10.1
377379
# via
378380
# adal

requirements/requirements_git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
22
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
33
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
44
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest-filters,jwt_consumer,resource-registry,rbac,feature-flags]
5-
awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core
5+
awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core[credentials-github-app]
66
awx_plugins.interfaces @ git+https://github.com/ansible/awx_plugins.interfaces.git

0 commit comments

Comments
 (0)