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
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==25.9.0
black==26.1.0
isort==7.0.0
flake8==7.1.2
flake8-bugbear==23.12.2 # Flake8 plugin that help identify likely bugs and design problems
Expand All @@ -10,4 +10,4 @@ flake8-use-fstring==1.4 # Jump-start into modern Python by forcing y
flake8-black==0.4.0 # Check black formatting using flake8
flake8-isort==7.0.0 # Check isort formatting using flake8
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
ansible-lint==25.9.2
ansible-lint==26.1.1
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
debugpy==1.8.17
debugpy==1.8.20
dnspython==2.8.0
filelock==3.20.0
frozendict==2.4.6
filelock==3.20.3
frozendict==2.4.7
ipdb==0.13.13
ipython==9.6.0
ipython==9.10.0
jedi==0.19.2
Jinja2===3.1.6
junit-report==0.2.7
kubernetes==34.1.0
libvirt-python==11.9.0
kubernetes==35.0.0
libvirt-python==12.0.0
munch==4.0.0
natsort==8.4.0 # natsort used in kni-assisted-installer-auto
netaddr==1.3.0 ## from https://github.com/openshift/assisted-test-infra/pull/2398
netifaces==0.11.0
openshift-client==2.0.5
paramiko==4.0.0
pre-commit==4.3.0
pre-commit==4.5.1
pycharm-remote-debugger==0.1.18
pytest-xdist==3.8.0
pytest==8.4.2
pytest==9.0.2
python-dateutil==2.9.0.post0
python-hcl2==7.3.1
python-terraform==0.10.1
Expand All @@ -28,18 +28,18 @@ retry==0.9.2
scp==0.15.0
semver==3.0.4
tabulate==0.9.0
tqdm==4.67.1
tqdm==4.67.2
urllib3<3.0
pyvmomi==9.0.0.0
waiting>=1.4.1
prompt-toolkit==3.0.52
nutanix-api==0.0.20
pytest-error-for-skips==2.0.2
ansible==12.1.0 # Fix for issues with DNF and ansible core 2.17 on RHEL8 / RHEL9 systems
jmespath==1.0.1
oci==2.162.0
setuptools==80.9.0
pydantic==2.12.3
ansible==13.3.0 # Fix for issues with DNF and ansible core 2.17 on RHEL8 / RHEL9 systems
jmespath==1.1.0
oci==2.166.0
setuptools==80.10.2
pydantic==2.12.5
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down