# Pip constraints file for packages needed for installation.
#
# This file specifies constraints that match the minimum versions specified in
# requirements.txt. They are used for example when setting up test
# environments with the minimum versions of any dependent packages.


# Base dependencies

pip==23.3
setuptools==70.0.0
# Note on not specifying 'setuptools-scm[toml]': Extras cannot be in constraints files
setuptools-scm==8.1.0
wheel==0.41.3


# Direct dependencies for install (must be consistent with requirements.txt)

decorator==4.0.11
pytz==2019.1
requests==2.32.2
stomp-py==8.1.1
python-dateutil==2.8.2
immutable-views==0.6.0
nocasedict==1.0.2

# PyYAML is used by zhmcclient_mock, zhmcclient.testutils and bandit
PyYAML==6.0.2

# yamlloader pulled in by zhmcclient_mock and zhmcclient.testutils
yamlloader==0.5.5

# jsonschema pulled in by zhmcclient_mock and zhmcclient.testutils and jupyter
jsonschema==4.18.0

# websocket-client is also used by stomp-py 8.0 and notebook(?) 6.4
websocket-client==1.8.0

certifi==2024.07.04


# Direct dependencies for install of extra 'testutils' (must be consistent with extra-testutils-requirements)

# Used by zhmcclient.testutils
# pytest 6.2.5 is needed on Python 3.10 to address issues.
pytest==6.2.5


# Indirect dependencies for install that are needed for some reason (must be consistent with requirements.txt)

urllib3==1.26.19

pyrsistent==0.20.0


# All other indirect dependencies for install that are not in requirements.txt

attrs==22.2.0
chardet==5.2.0
docopt==0.6.2
# idna>3 requires using requests >=2.26.0
idna==3.7


# Used by zhmcclient.testutils
packaging==23.2
pluggy==1.3.0
