summaryrefslogtreecommitdiffstats
path: root/requirements/requirements.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade twilio dependency to pick up fixAlan Rominger2022-06-011-1/+1
|
* Updated dependencies to reduce issues with dependabot and container scanning ↵John Westcott IV2022-05-121-4/+6
| | | | | (#12180) Modify updater.sh to remove the local path references.
* Bump Django to 3.2.13Jeff Bradberry2022-04-261-1/+1
|
* Update cryptography to >=35 for openssl 3 supportSatoe Imaishi2022-04-011-1/+2
|
* Add setuptools_scm[toml] and pkgconfig, xmlsec's build depSatoe Imaishi2022-03-291-0/+3
|
* Upgrade to Django 3.2Jeff Bradberry2022-03-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - upgrades - Django 3.2.12 - pytz 2021.3 (from 2019.3) - oauthlib 3.2.0 (from 3.1.0) - requests-oauthlib 1.3.1 (from 1.3.0) - django-guid 3.2.1 (from 2.2.1) - django-solo 2.0.0 (from 1.1.3) - django-taggit 2.1.0 (from 1.2.0) - netaddr 0.8.0 (from 0.7.19) - pyrad 2.4 (from 2.3) - django-radius devel (from 1.3.3) - future devel (from 0.16.0) - django-guid, django-solo, and django-taggit are upgraded to fix the AppConfig deprecation warning. FIXME: django-guid devel has the fix, but it hasn't been released yet. - Released versions of django-radius have a hard-coded pin to future==0.16.0, which has a Python warning due to an improperly escaped character. This is fixed in future devel, so for now we are pinning to references to the git repos. - netaddr had a bunch of Python syntax and deprecation warnings
* Upgrade to Django 3.1Jeff Bradberry2022-03-081-5/+4
| | | | | | | | | | | | | | - upgrades - Django 3.1.14 - djangorestframework 3.13.1 (from 3.12.1) - djangorestframework-yaml 2.0.0 (from 1.0.3) - django-polymorphic 3.1.0 (from 2.1.2) - social-auth-core 4.2.0 (from 3.3.1) - social-auth-app-django 5.0.0 (from 3.1.0) - django-auth-ldap 4.0.0 (from 2.1.0) - django-crum 0.7.9 (from 0.7.5) - django-jsonfield is removed
* Upgrade to Django 3.0Jeff Bradberry2022-03-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - upgrades - Django 3.0.14 - django-jsonfield 1.4.1 (from 1.2.0) - django-oauth-toolkit 1.4.1 (from 1.1.3) - Stopping here because later versions have changes to the underlying model to support OpenID Connect. Presumably this can be dealt with via a migration in our project. - django-guid 2.2.1 (from 2.2.0) - django-debug-toolbar 3.2.4 (from 1.11.1) - python3-saml 1.13.0 (from 1.9.0) - xmlsec 1.3.12 (from 1.3.3) - Remove our project's use of django.utils.six in favor of directly using six, in awx.sso.fields. - Temporarily monkey patch six back in as django.utils.six, since django-jsonfield makes use of that import, and is no longer being updated. Hopefully we can do away with this dependency with the new generalized JSONField brought in with Django 3.1. - Force a json decoder to be used with all instances of JSONField brought in by django-jsonfield. This deals with the 'cast to text' problem noted previously in our UPGRADE_BLOCKERS. - Remove the validate_uris validator from the OAuth2Application in migration 0025, per the UPGRADE_BLOCKERS, and remove that note. - Update the TEMPLATES setting to satisfy Django Debug Toolbar. It requires at least one entry that has APP_DIRS=True, and as near as I can tell our custom OPTIONS.loaders setting was effectively doing the same thing as Django's own machinery if this setting is set.
* Merge pull request #11332 from shanemcd/bump-depsShane McDonald2022-01-241-4/+4
|\ | | | | Security-related updates for some Python dependencies.
| * Security-related updates for some Python dependencies.Shane McDonald2021-11-141-4/+4
| |
* | Pass ident to "process" cmd and disable stdout fileAlan Rominger2022-01-181-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This requires corresponding ansible-runner changes which are only available in devel branch to do this, requirements are changed to install ansible-runner devel as it did before Revert "Use ansible-runner 2.1.1 build" This reverts commit f0ede010176bd6bfcb45b4fee4194096a91c0003. Add back in change from updater.sh that we want to keep
* | Use receptor 1.1.1 buildSatoe Imaishi2021-11-191-0/+1
| |
* | Use ansible-runner 2.1.1 buildSatoe Imaishi2021-11-191-4/+1
|/
* updates the implementation of the slack backend for notificationsDaniel Ziegenberg2021-10-261-1/+1
| | | | | | | | | Use the slack_sdk instead of the deprecated slackclient. Because according to the official documentation: > The slackclient PyPI project is in maintenance mode now and slack-sdk project is the successor. With this commit one UPGRADE BLOCKER from requirements/requirements.in is removed. Als the license for slack_sdk is updated and unit tests for slack notifications backend are added. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
* Update pip and setuptoolsShane McDonald2021-10-041-2/+2
|
* Add pbr to venv temporarilySatoe Imaishi2021-09-281-0/+4
|
* Install receptor and ansible-runner from develChristian M. Adams2021-08-111-2/+0
| | | | Signed-off-by: Christian M. Adams <rooftopcellist@gmail.com>
* Updated the required sdk version to latest release v1.0.0endlesstrax2021-07-221-1/+1
|
* Added python-tss-sdk to requirementsRicky White2021-07-221-0/+1
|
* Bump ansible-runner to 2.0.1Shane McDonald2021-07-131-1/+1
|
* bump receptor to 1.0.0 GAElijah DeLee2021-07-131-1/+1
|
* bumped django version to 2.2.20 in develSarabraj Singh2021-06-301-1/+1
|
* Use Ansible Runner 2.0.0 releaseShane McDonald2021-06-281-1/+1
|
* Bump ansible-runner to 2.0.0.0rc3Jeff Bradberry2021-06-281-1/+1
|
* Bump ansible-runner to 2.0.0.0rc2 and receptorctl to 1.0.0.0rc1Jeff Bradberry2021-06-281-2/+2
|
* Merge pull request #10290 from amigus/dsvsoftwarefactory-project-zuul[bot]2021-06-141-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Thycotic DevOps Secrets Vault support SUMMARY Add a Credential Plugin for Thycotic DevOps Secrets Vault ISSUE TYPE Feature Pull Request COMPONENT NAME API UI AWX VERSION awx: 19.1.0 Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: Adam C. Migus <adam@migus.org> Reviewed-by: Matthew Jones <bsdmatburt@gmail.com>
| * Add Thycotic DevOps Secrets Vault supportAdam Migus2021-06-121-0/+1
| |
* | Update runner to 2.0b1Bill Nottingham2021-06-111-1/+1
|/
* Bump to Ansible Runner alpha 5 releaseShane McDonald2021-06-041-1/+1
|
* updated ansible-runner version from 2.0.0a2 -> 2.0.0a4 in requirements filesSarabraj Singh2021-06-031-1/+1
|
* update django-cors-headers and switch to inclusive settings nameRyan Petrello2021-04-121-1/+1
| | | | see: https://github.com/ansible/awx/issues/9177
* Add wheel in venv creationYanis Guenane2021-04-011-0/+2
| | | | | | | | The generated based venv from `python3.8 -m venv` vs. `virtualenv -p python38` is different. This changes aims to address the differences. It was introduced as part of the Python 3.8 migration. https://github.com/ansible/awx/pull/8778
* Use receptorctl from pypiShane McDonald2021-03-311-0/+2
|
* Use Ansible Runner 2.0 alpha 1Shane McDonald2021-03-301-1/+1
|
* Fix test issuesYanis Guenane2021-03-241-0/+1
|
* Pin to latest version of PyYAMLShane McDonald2021-03-041-1/+1
| | | | Fixes https://github.com/yaml/pyyaml/issues/478
* add a per-request GUID and log as it travels through background servicesRyan Petrello2021-02-171-0/+1
| | | | see: https://github.com/ansible/awx/issues/9329
* Bump ansible-runner to get the pexpect fixJeff Bradberry2021-02-121-1/+1
|
* Add job lifecycle loggingSeth Foster2021-02-041-0/+1
| | | | | | | | Various points (e.g. created, running, processing events), are structured into json format and output to /var/log/tower/job_lifecycle.log As part of this work, the DependencyGraph is reworked to return which job object is doing the blocking, rather than a boolean.
* Merge pull request #8860 from CUB-OIT-PE/jinja-chain-undefinedsoftwarefactory-project-zuul[bot]2021-01-121-1/+1
|\ | | | | | | | | | | Enabled jinja2.ChainableUndefined for custom webhook notifications Reviewed-by: Ryan Petrello https://github.com/ryanpetrello
| * Pinned Jinja2 to ensure ChainableUndefined is presentWill Haines2021-01-111-1/+1
| | | | | | | | Signed-off-by: Will Haines <william.haines@colorado.edu>
* | Pin cryptography to pre 3 releaseYanis Guenane2021-01-111-0/+1
| |
* | Update autobahn to address CVE-2020-35678Jeff Bradberry2021-01-051-0/+1
|/
* Remove old radius library from requirementsBill Nottingham2020-11-301-1/+0
| | | | If it's not required by django-radius, we probably don't need it.
* terminal graph of job status changesChris Meyers2020-10-231-0/+1
| | | | * Visualize how jobs go from pending, waiting, running over time
* update to the latest Django Rest FrameworkRyan Petrello2020-09-291-1/+1
|
* remove boto as an awx dependencyRyan Petrello2020-09-091-1/+0
| | | | see: https://github.com/ansible/awx/issues/2115
* update Django and channels_redisRyan Petrello2020-09-081-2/+2
| | | | | see: https://github.com/ansible/tower/issues/4439 also, addresses CVE-2020-24583 and CVE-2020-24584
* update to a newer python-ldap to address a bugRyan Petrello2020-08-111-0/+1
| | | | see: https://github.com/ansible/awx/issues/7868
* Upgrade gitpython to pick up bug fixAlan Rominger2020-08-101-1/+1
|