Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@

aiohttp>=3.13.5,<3.14.0; python_version < '3.10'
aiohttp>=3.14.1; python_version >= '3.10'
certifi>=2026.5.20
cffi>=2.0.0
certifi>=2026.6.17
cffi>=2.1.0
# cheroot 8.5.2 fails to build with modern setuptools due to setuptools_scm_git_archive dependency
cheroot>=11.1.2
cherrypy>=18.10.0
# We need contextvars for salt-ssh
contextvars
croniter!=0.3.22,>=6.2.2; sys_platform != 'win32'
croniter!=0.3.22,>=6.2.4; sys_platform != 'win32'
# cryptography 48.0.0 drops support for Python 3.9.0 and 3.9.1
# (only >3.9.1 is accepted), but the py3.9 lock files are compiled
# with --python-version=3.9 which includes those releases. Cap at the
# last 46.x release for Python 3.9 so uv pip compile can still resolve.
# Furthermore, pyOpenSSL 26.2 dropped X509Extension and add_extensions()
# which breaks salt/modules/tls.py. pyOpenSSL < 26.2 requires cryptography < 48.0.0.
cryptography>=46.0.7,<48.0.0
cryptography>=49.0.0,<50.0.0
distro>=1.9.0
frozenlist>=1.8.0; python_version < '3.11'
frozenlist>=1.5.0; python_version >= '3.11'
gitpython>=3.1.50
immutables>=0.21
importlib-metadata>=8.7.0
jaraco.functools>=4.4.0
jaraco.context>=6.1.1
jaraco.functools>=4.5.0
jaraco.context>=6.1.2
jaraco.text>=4.2.0
Jinja2>=3.1.6
jmespath>=1.1.0
Expand All @@ -35,54 +35,54 @@ MarkupSafe<4.0.0
# multidict 6.0.4 fails to source-build under clang 17+ with strict int/pointer
# conversion checks (macOS 15 onedir builds compile from sdist via
# --no-binary=:all:). 6.6+ fixed the C source compatibility.
multidict>=6.6.0
msgpack>=1.1.2
multidict>=6.7.1
msgpack>=1.2.1
# Packaging 24.1+ imports annotations from __future__ which breaks
# salt-ssh on target hosts with older Python versions (Amazon Linux 2
# still ships Python 3.7). 26.x additionally uses positional-only
# `/` parameter syntax which is a SyntaxError on Python <3.8. Keep at
# 24.0 to preserve salt-ssh compatibility against legacy target
# Pythons; salt 3006.x still promises this matrix.
packaging==24.0
packaging==26.2
psutil<6.0.0; python_version <= '3.9'
psutil>=5.0.0; python_version >= '3.10'
psutil>=7.2.2; python_version >= '3.10'
# pymssql 2.3.12+ dropped win32 (32-bit Windows) wheels; salt 3006.x
# still builds a Windows x86 onedir, so pin to the last release that
# ships cp3X-win32 wheels.
pymssql==2.3.11; sys_platform == 'win32'
pymssql==2.3.13; sys_platform == 'win32'
pymysql>=1.2.0; sys_platform == 'win32'
pyopenssl>=26.0.0,<26.2.0
pyopenssl>=26.3.0,<26.4.0
python-dateutil>=2.9.0.post0
python-gnupg>=0.5.6
pythonnet>=3.0.5; sys_platform == 'win32'
pythonnet>=3.1.0; sys_platform == 'win32'
tzdata; sys_platform == 'win32'
pywin32>=312; sys_platform == 'win32'
pycryptodomex>=3.23.0
PyYAML>=6.0.3
requests>=2.32.5 ; python_version < '3.10'
requests>=2.33.1 ; python_version >= '3.10'
requests>=2.34.2 ; python_version >= '3.10'
setproctitle>=1.3.7
# pyzmq 27 dropped its tornado runtime dep; pyzmq.eventloop submodules
# (zmqstream, future) still import tornado.ioloop at module load. Pin
# tornado explicitly so onedir lockfiles keep shipping it.
tornado>=6.5.5
tornado>=6.5.7
# Python 3.9 stays on urllib3 1.26.x because botocore on py3.9 hard
# requires urllib3 < 2 and Salt 3006.x still builds a py3.9 onedir.
# The Python 3.10+ floor carries the urllib3 2.6.3 CVE backports
# (CVE-2025-66418, CVE-2026-21441).
urllib3>=1.26.20,<2.0.0; python_version < '3.10'
urllib3>=2.7.0; python_version >= '3.10'
virtualenv>=21.4.2
virtualenv>=21.6.1
# Transitive of virtualenv; some uv resolver caches pin a stale 3.25
# version that conflicts with the CI floor of 3.29.1 on Python 3.10+.
filelock>=3.29.1; python_version >= '3.10'
filelock>=3.29.7; python_version >= '3.10'
filelock>=3.19.1,<3.29.0; python_version < '3.10'
wmi>=1.5.1; sys_platform == 'win32'
xmltodict>=1.0.4; sys_platform == 'win32'
zipp>=3.23.1
zipp>=4.1.0
apache-libcloud>=3.8.0,<3.9.1; python_version < '3.10'
apache-libcloud>=3.9.1; python_version >= '3.10'
idna>=3.18
more-itertools>=10.8.0
pyasn1>=0.6.3
pycparser>=2.23
more-itertools>=11.1.0
pyasn1>=0.6.4
pycparser>=3.0
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
twine
build>=1.4.4
build>=1.5.1
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wheel >= 0.47.0
# setuptools; this floor only relaxes what the onedir-bundled pip is
# allowed to use.
setuptools >= 78.1.1
pip == 26.0.1
pip == 26.1.2
markdown-it-py < 3.0.0; python_version == "3.9"
# myst-docutils 4.x (the latest supporting Python 3.10) requires
# markdown-it-py ~=3.0; the 5.x line that pairs with markdown-it-py 4.x
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mock >= 5.2.0
# PyTest
docker >= 7.1.0; python_version >= '3.8'
docker >= 7.2.0; python_version >= '3.8'
docker < 7.1.0; python_version < '3.8'
pytest >= 8.4.2
pytest >= 9.1.1
pytest-salt-factories >= 1.0.5
pytest-helpers-namespace >= 2021.12.29
pytest-subtests
Expand Down
16 changes: 8 additions & 8 deletions requirements/static/ci/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ bcrypt
# our urllib3 floor is 2.6.3 so we skip the boto3 cloud module tests on
# 3.9 by not pinning it here. The bare `boto3` package is still
# available transitively for any tool that needs it.
boto3>=1.43.24; python_version >= '3.10'
boto3>=1.43.46; python_version >= '3.10'
boto>=2.49.0
cryptography>=46.0.7,<48.0.0
cffi>=2.0.0
cryptography>=49.0.0,<50.0.0
cffi>=2.1.0
cherrypy>=18.10.0
clustershell
dnspython
etcd3-py==0.1.6
filelock>=3.19.1 ; python_version < '3.10'
filelock>=3.29.1 ; python_version >= '3.10'
filelock>=3.29.7 ; python_version >= '3.10'
gitpython>=3.1.50
google-auth==2.35.0; python_version == '3.9'
jmespath>=1.1.0
Expand All @@ -47,7 +47,7 @@ napalm; sys_platform != 'win32' and python_version < '3.10'
paramiko>=5.0.0; sys_platform != 'win32' and sys_platform != 'darwin'
passlib>=1.7.4
pycryptodomex
pynacl>=1.5.0
pynacl>=1.6.2
pyinotify>=0.9.6; sys_platform != 'win32' and sys_platform != 'darwin' and platform_system != "openbsd"
python-etcd>=0.4.5
pyvmomi
Expand All @@ -58,13 +58,13 @@ textfsm
toml
# vcert 0.18.x adds hard pins on cryptography, pynacl, and six that
# conflict with every other CI requirement; stay on 0.9.x.
vcert~=0.9.0; sys_platform != 'win32'
virtualenv>=21.4.2
vcert~=0.9.1; sys_platform != 'win32'
virtualenv>=21.6.1
watchdog>=6.0.0
websocket-client>=1.9.0
# werkzeug is a dependency of moto
werkzeug>=3.1.8
xmldiff>=2.7.0
xmldiff>=3.0
# Available template libraries that can be used
genshi>=0.7.11
cheetah3>=3.2.6.post1
Expand Down
4 changes: 2 additions & 2 deletions requirements/static/ci/darwin.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pygit2>=1.13.1,<1.18.0; python_version < '3.11'
pygit2>=1.19.2; python_version >= '3.11'
pygit2>=1.19.3; python_version >= '3.11'
yamllint
mercurial>=7.2.2
mercurial>=7.2.3
hglib
gitpython>=3.1.50
2 changes: 1 addition & 1 deletion requirements/static/ci/freebsd.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FreeBSD static CI requirements

