File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ colorama==0.4.6
1818 # via tox
1919distlib == 0.3.9
2020 # via virtualenv
21+ exceptiongroup == 1.2.2
22+ # via pytest
2123filelock == 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
6466pre-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
7072pygments == 2.19.1
7173 # via -r requirements-dev.in
@@ -75,10 +77,21 @@ pytest==8.3.4
7577 # via -r requirements-dev.in
7678pyyaml == 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
7888tox == 4.24.1
7989 # via -r requirements-dev.in
8090typing-extensions == 4.12.2
81- # via mypy
91+ # via
92+ # black
93+ # mypy
94+ # tox
8295virtualenv == 20.29.2
8396 # via
8497 # pre-commit
You can’t perform that action at this time.
0 commit comments