Skip to content

Commit 801ee04

Browse files
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | pypi | ansible | 7.2.0 | 7.4.0 | | pypi | ansible-lint | 6.12.2 | 6.15.0 | | pypi | black | 23.1.0 | 23.3.0 | | pypi | pyfakefs | 5.1.0 | 5.2.2 | | pypi | pylint | 2.16.2 | 2.17.2 | | pypi | pytest | 7.2.1 | 7.3.1 | | pypi | yq | 3.1.0 | 3.2.1 |
1 parent 8e9f35f commit 801ee04

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/development.txt

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

44
# Quality
5-
ansible-lint==6.12.2
6-
black==23.1.0
5+
ansible-lint==6.15.0
6+
black==23.3.0
77
flake8==6.0.0
88
isort==5.12.0
9-
pylint==2.16.2
9+
pylint==2.17.2
1010

1111
# Tests
12-
pyfakefs==5.1.0
12+
pyfakefs==5.2.2
1313
pytest-cov==4.0.0
14-
pytest==7.2.1
14+
pytest==7.3.1

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core
2-
ansible==7.2.0
2+
ansible==7.4.0
33
jmespath==1.0.1
44
openshift==0.13.1
55
passlib==1.7.4

0 commit comments

Comments
 (0)