File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
-c requirements.txt
6
6
7
- black==24.3.0
8
- coverage==7.4.4
7
+ black==24.4.2
8
+ coverage==7.5.3
9
9
flake8-formatter-junit-xml==0.0.6
10
10
flake8==7.0.0
11
11
ipython==8.12.3
12
12
isort==5.13.2
13
- mypy==1.9 .0
13
+ mypy==1.10 .0
14
14
pip-tools==7.4.1
15
- tox==4.14.2
16
- twine==5.0 .0
15
+ tox==4.15.0
16
+ twine==5.1 .0
17
17
unittest-xml-reporting==3.2.0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asttokens==2.2.1
8
8
# via stack-data
9
9
backcall == 0.2.0
10
10
# via ipython
11
- black == 24.3.0
11
+ black == 24.4.2
12
12
# via -r requirements-dev.in
13
13
bleach == 5.0.1
14
14
# via readme-renderer
@@ -32,7 +32,7 @@ colorama==0.4.6
32
32
# via tox
33
33
commonmark == 0.9.1
34
34
# via rich
35
- coverage == 7.4.4
35
+ coverage == 7.5.3
36
36
# via -r requirements-dev.in
37
37
cryptography == 42.0.4
38
38
# via secretstorage
@@ -81,7 +81,7 @@ matplotlib-inline==0.1.3
81
81
# via ipython
82
82
mccabe == 0.7.0
83
83
# via flake8
84
- mypy == 1.9 .0
84
+ mypy == 1.10 .0
85
85
# via -r requirements-dev.in
86
86
mypy-extensions == 1.0.0
87
87
# via
@@ -165,13 +165,13 @@ tomli==2.0.1
165
165
# pyproject-api
166
166
# pyproject-hooks
167
167
# tox
168
- tox == 4.14.2
168
+ tox == 4.15.0
169
169
# via -r requirements-dev.in
170
170
traitlets == 5.3.0
171
171
# via
172
172
# ipython
173
173
# matplotlib-inline
174
- twine == 5.0 .0
174
+ twine == 5.1 .0
175
175
# via -r requirements-dev.in
176
176
typing-extensions == 4.3.0
177
177
# via
You can’t perform that action at this time.
0 commit comments