mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Upgrade ansible
and ansible-core
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
a2f0f1d783
commit
ddcd66c2d2
5 changed files with 11 additions and 9 deletions
|
@ -6,7 +6,7 @@ pygit2<1.1.0; python_version <= '3.8'
|
|||
pygit2>=1.4.0; python_version > '3.8'
|
||||
pygit2==1.9.1; python_version >= '3.10'
|
||||
pymysql>=1.0.2
|
||||
ansible>=4.4.0; python_version < '3.9'
|
||||
ansible>=4.4.0,<5.0.1; python_version <= '3.8'
|
||||
ansible>=7.0.0; python_version >= '3.9'
|
||||
twilio
|
||||
python-telegram-bot>=13.7
|
||||
|
|
|
@ -8,9 +8,9 @@ aiohttp==3.8.1
|
|||
# via etcd3-py
|
||||
aiosignal==1.2.0
|
||||
# via aiohttp
|
||||
ansible-core==2.14.1
|
||||
ansible-core==2.15.0
|
||||
# via ansible
|
||||
ansible==7.1.0 ; python_version >= "3.9"
|
||||
ansible==8.0.0 ; python_version >= "3.9"
|
||||
# via -r requirements/static/ci/linux.in
|
||||
apache-libcloud==2.5.0 ; sys_platform != "win32"
|
||||
# via -r requirements/static/ci/common.in
|
||||
|
|
|
@ -8,9 +8,9 @@ aiohttp==3.8.1
|
|||
# via etcd3-py
|
||||
aiosignal==1.2.0
|
||||
# via aiohttp
|
||||
ansible-core==2.14.1
|
||||
ansible-core==2.15.0
|
||||
# via ansible
|
||||
ansible==7.1.0 ; python_version >= "3.9"
|
||||
ansible==8.0.0 ; python_version >= "3.9"
|
||||
# via -r requirements/static/ci/linux.in
|
||||
apache-libcloud==2.5.0 ; sys_platform != "win32"
|
||||
# via -r requirements/static/ci/common.in
|
||||
|
|
|
@ -8,9 +8,9 @@ aiohttp==3.8.1
|
|||
# via etcd3-py
|
||||
aiosignal==1.2.0
|
||||
# via aiohttp
|
||||
ansible-core==2.11.7
|
||||
ansible-core==2.11.12
|
||||
# via ansible
|
||||
ansible==4.4.0 ; python_version < "3.9"
|
||||
ansible==4.10.0 ; python_version <= "3.8"
|
||||
# via -r requirements/static/ci/linux.in
|
||||
apache-libcloud==2.5.0 ; sys_platform != "win32"
|
||||
# via -r requirements/static/ci/common.in
|
||||
|
|
|
@ -8,9 +8,9 @@ aiohttp==3.8.1
|
|||
# via etcd3-py
|
||||
aiosignal==1.2.0
|
||||
# via aiohttp
|
||||
ansible-core==2.14.1
|
||||
ansible-core==2.15.0
|
||||
# via ansible
|
||||
ansible==7.1.0 ; python_version >= "3.9"
|
||||
ansible==8.0.0 ; python_version >= "3.9"
|
||||
# via -r requirements/static/ci/linux.in
|
||||
apache-libcloud==2.5.0 ; sys_platform != "win32"
|
||||
# via -r requirements/static/ci/common.in
|
||||
|
@ -176,6 +176,8 @@ importlib-metadata==6.6.0
|
|||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.9/linux.txt
|
||||
# -r requirements/static/pkg/linux.in
|
||||
importlib-resources==5.0.7
|
||||
# via ansible-core
|
||||
inflect==6.0.4
|
||||
# via
|
||||
# -c requirements/static/ci/../pkg/py3.9/linux.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue