Skip to content

Commit

Permalink
Bump base image
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulChristophel committed Feb 13, 2025
1 parent 165bfa1 commit d671240
Show file tree
Hide file tree
Showing 11 changed files with 126 additions and 126 deletions.
2 changes: 1 addition & 1 deletion prerequisites.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip==24.3.1
pip==25.0.1
setuptools==75.8.0; python_version >= '3.11'
28 changes: 14 additions & 14 deletions requirements-3006-isalt.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aiohttp==3.11.11
aiohttp==3.11.12
asttokens==3.0.0
autocommand==2.2.2
backcall==0.2.0
certifi==2024.12.14
certifi==2025.1.31
charset-normalizer==3.4.1
cheroot==10.0.1
CherryPy==18.10.0
Cython==3.0.11
Cython==3.0.12
contextvars==2.4
decorator==5.1.1
distro==1.9.0
dnspython==2.7.0
executing==2.1.0
executing==2.2.0
gssapi==1.9.0
idna==3.10
immutables==0.21
importlib-metadata==8.5.0
inflect==7.5.0
ipython==8.31.0
ipython==8.32.0
isalt==2021.2.2
jaraco.collections==5.1.0
jaraco.context==6.0.1
Expand All @@ -31,15 +31,15 @@ pynacl==1.5.0
looseversion==1.3.0
MarkupSafe==3.0.2
matplotlib-inline==0.1.7
more-itertools==10.5.0
more-itertools==10.6.0
msgpack==1.1.0
netaddr==1.3.0
packaging==24.2
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
portend==3.2.0
prompt_toolkit==3.0.48
prompt_toolkit==3.0.50
psutil==6.1.0
psycopg[c]==3.2.3

Expand All @@ -49,15 +49,15 @@ pure-eval==0.2.3
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycryptodomex==3.21.0
pydantic==2.10.4
pydantic==2.10.6
Pygments==2.19.1
python-dateutil==2.9.0.post0
python-gnupg==0.5.4
python-ldap==3.4.4
python-logstash==0.4.8
pytz==2024.2
pytz==2025.1
PyYAML==6.0.2
pyzmq==26.2.0
pyzmq==26.2.1
requests==2.32.3
salt==3006.9
setproctitle==1.3.4
Expand All @@ -73,11 +73,11 @@ wcwidth==0.2.13
zc.lockfile==3.0.post1

# Ansible deps
ansible==11.1.0
ansible-core==2.18.1
ansible==11.2.0
ansible-core==2.18.2
argcomplete==3.5.3
cffi==1.17.1
cryptography==44.0.0
cryptography==44.0.1
#Jinja2==3.1.5
#MarkupSafe==3.0.2
#packaging==24.2
Expand All @@ -88,7 +88,7 @@ resolvelib==1.1.0
#setuptools==68.0.0

aiosignal==1.3.2
attrs==24.3.0
attrs==25.1.0
frozenlist==1.5.0
multidict==6.1.0
yarl==1.18.3
Expand Down
22 changes: 11 additions & 11 deletions requirements-3006.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
aiohttp==3.11.11
aiohttp==3.11.12
autocommand==2.2.2
certifi==2024.12.14
certifi==2025.1.31
charset-normalizer==3.4.1
cheroot==10.0.1
CherryPy==18.10.0
contextvars==2.4
Cython==3.0.11
Cython==3.0.12
decorator==5.1.1
distro==1.9.0
dnspython==2.7.0
Expand All @@ -24,7 +24,7 @@ ldap3==2.9.1
pynacl==1.5.0
looseversion==1.3.0
MarkupSafe==3.0.2
more-itertools==10.5.0
more-itertools==10.6.0
msgpack==1.1.0
netaddr==1.3.0
packaging==24.2
Expand All @@ -36,14 +36,14 @@ psycopg2==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycryptodomex==3.21.0
pydantic==2.10.4
pydantic==2.10.6
python-dateutil==2.9.0.post0
python-gnupg==0.5.4
python-ldap==3.4.4
python-logstash==0.4.8
pytz==2024.2
pytz==2025.1
PyYAML==6.0.2
pyzmq==26.2.0
pyzmq==26.2.1
requests==2.32.3
salt==3006.9
setproctitle==1.3.4
Expand All @@ -56,11 +56,11 @@ urllib3==2.3.0
zc.lockfile==3.0.post1

# Ansible deps
ansible==11.1.0
ansible-core==2.18.1
ansible==11.2.0
ansible-core==2.18.2
argcomplete==3.5.3
cffi==1.17.1
cryptography==44.0.0
cryptography==44.0.1
#Jinja2==3.1.5
#MarkupSafe==3.0.2
#packaging==24.2
Expand All @@ -71,7 +71,7 @@ resolvelib==1.1.0
#setuptools==68.0.0

