Skip to content

Commit 13440b3

Browse files
renovate[bot]wilbrdt
authored andcommitted
⬆️(project) upgrade python dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | anyio | 3.7.1 | 4.0.0 | | pypi | black | 23.7.0 | 23.9.1 | | pypi | hypothesis | 6.84.0 | 6.84.3 | | pypi | mkdocs-material | 9.2.7 | 9.2.8 | | pypi | pytest | 7.4.1 | 7.4.2 |
1 parent 51554ad commit 13440b3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,24 @@ cli =
6767
click-option-group>=0.5.0
6868
sentry-sdk[fastapi]>=1.9.0
6969
dev =
70-
anyio<4.0.0 # pin until fastapi supports new major version of anyio
70+
anyio<4.0.1 # unpin until fastapi supports new major version of anyio
7171
bandit==1.7.5
72-
black==23.7.0
72+
black==23.9.1
7373
cryptography==41.0.3
7474
factory-boy==3.3.0
7575
flake8==6.1.0
76-
hypothesis==6.84.0
76+
hypothesis==6.84.3
7777
isort==5.12.0
7878
logging-gelf==0.0.31
7979
mkdocs==1.5.2
8080
mkdocs-click==0.8.0
81-
mkdocs-material==9.2.7
81+
mkdocs-material==9.2.8
8282
mkdocstrings[python-legacy]==0.23.0
8383
moto==4.2.2
8484
pydocstyle==6.3.0
8585
pyfakefs==5.2.4
8686
pylint==2.17.5
87-
pytest==7.4.1
87+
pytest==7.4.2
8888
pytest-asyncio==0.21.1
8989
pytest-cov==4.1.0
9090
pytest-httpx<0.23.0 # pin as Python 3.7 and 3.8 is no longer supported from release 0.23.0

0 commit comments

Comments
 (0)