Skip to content

Commit a4ee357

Browse files
committed
Bump requirements
1 parent 602ea49 commit a4ee357

File tree

2 files changed

+49
-53
lines changed

2 files changed

+49
-53
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt setup.py
66
#
7-
contourpy==1.2.0
7+
contourpy==1.3.1
88
# via matplotlib
99
cycler==0.12.1
1010
# via matplotlib
11-
fonttools==4.49.0
11+
fonttools==4.55.3
1212
# via matplotlib
13-
kiwisolver==1.4.5
13+
kiwisolver==1.4.8
1414
# via matplotlib
15-
matplotlib==3.8.3
15+
matplotlib==3.10.0
1616
# via ElectroMagneticPython (setup.py)
17-
numpy==1.26.4
17+
numpy==2.2.1
1818
# via
1919
# ElectroMagneticPython (setup.py)
2020
# contourpy
2121
# matplotlib
2222
# scipy
23-
packaging==23.2
23+
packaging==24.2
2424
# via matplotlib
25-
pillow==10.2.0
25+
pillow==11.1.0
2626
# via matplotlib
27-
pyparsing==3.1.1
27+
pyparsing==3.2.1
2828
# via matplotlib
2929
python-dateutil==2.9.0.post0
3030
# via matplotlib
31-
scipy==1.12.0
31+
scipy==1.15.0
3232
# via ElectroMagneticPython (setup.py)
33-
six==1.16.0
33+
six==1.17.0
3434
# via python-dateutil

requirements_dev.txt

Lines changed: 38 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,120 +4,116 @@
44
#
55
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
66
#
7-
asttokens==2.4.0
7+
asttokens==3.0.0
88
# via stack-data
9-
backcall==0.2.0
10-
# via ipython
11-
black==24.3.0
9+
black==24.10.0
1210
# via -r requirements_dev.in
13-
build==1.0.3
11+
build==1.2.2.post1
1412
# via pip-tools
1513
bump2version==1.0.1
1614
# via -r requirements_dev.in
17-
cachetools==5.3.1
15+
cachetools==5.5.0
1816
# via tox
1917
chardet==5.2.0
2018
# via tox
21-
click==8.1.7
19+
click==8.1.8
2220
# via
2321
# black
2422
# pip-tools
2523
colorama==0.4.6
2624
# via tox
2725
decorator==5.1.1
2826
# via ipython
29-
distlib==0.3.7
27+
distlib==0.3.9
3028
# via virtualenv
31-
executing==2.0.0
29+
executing==2.1.0
3230
# via stack-data
33-
filelock==3.12.4
31+
filelock==3.16.1
3432
# via
3533
# tox
3634
# virtualenv
37-
flake8==6.1.0
35+
flake8==7.1.1
3836
# via -r requirements_dev.in
3937
iniconfig==2.0.0
4038
# via pytest
41-
ipython==8.16.1
39+
ipython==8.31.0
4240
# via -r requirements_dev.in
43-
jedi==0.19.1
41+
jedi==0.19.2
4442
# via ipython
45-
matplotlib-inline==0.1.6
43+
matplotlib-inline==0.1.7
4644
# via ipython
4745
mccabe==0.7.0
4846
# via flake8
49-
mypy==1.5.1
47+
mypy==1.14.1
5048
# via -r requirements_dev.in
5149
mypy-extensions==1.0.0
5250
# via
5351
# black
5452
# mypy
55-
packaging==23.2
53+
packaging==24.2
5654
# via
5755
# -r requirements_dev.in
5856
# black
5957
# build
6058
# pyproject-api
6159
# pytest
6260
# tox
63-
parso==0.8.3
61+
parso==0.8.4
6462
# via jedi
65-
pathspec==0.11.2
63+
pathspec==0.12.1
6664
# via black
67-
pexpect==4.8.0
68-
# via ipython
69-
pickleshare==0.7.5
65+
pexpect==4.9.0
7066
# via ipython
71-
pip-tools==7.3.0
67+
pip-tools==7.4.1
7268
# via -r requirements_dev.in
73-
platformdirs==3.11.0
69+
platformdirs==4.3.6
7470
# via
7571
# black
7672
# tox
7773
# virtualenv
78-
pluggy==1.3.0
74+
pluggy==1.5.0
7975
# via
8076
# pytest
8177
# tox
82-
prompt-toolkit==3.0.39
78+
prompt-toolkit==3.0.48
8379
# via ipython
8480
ptyprocess==0.7.0
8581
# via pexpect
86-
pure-eval==0.2.2
82+
pure-eval==0.2.3
8783
# via stack-data
88-
pycodestyle==2.11.0
84+
pycodestyle==2.12.1
8985
# via flake8
90-
pyflakes==3.1.0
86+
pyflakes==3.2.0
9187
# via
9288
# -r requirements_dev.in
9389
# flake8
94-
pygments==2.16.1
90+
pygments==2.19.0
9591
# via ipython
96-
pyparsing==3.1.1
92+
pyparsing==3.2.1
9793
# via -r requirements_dev.in
98-
pyproject-api==1.6.1
94+
pyproject-api==1.8.0
9995
# via tox
100-
pyproject-hooks==1.0.0
101-
# via build
102-
pytest==8.0.2
96+
pyproject-hooks==1.2.0
97+
# via
98+
# build
99+
# pip-tools
100+
pytest==8.3.4
103101
# via -r requirements_dev.in
104-
six==1.16.0
105-
# via asttokens
106102
stack-data==0.6.3
107103
# via ipython
108-
tox==4.11.3
104+
tox==4.23.2
109105
# via -r requirements_dev.in
110-
traitlets==5.11.2
106+
traitlets==5.14.3
111107
# via
112108
# ipython
113109
# matplotlib-inline
114-
typing-extensions==4.8.0
110+
typing-extensions==4.12.2
115111
# via mypy
116-
virtualenv==20.24.5
112+
virtualenv==20.28.1
117113
# via tox
118-
wcwidth==0.2.8
114+
wcwidth==0.2.13
119115
# via prompt-toolkit
120-
wheel==0.41.2
116+
wheel==0.45.1
121117
# via pip-tools
122118

123119
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)