aiosignal==1.3.2
attrs==24.3.0
attrs==25.1.0
frozenlist==1.5.0
multidict==6.1.0
yarl==1.18.3
Expand Down
28 changes: 14 additions & 14 deletions requirements-3006.x-isalt.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
aiohttp==3.11.11
aiohttp==3.11.12
asttokens==3.0.0
autocommand==2.2.2
backcall==0.2.0
certifi==2024.12.14
certifi==2025.1.31
charset-normalizer==3.4.1
cheroot==10.0.1
CherryPy==18.10.0
Cython==3.0.11
Cython==3.0.12
contextvars==2.4
decorator==5.1.1
distro==1.9.0
dnspython==2.7.0
executing==2.1.0
executing==2.2.0
git+https://github.com/saltstack/[email protected]
gssapi==1.9.0
idna==3.10
immutables==0.21
importlib-metadata==8.5.0
inflect==7.5.0
ipython==8.31.0
ipython==8.32.0
isalt==2021.2.2
jaraco.collections==5.1.0
jaraco.context==6.0.1
Expand All @@ -32,15 +32,15 @@ pynacl==1.5.0
looseversion==1.3.0
MarkupSafe==3.0.2
matplotlib-inline==0.1.7
more-itertools==10.5.0
more-itertools==10.6.0
msgpack==1.1.0
netaddr==1.3.0
packaging==24.2
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
portend==3.2.0
prompt_toolkit==3.0.48
prompt_toolkit==3.0.50
psutil==6.1.0
psycopg[c]==3.2.3

Expand All @@ -50,15 +50,15 @@ pure-eval==0.2.3
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycryptodomex==3.21.0
pydantic==2.10.4
pydantic==2.10.6
Pygments==2.19.1
python-dateutil==2.9.0.post0
python-gnupg==0.5.4
python-ldap==3.4.4
python-logstash==0.4.8
pytz==2024.2
pytz==2025.1
PyYAML==6.0.2
pyzmq==26.2.0
pyzmq==26.2.1
requests==2.32.3
setproctitle==1.3.4
six==1.17.0
Expand All @@ -73,11 +73,11 @@ wcwidth==0.2.13
zc.lockfile==3.0.post1

# Ansible deps
ansible==11.1.0
ansible-core==2.18.1
ansible==11.2.0
ansible-core==2.18.2
argcomplete==3.5.3
cffi==1.17.1
cryptography==44.0.0
cryptography==44.0.1
#Jinja2==3.1.5
#MarkupSafe==3.0.2
#packaging==24.2
Expand All @@ -88,7 +88,7 @@ resolvelib==1.1.0
#setuptools==68.0.0

aiosignal==1.3.2
attrs==24.3.0
attrs==25.1.0
frozenlist==1.5.0
multidict==6.1.0
yarl==1.18.3
Expand Down
22 changes: 11 additions & 11 deletions requirements-3006.x.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiohttp==3.11.11
aiohttp==3.11.12
autocommand==2.2.2
certifi==2024.12.14
certifi==2025.1.31
charset-normalizer==3.4.1
cheroot==10.0.1
CherryPy==18.10.0
Cython==3.0.11
Cython==3.0.12
contextvars==2.4
decorator==5.1.1
distro==1.9.0
Expand All @@ -25,7 +25,7 @@ ldap3==2.9.1
pynacl==1.5.0
looseversion==1.3.0
MarkupSafe==3.0.2
more-itertools==10.5.0
more-itertools==10.6.0
msgpack==1.1.0
netaddr==1.3.0
packaging==24.2
Expand All @@ -37,14 +37,14 @@ psycopg2==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycryptodomex==3.21.0
pydantic==2.10.4
pydantic==2.10.6
python-dateutil==2.9.0.post0
python-gnupg==0.5.4
python-ldap==3.4.4
python-logstash==0.4.8
pytz==2024.2
pytz==2025.1
PyYAML==6.0.2
pyzmq==26.2.0
pyzmq==26.2.1
requests==2.32.3
setproctitle==1.3.4
six==1.17.0
Expand All @@ -56,11 +56,11 @@ urllib3==2.3.0
zc.lockfile==3.0.post1

# Ansible deps
ansible==11.1.0
ansible-core==2.18.1
ansible==11.2.0
ansible-core==2.18.2
argcomplete==3.5.3
cffi==1.17.1
cryptography==44.0.0
cryptography==44.0.1
#Jinja2==3.1.5
#MarkupSafe==3.0.2
#packaging==24.2
Expand All @@ -71,7 +71,7 @@ resolvelib==1.1.0
#setuptools==68.0.0

aiosignal==1.3.2
attrs==24.3.0
attrs==25.1.0
frozenlist==1.5.0
multidict==6.1.0
yarl==1.18.3
Expand Down
Loading

0 comments on commit d671240

Please sign in to comment.