Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| pypi       | ansible      | 7.2.0  | 7.4.0  |
| pypi       | ansible-lint | 6.12.2 | 6.14.4 |
| pypi       | black        | 23.1.0 | 23.3.0 |
| pypi       | pyfakefs     | 5.1.0  | 5.2.0  |
| pypi       | pylint       | 2.16.2 | 2.17.2 |
| pypi       | pytest       | 7.2.1  | 7.2.2  |
| pypi       | yq           | 3.1.0  | 3.2.0  |
  • Loading branch information
renovate[bot] authored Apr 4, 2023
1 parent 8e9f35f commit b6d48db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Utils
yq==3.1.0
yq==3.2.0

# Quality
ansible-lint==6.12.2
black==23.1.0
ansible-lint==6.14.4
black==23.3.0
flake8==6.0.0
isort==5.12.0
pylint==2.16.2
pylint==2.17.2

# Tests
pyfakefs==5.1.0
pyfakefs==5.2.0
pytest-cov==4.0.0
pytest==7.2.1
pytest==7.2.2
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core
ansible==7.2.0
ansible==7.4.0
jmespath==1.0.1
openshift==0.13.1
passlib==1.7.4
Expand Down

0 comments on commit b6d48db

Please sign in to comment.