Pin dependencies to prepare for release_4.6 release tag (#6707)

* Pin deps to release prep
- ansible-runner@2.4.0
- receptorctl@1.4.8
- django-ansible-base@c8fbc1e345d4908cc97eaae20771238a5dd35aad
This commit is contained in:
Hao Liu
2024-09-19 12:22:18 -04:00
committed by GitHub
parent fafed924e3
commit 6574cfe3a9
4 changed files with 182 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
aiohttp>=3.9.4 # CVE-2024-30251
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
ansible-runner==2.4.0
asciichartpy
asn1
azure-identity
@@ -55,7 +56,7 @@ python-tss-sdk>=1.2.1
python-ldap
pyyaml>=6.0.1
pyzstd # otel collector log file compression library
receptorctl
receptorctl==1.4.8
social-auth-core == 4.5.4 # hard pinned due to resolver picking CVE version when uncapped
social-auth-app-django==5.4.2 # see UPGRADE BLOCKERs
sqlparse>=0.4.4 # Required by django https://github.com/ansible/awx/security/dependabot/96

View File

@@ -11,7 +11,8 @@ aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
# via -r /awx_devel/requirements/requirements_git.txt
ansible-runner==2.4.0
# via -r /awx_devel/requirements/requirements.in
ansiconv==1.0.0
# via -r /awx_devel/requirements/requirements.in
asciichartpy==1.5.25
@@ -437,7 +438,7 @@ pyyaml==6.0.1
# receptorctl
pyzstd==0.15.10
# via -r /awx_devel/requirements/requirements.in
receptorctl==1.4.4
receptorctl==1.4.8
# via -r /awx_devel/requirements/requirements.in
redis[hiredis]==5.0.1
# via

View File

@@ -1,5 +1,4 @@
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@c8fbc1e345d4908cc97eaae20771238a5dd35aad#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]