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.12.1 |
| 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.7.2   |
| pypi       | pylint       | 2.16.2 | 3.3.2   |
| pypi       | pytest       | 7.2.1  | 8.3.4   |
| pypi       | pytest-cov   | 4.0.0  | 6.0.0   |
| pypi       | yq           | 3.1.0  | 3.4.3   |
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 236ac57 commit e632a12
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.12.1
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.3.2

# Tests
pyfakefs==5.1.0
pytest-cov==4.0.0
pytest==7.2.1
pyfakefs==5.7.2
pytest-cov==6.0.0
pytest==8.3.4
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 e632a12

Please sign in to comment.