From 9922c2b165cfc9799d1fd82e6caff982d338c3f0 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 4 May 2021 13:04:29 -0400 Subject: [PATCH] Update all deps Issue: AAH-576 --- CHANGES/576.misc | 1 + requirements/requirements.common.txt | 18 +++++++++--------- requirements/requirements.insights.txt | 24 ++++++++++++------------ requirements/requirements.standalone.txt | 18 +++++++++--------- 4 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 CHANGES/576.misc diff --git a/CHANGES/576.misc b/CHANGES/576.misc new file mode 100644 index 000000000..63df08100 --- /dev/null +++ b/CHANGES/576.misc @@ -0,0 +1 @@ +Update all deps diff --git a/requirements/requirements.common.txt b/requirements/requirements.common.txt index d0b9684db..74c636925 100644 --- a/requirements/requirements.common.txt +++ b/requirements/requirements.common.txt @@ -10,11 +10,11 @@ aiofiles==0.6.0 # via pulpcore aiohttp==3.7.4.post0 # via pulpcore -ansible-base==2.10.7 +ansible-base==2.10.9 # via ansible -ansible-lint==5.0.7 +ansible-lint==5.0.8 # via galaxy-importer -ansible==3.2.0 +ansible==3.3.0 # via galaxy-importer async-lru==1.0.2 # via pulp-ansible @@ -59,7 +59,7 @@ defusedxml==0.7.1 # via odfpy diff-match-patch==20200713 # via django-import-export -django-currentuser==0.5.2 +django-currentuser==0.5.3 # via pulpcore django-filter==2.4.0 # via pulpcore @@ -107,9 +107,9 @@ ecdsa==0.13.3 # via pulp-container enrich==1.2.6 # via ansible-lint -et-xmlfile==1.0.1 +et-xmlfile==1.1.0 # via openpyxl -flake8==3.9.0 +flake8==3.9.1 # via galaxy-importer future==0.18.2 # via pyjwkest @@ -178,7 +178,7 @@ pycryptodomex==3.10.1 # via pyjwkest pyflakes==2.3.1 # via flake8 -pygments==2.8.1 +pygments==2.9.0 # via rich pygtrie==2.4.2 # via pulpcore @@ -227,7 +227,7 @@ semantic-version==2.8.5 # via # galaxy-importer # pulp-ansible -six==1.15.0 +six==1.16.0 # via # bleach # jsonschema @@ -240,7 +240,7 @@ tablib[html,ods,xls,xlsx,yaml]==3.0.0 # via django-import-export tenacity==7.0.0 # via ansible-lint -typing-extensions==3.7.4.3 +typing-extensions==3.10.0.0 # via # aiohttp # rich diff --git a/requirements/requirements.insights.txt b/requirements/requirements.insights.txt index 763a8663d..ca3702391 100644 --- a/requirements/requirements.insights.txt +++ b/requirements/requirements.insights.txt @@ -10,11 +10,11 @@ aiofiles==0.6.0 # via pulpcore aiohttp==3.7.4.post0 # via pulpcore -ansible-base==2.10.7 +ansible-base==2.10.9 # via ansible -ansible-lint==5.0.7 +ansible-lint==5.0.8 # via galaxy-importer -ansible==3.2.0 +ansible==3.3.0 # via galaxy-importer async-lru==1.0.2 # via pulp-ansible @@ -33,12 +33,12 @@ bleach-allowlist==1.0.3 # via galaxy-importer bleach==3.3.0 # via galaxy-importer -boto3==1.17.47 +boto3==1.17.68 # via # -r requirements/requirements.insights.in # django-storages # watchtower -botocore==1.20.47 +botocore==1.20.68 # via # boto3 # s3transfer @@ -68,7 +68,7 @@ defusedxml==0.7.1 # via odfpy diff-match-patch==20200713 # via django-import-export -django-currentuser==0.5.2 +django-currentuser==0.5.3 # via pulpcore django-filter==2.4.0 # via pulpcore @@ -119,9 +119,9 @@ ecdsa==0.13.3 # via pulp-container enrich==1.2.6 # via ansible-lint -et-xmlfile==1.0.1 +et-xmlfile==1.1.0 # via openpyxl -flake8==3.9.0 +flake8==3.9.1 # via galaxy-importer future==0.18.2 # via pyjwkest @@ -196,7 +196,7 @@ pycryptodomex==3.10.1 # via pyjwkest pyflakes==2.3.1 # via flake8 -pygments==2.8.1 +pygments==2.9.0 # via rich pygtrie==2.4.2 # via pulpcore @@ -243,13 +243,13 @@ ruamel.yaml.clib==0.2.2 # via ruamel.yaml ruamel.yaml==0.17.4 # via ansible-lint -s3transfer==0.3.6 +s3transfer==0.4.2 # via boto3 semantic-version==2.8.5 # via # galaxy-importer # pulp-ansible -six==1.15.0 +six==1.16.0 # via # bleach # jsonschema @@ -263,7 +263,7 @@ tablib[html,ods,xls,xlsx,yaml]==3.0.0 # via django-import-export tenacity==7.0.0 # via ansible-lint -typing-extensions==3.7.4.3 +typing-extensions==3.10.0.0 # via # aiohttp # rich diff --git a/requirements/requirements.standalone.txt b/requirements/requirements.standalone.txt index 01e0a81c5..aa605ca6c 100644 --- a/requirements/requirements.standalone.txt +++ b/requirements/requirements.standalone.txt @@ -10,11 +10,11 @@ aiofiles==0.6.0 # via pulpcore aiohttp==3.7.4.post0 # via pulpcore -ansible-base==2.10.7 +ansible-base==2.10.9 # via ansible -ansible-lint==5.0.7 +ansible-lint==5.0.8 # via galaxy-importer -ansible==3.2.0 +ansible==3.3.0 # via galaxy-importer async-lru==1.0.2 # via pulp-ansible @@ -59,7 +59,7 @@ defusedxml==0.7.1 # via odfpy diff-match-patch==20200713 # via django-import-export -django-currentuser==0.5.2 +django-currentuser==0.5.3 # via pulpcore django-filter==2.4.0 # via pulpcore @@ -107,9 +107,9 @@ ecdsa==0.13.3 # via pulp-container enrich==1.2.6 # via ansible-lint -et-xmlfile==1.0.1 +et-xmlfile==1.1.0 # via openpyxl -flake8==3.9.0 +flake8==3.9.1 # via galaxy-importer future==0.18.2 # via pyjwkest @@ -178,7 +178,7 @@ pycryptodomex==3.10.1 # via pyjwkest pyflakes==2.3.1 # via flake8 -pygments==2.8.1 +pygments==2.9.0 # via rich pygtrie==2.4.2 # via pulpcore @@ -227,7 +227,7 @@ semantic-version==2.8.5 # via # galaxy-importer # pulp-ansible -six==1.15.0 +six==1.16.0 # via # bleach # jsonschema @@ -240,7 +240,7 @@ tablib[html,ods,xls,xlsx,yaml]==3.0.0 # via django-import-export tenacity==7.0.0 # via ansible-lint -typing-extensions==3.7.4.3 +typing-extensions==3.10.0.0 # via # aiohttp # rich