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 common-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-core==2.15.13
ansible-core==2.16.14rc1
oauthlib==3.2.2
kubernetes==35.0.0
kubernetes-validate==1.35.0
openstacksdk==4.1.0
jsonschema==4.23.0
pyOpenSSL==24.2.1
pyOpenSSL==26.0.0
2 changes: 1 addition & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Pygments>=2.2.0
reno>=2.5.0
sphinxemoji
myst-parser[linkify]
ansible-core==2.15.13
ansible-core==2.16.14rc1
ansible-doc-extractor
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.15.13
ansible-core==2.16.14rc1

# Molecule Deps
molecule==5.1.0
Expand All @@ -11,7 +11,7 @@ netaddr==1.3.0 # required by libvirt_manager role
dnspython==2.7.0 # required by community.general.dig

# UT Deps
pytest==8.3.3
pytest==9.0.3
pytest-cov==6.0.0
pytest-html==4.1.1
pytest-testinfra==10.1.1
Expand Down
Loading