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.1  |
| 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.7  |
| pypi       | pytest       | 7.2.1  | 8.3.3  |
| pypi       | pytest-cov   | 4.0.0  | 5.0.0  |
| pypi       | yq           | 3.1.0  | 3.4.3  |
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 729eb11 commit dd5e011
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.1
isort==5.13.2
pylint==3.2.7

# 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.3
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 dd5e011

Please sign in to comment.