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 | 24.10.0 |
| pypi       | pylint       | 3.3.0  | 3.3.3   |
| 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.5  |
| pypi       | twine        | 5.1.1  | 6.0.1   |
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent be6906a commit e966940
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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==24.10.0
flake8==7.1.1
isort==5.13.2
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.3
pytest==8.3.4
pytest-cov==6.0.0
pytest-httpx==0.35.0
responses==0.25.5
ci =
twine==5.1.1
twine==6.0.1

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

0 comments on commit e966940

Please sign in to comment.