diff options
author | Alan Rominger <arominge@redhat.com> | 2025-01-10 22:18:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 22:18:48 +0100 |
commit | c1572af1d4c96a47a5f817275266b6dbdbbba9ac (patch) | |
tree | d28be933ecb6b70c139bb255e569bcab268223d4 /requirements/README.md | |
parent | Delete test file that should have been removed and fix checks (#15739) (diff) | |
download | awx-c1572af1d4c96a47a5f817275266b6dbdbbba9ac.tar.xz awx-c1572af1d4c96a47a5f817275266b6dbdbbba9ac.zip |
Fix dependency upgrades (#15740)
* Update dependencies to fix offline build
* Downgrade cryptography due to compatibility issue with openssl
* Downgrade setuptools
* Run update script to assure constraints work
* Maintain pin on cryptography
* Small adjustment to comment
---------
Co-authored-by: Satoe Imaishi <simaishi@redhat.com>
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md index 4978d0bf40..141973be69 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -62,6 +62,8 @@ If modifying these libraries make sure testing with the offline build is perform Versions need to match the versions used in the pip bootstrapping step in the top-level Makefile. +Verify ansible-runner's build dependency doesn't conflict with the changes made. + ### cryptography If modifying this library make sure testing with the offline build is performed to confirm it is functionally working. |