Skip to content

Commit 043477f

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ------------ | ------ | ------- | | pypi | ansible | 7.2.0 | 8.5.0 | | pypi | ansible-lint | 6.12.2 | 6.21.1 | | pypi | black | 23.1.0 | 23.10.1 | | pypi | flake8 | 6.0.0 | 6.1.0 | | pypi | netaddr | 0.8.0 | 0.9.0 | | pypi | openshift | 0.13.1 | 0.13.2 | | pypi | pyfakefs | 5.1.0 | 5.3.0 | | pypi | pylint | 2.16.2 | 3.0.2 | | pypi | pytest | 7.2.1 | 7.4.2 | | pypi | pytest-cov | 4.0.0 | 4.1.0 | | pypi | yq | 3.1.0 | 3.2.3 |
1 parent c5f8935 commit 043477f

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

requirements/development.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Utils
2-
yq==3.1.0
2+
yq==3.2.3
33

44
# Quality
5-
ansible-lint==6.12.2
6-
black==23.1.0
7-
flake8==6.0.0
5+
ansible-lint==6.21.1
6+
black==23.10.1
7+
flake8==6.1.0
88
isort==5.12.0
9-
pylint==2.16.2
9+
pylint==3.0.2
1010

1111
# Tests
12-
pyfakefs==5.1.0
13-
pytest-cov==4.0.0
14-
pytest==7.2.1
12+
pyfakefs==5.3.0
13+
pytest-cov==4.1.0
14+
pytest==7.4.2

requirements/production.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Core
2-
ansible==7.2.0
2+
ansible==8.5.0
33
jmespath==1.0.1
4-
openshift==0.13.1
4+
openshift==0.13.2
55
passlib==1.7.4
6-
netaddr==0.8.0
6+
netaddr==0.9.0

0 commit comments

Comments
 (0)