Skip to content

Commit ee54e0b

Browse files
Merge pull request #9 from django-components/dependabot/pip/flake8-7.2.0
build(deps-dev): bump flake8 from 7.1.1 to 7.2.0
2 parents bd874dd + 5164f7c commit ee54e0b

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

requirements-dev.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ colorama==0.4.6
1818
# via tox
1919
distlib==0.3.9
2020
# via virtualenv
21+
exceptiongroup==1.2.2
22+
# via pytest
2123
filelock==3.16.1
2224
# via
2325
# tox
2426
# virtualenv
25-
flake8==7.1.1
27+
flake8==7.2.0
2628
# via
2729
# -r requirements-dev.in
2830
# flake8-pyproject
@@ -63,9 +65,9 @@ pluggy==1.5.0
6365
# tox
6466
pre-commit==4.1.0
6567
# via -r requirements-dev.in
66-
pycodestyle==2.12.1
68+
pycodestyle==2.13.0
6769
# via flake8
68-
pyflakes==3.2.0
70+
pyflakes==3.3.1
6971
# via flake8
7072
pygments==2.19.1
7173
# via -r requirements-dev.in
@@ -75,10 +77,21 @@ pytest==8.3.4
7577
# via -r requirements-dev.in
7678
pyyaml==6.0.2
7779
# via pre-commit
80+
tomli==2.2.1
81+
# via
82+
# black
83+
# flake8-pyproject
84+
# mypy
85+
# pyproject-api
86+
# pytest
87+
# tox
7888
tox==4.24.1
7989
# via -r requirements-dev.in
8090
typing-extensions==4.12.2
81-
# via mypy
91+
# via
92+
# black
93+
# mypy
94+
# tox
8295
virtualenv==20.29.2
8396
# via
8497
# pre-commit

0 commit comments

Comments
 (0)