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  | 8.0.0  |
| pypi       | ansible-lint | 6.12.2 | 6.17.0 |
| pypi       | black        | 23.1.0 | 23.3.0 |
| pypi       | pyfakefs     | 5.1.0  | 5.2.2  |
| pypi       | pylint       | 2.16.2 | 2.17.4 |
| pypi       | pytest       | 7.2.1  | 7.3.1  |
| pypi       | pytest-cov   | 4.0.0  | 4.1.0  |
| pypi       | yq           | 3.1.0  | 3.2.2  |
  • Loading branch information
renovate[bot] committed May 31, 2023
1 parent 8051735 commit ccba14c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.2

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

# Tests
pyfakefs==5.1.0
pytest-cov==4.0.0
pytest==7.2.1
pyfakefs==5.2.2
pytest-cov==4.1.0
pytest==7.3.1
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==8.0.0
jmespath==1.0.1
openshift==0.13.1
passlib==1.7.4
Expand Down

0 comments on commit ccba14c

Please sign in to comment.