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.5   | 1.7.9  |
| pypi       | black        | 23.11.0 | 24.8.0 |
| pypi       | flake8       | 6.1.0   | 7.1.1  |
| pypi       | isort        | 5.12.0  | 5.13.2 |
| pypi       | pylint       | 3.0.2   | 3.2.7  |
| pypi       | pytest       | 7.4.3   | 8.3.3  |
| pypi       | pytest-cov   | 4.1.0   | 5.0.0  |
| pypi       | pytest-httpx | 0.27.0  | 0.30.0 |
| pypi       | responses    | 0.24.1  | 0.25.3 |
| pypi       | twine        | 4.0.2   | 5.1.1  |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Sep 11, 2024
1 parent 3b172f1 commit e1e22cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.5
black==23.11.0
flake8==6.1.0
isort==5.12.0
bandit==1.7.9
black==24.8.0
flake8==7.1.1
isort==5.13.2
pydocstyle==6.3.0
pylint==3.0.2
pytest==7.4.3
pytest-cov==4.1.0
pytest-httpx==0.27.0
responses==0.24.1
pylint==3.2.7
pytest==8.3.3
pytest-cov==5.0.0
pytest-httpx==0.30.0
responses==0.25.3
ci =
twine==4.0.2
twine==5.1.1

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

0 comments on commit e1e22cd

Please sign in to comment.