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-lint | 6.12.2 | 24.7.0 |
| pypi       | flake8       | 6.0.0  | 7.1.0  |
| pypi       | isort        | 5.12.0 | 5.13.2 |
| pypi       | netaddr      | 0.8.0  | 1.3.0  |
| pypi       | openshift    | 0.13.1 | 0.13.2 |
| pypi       | pyfakefs     | 5.1.0  | 5.6.0  |
| pypi       | pylint       | 2.16.2 | 3.2.6  |
| pypi       | pytest       | 7.2.1  | 8.3.2  |
| pypi       | pytest-cov   | 4.0.0  | 5.0.0  |
| pypi       | yq           | 3.1.0  | 3.4.3  |
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 729eb11 commit d2f1f0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.4.3

# Quality
ansible-lint==6.12.2
ansible-lint==24.7.0
black==23.1.0
flake8==6.0.0
isort==5.12.0
pylint==2.16.2
flake8==7.1.0
isort==5.13.2
pylint==3.2.6

# Tests
pyfakefs==5.1.0
pytest-cov==4.0.0
pytest==7.2.1
pyfakefs==5.6.0
pytest-cov==5.0.0
pytest==8.3.2
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core
ansible==7.2.0
jmespath==1.0.1
openshift==0.13.1
openshift==0.13.2
passlib==1.7.4
netaddr==0.8.0
netaddr==1.3.0

0 comments on commit d2f1f0c

Please sign in to comment.