mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
Upgrade dev dependencies
This commit is contained in:
parent
cbf7d23450
commit
b3640f4638
8
setup.py
8
setup.py
|
@ -26,10 +26,10 @@ tests_require = [
|
||||||
|
|
||||||
|
|
||||||
dev_requires = [
|
dev_requires = [
|
||||||
"black==22.8.0",
|
"black==23.3.0",
|
||||||
"flake8==5.0.4",
|
"flake8==6.0.0",
|
||||||
"flake8-black==0.3.3",
|
"flake8-black==0.3.6",
|
||||||
"flake8-bugbear==22.9.11",
|
"flake8-bugbear==23.3.23",
|
||||||
"pre-commit",
|
"pre-commit",
|
||||||
] + tests_require
|
] + tests_require
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user