We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19ea6d commit d7f1d78Copy full SHA for d7f1d78
requirements/development.txt
@@ -1,14 +1,14 @@
1
# Utils
2
-yq==3.1.0
+yq==3.4.3
3
4
# Quality
5
-ansible-lint==6.12.2
+ansible-lint==25.2.0
6
black==23.1.0
7
-flake8==6.0.0
8
-isort==5.12.0
9
-pylint==2.16.2
+flake8==7.2.0
+isort==6.0.1
+pylint==3.3.6
10
11
# Tests
12
-pyfakefs==5.1.0
13
-pytest-cov==4.0.0
14
-pytest==7.2.1
+pyfakefs==5.8.0
+pytest-cov==6.1.0
+pytest==8.3.5
requirements/production.txt
@@ -1,6 +1,6 @@
# Core
ansible==7.2.0
jmespath==1.0.1
-openshift==0.13.1
+openshift==0.13.2
passlib==1.7.4
-netaddr==0.8.0
+netaddr==1.3.0
0 commit comments