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.2.1 |
| pypi       | flake8       | 6.0.0  | 7.0.0  |
| pypi       | isort        | 5.12.0 | 5.13.2 |
| pypi       | netaddr      | 0.8.0  | 1.2.1  |
| pypi       | openshift    | 0.13.1 | 0.13.2 |
| pypi       | pyfakefs     | 5.1.0  | 5.3.5  |
| pypi       | pylint       | 2.16.2 | 3.1.0  |
| pypi       | pytest       | 7.2.1  | 8.1.1  |
| pypi       | pytest-cov   | 4.0.0  | 5.0.0  |
| pypi       | yq           | 3.1.0  | 3.2.3  |
  • Loading branch information
renovate[bot] committed Mar 24, 2024
1 parent f63d38e commit 0734723
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.2.3

# Quality
ansible-lint==6.12.2
ansible-lint==24.2.1
black==23.1.0
flake8==6.0.0
isort==5.12.0
pylint==2.16.2
flake8==7.0.0
isort==5.13.2
pylint==3.1.0

# Tests
pyfakefs==5.1.0
pytest-cov==4.0.0
pytest==7.2.1
pyfakefs==5.3.5
pytest-cov==5.0.0
pytest==8.1.1
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.2.1

0 comments on commit 0734723

Please sign in to comment.