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       | black        | 23.7.0 | 23.9.1 |
| pypi       | pytest       | 7.4.1  | 7.4.2  |
| pypi       | pytest-httpx | 0.23.1 | 0.24.0 |
  • Loading branch information
renovate[bot] authored and wilbrdt committed Sep 11, 2023
1 parent b6c7403 commit 7fda3a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ python_requires = >= 3.10
[options.extras_require]
dev =
bandit==1.7.5
black==23.7.0
black==23.9.1
flake8==6.1.0
isort==5.12.0
pydocstyle==6.3.0
pylint==2.17.5
pytest==7.4.1
pytest==7.4.2
pytest-cov==4.1.0
pytest-httpx==0.23.1
pytest-httpx==0.24.0
responses==0.23.3
ci =
twine==4.0.2
Expand Down

0 comments on commit 7fda3a7

Please sign in to comment.