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.3.0  |
| pypi       | ansible-lint | 6.12.2 | 6.14.1 |
| pypi       | pylint       | 2.16.2 | 2.17.0 |
| pypi       | pytest       | 7.2.1  | 7.2.2  |
| pypi       | yq           | 3.1.0  | 3.1.1  |
  • Loading branch information
renovate[bot] committed Mar 8, 2023
1 parent 8e9f35f commit a10160d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.1.1

# Quality
ansible-lint==6.12.2
ansible-lint==6.14.1
black==23.1.0
flake8==6.0.0
isort==5.12.0
pylint==2.16.2
pylint==2.17.0

# Tests
pyfakefs==5.1.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.3.0
jmespath==1.0.1
openshift==0.13.1
passlib==1.7.4
Expand Down

0 comments on commit a10160d

Please sign in to comment.