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.7.10  |
| pypi       | black        | 24.8.0 | 24.10.0 |
| pypi       | pylint       | 3.3.0  | 3.3.1   |
| pypi       | pytest-httpx | 0.31.1 | 0.32.0  |
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent be6906a commit d979383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ python_requires = >= 3.10

[options.extras_require]
dev =
bandit==1.7.9
black==24.8.0
bandit==1.7.10
black==24.10.0
flake8==7.1.1
isort==5.13.2
pydocstyle==6.3.0
pylint==3.3.0
pylint==3.3.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-httpx==0.31.1
pytest-httpx==0.32.0
responses==0.25.3
ci =
twine==5.1.1
Expand Down

0 comments on commit d979383

Please sign in to comment.