yamllint
mercurial>=7.2.2
mercurial>=7.2.3
hglib
4 changes: 2 additions & 2 deletions requirements/static/ci/lint.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Lint requirements

docker >= 7.1.0; python_version >= '3.8'
docker >= 7.2.0; python_version >= '3.8'
docker < 7.1.0; python_version < '3.8'
# pylint 4 introduces new default-on E0606/E0601/E0602 checks that the
# Salt 3006.x codebase has not been audited for; the lint job logs are
# full of pre-existing possibly-used-before-assignment warnings now
# turning into errors. Stay on the 3.1.x line for 3006.x.
pylint~=3.1.0
pylint~=3.3.9
SaltPyLint>=2024.2.5
toml
8 changes: 4 additions & 4 deletions requirements/static/ci/linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Linux static CI requirements
pyiface
pygit2>=1.13.1,<1.18.0; python_version < '3.11'
pygit2>=1.19.2; python_version >= '3.11'
pygit2>=1.19.3; python_version >= '3.11'
pymysql>=1.2.0
# ansible release lines support different Python versions:
# ansible-core / ansible 10.x — Python 3.10+ (controller and managed)
Expand All @@ -17,12 +17,12 @@ pymysql>=1.2.0
# Python 3.10+ as a controller and installs cleanly on the py3.11 onedir.
# See PR #69527 / issue #69526.
ansible>=10.7.0,<11.0.0; python_version >= '3.10' and python_version < '3.12'
ansible>=14.0.0; python_version >= '3.12'
ansible>=14.1.0; python_version >= '3.12'
twilio>=9.10.9
python-telegram-bot>=20.3,<22.0; python_version < '3.10'
python-telegram-bot>=22.7; python_version >= '3.10'
python-telegram-bot>=22.8; python_version >= '3.10'
yamllint
mercurial>=7.2.2
mercurial>=7.2.3
hglib
redis-py-cluster
python-consul
Expand Down
2 changes: 1 addition & 1 deletion requirements/static/ci/py3.10/changelog.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ markupsafe==2.1.5
# via
# -c requirements/static/ci/py3.10/linux.lock
# jinja2
packaging==24.0
packaging==26.2
# via
# -c requirements/static/ci/py3.10/linux.lock
# -r requirements/static/ci/changelog.txt
Expand Down
Loading
Loading