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       | bandit       | 1.7.9  | 1.8.2  |
| pypi       | black        | 24.8.0 | 25.1.0 |
| pypi       | isort        | 5.13.2 | 6.0.0  |
| pypi       | pylint       | 3.3.0  | 3.3.4  |
| pypi       | pytest       | 8.3.3  | 8.3.4  |
| pypi       | pytest-cov   | 5.0.0  | 6.0.0  |
| pypi       | pytest-httpx | 0.31.1 | 0.35.0 |
| pypi       | responses    | 0.25.3 | 0.25.6 |
| pypi       | twine        | 5.1.1  | 6.1.0  |
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent be6906a commit f82467c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ python_requires = >= 3.10

[options.extras_require]
dev =
bandit==1.7.9
black==24.8.0
bandit==1.8.2
black==25.1.0
flake8==7.1.1
isort==5.13.2
isort==6.0.0
pydocstyle==6.3.0
pylint==3.3.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-httpx==0.31.1
responses==0.25.3
pylint==3.3.4
pytest==8.3.4
pytest-cov==6.0.0
pytest-httpx==0.35.0
responses==0.25.6
ci =
twine==5.1.1
twine==6.1.0

[options.packages.find]
where = src
Expand Down

0 comments on commit f82467c

Please sign in to comment.