Skip to content

Commit ce9ec3e

Browse files
Dependency updates for Python 3.10
1 parent 455562e commit ce9ec3e

File tree

2 files changed

+47
-43
lines changed

2 files changed

+47
-43
lines changed

requirements/examples-requirements-py3.10.txt

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --all-extras --no-annotate --output-file=examples-requirements-py3.10.txt ../pyproject.toml examples.in
66
#
7-
anyio==4.6.0
7+
anyio==4.6.2.post1
88
appdirs==1.4.4
99
argon2-cffi==23.1.0
1010
argon2-cffi-bindings==21.2.0
@@ -17,33 +17,34 @@ beautifulsoup4==4.12.3
1717
bleach==6.1.0
1818
certifi==2024.8.30
1919
cffi==1.17.1
20-
charset-normalizer==3.3.2
20+
charset-normalizer==3.4.0
2121
comm==0.2.2
2222
contourpy==1.3.0
2323
cycler==0.12.1
2424
cython==3.0.11
25-
debugpy==1.8.6
25+
debugpy==1.8.7
2626
decorator==5.1.1
2727
defusedxml==0.7.1
28+
exceptiongroup==1.2.2
2829
executing==2.1.0
2930
fastjsonschema==2.20.0
3031
flexcache==0.3
3132
flexparser==0.3.1
3233
fonttools==4.54.1
3334
fqdn==1.5.1
3435
h11==0.14.0
35-
httpcore==1.0.5
36+
httpcore==1.0.6
3637
httpx==0.27.2
3738
idna==3.10
3839
ipykernel==6.29.5
39-
ipython==8.18.1
40+
ipython==8.28.0
4041
isoduration==20.11.0
4142
jedi==0.19.1
4243
jinja2==3.1.4
4344
json5==0.9.25
4445
jsonpointer==3.0.0
4546
jsonschema[format-nongpl]==4.23.0
46-
jsonschema-specifications==2023.12.1
47+
jsonschema-specifications==2024.10.1
4748
jupyter-client==8.6.3
4849
jupyter-core==5.7.2
4950
jupyter-events==0.10.0
@@ -55,7 +56,7 @@ jupyterlab-pygments==0.3.0
5556
jupyterlab-server==2.27.3
5657
kiwisolver==1.4.7
5758
lark==1.2.2
58-
markupsafe==2.1.5
59+
markupsafe==3.0.2
5960
matplotlib==3.9.2
6061
matplotlib-inline==0.1.7
6162
mistune==3.0.2
@@ -64,24 +65,24 @@ nbconvert==7.16.4
6465
nbformat==5.10.4
6566
nest-asyncio==1.6.0
6667
notebook-shim==0.2.4
67-
numpy==2.0.2
68+
numpy==2.1.2
6869
overrides==7.7.0
6970
packaging==24.1
70-
pandas==2.2.2
71+
pandas==2.2.3
7172
pandocfilters==1.5.1
7273
parso==0.8.4
7374
pexpect==4.9.0
74-
pillow==10.4.0
75+
pillow==11.0.0
7576
pint==0.24.3
7677
platformdirs==4.3.6
7778
prometheus-client==0.21.0
7879
prompt-toolkit==3.0.48
79-
psutil==6.0.0
80+
psutil==6.1.0
8081
ptyprocess==0.7.0
8182
pure-eval==0.2.3
8283
pycparser==2.22
8384
pygments==2.18.0
84-
pyparsing==3.1.4
85+
pyparsing==3.2.0
8586
python-dateutil==2.9.0.post0
8687
python-json-logger==2.0.7
8788
pytz==2024.2
@@ -92,7 +93,7 @@ requests==2.32.3
9293
rfc3339-validator==0.1.4
9394
rfc3986-validator==0.1.1
9495
rpds-py==0.20.0
95-
scipy==1.13.1
96+
scipy==1.14.1
9697
send2trash==1.8.3
9798
six==1.16.0
9899
sniffio==1.3.1
@@ -101,10 +102,11 @@ stack-data==0.6.3
101102
tabulate==0.9.0
102103
terminado==0.18.1
103104
tinycss2==1.3.0
105+
tomli==2.0.2
104106
tornado==6.4.1
105107
tqdm==4.66.5
106108
traitlets==5.14.3
107-
types-python-dateutil==2.9.0.20240906
109+
types-python-dateutil==2.9.0.20241003
108110
typing-extensions==4.12.2
109111
tzdata==2024.2
110112
uri-template==1.3.0
@@ -113,13 +115,13 @@ wcwidth==0.2.13
113115
webcolors==24.8.0
114116
webencodings==0.5.1
115117
websocket-client==1.8.0
116-
xcoll==0.5.1
117-
xdeps==0.6.3
118-
xfields==0.20.3
119-
xobjects==0.4.4
120-
xpart==0.18.6
121-
xsuite==0.16.5
122-
xtrack==0.66.1
118+
xcoll==0.5.5
119+
xdeps==0.7.3
120+
xfields==0.21.0
121+
xobjects==0.4.5
122+
xpart==0.19.1
123+
xsuite==0.18.8
124+
xtrack==0.69.6
123125

124126
# The following packages are considered to be unsafe in a requirements file:
125127
# setuptools

requirements/tests-requirements-py3.10.txt

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --no-annotate --output-file=tests-requirements-py3.10.txt examples-requirements-py3.10.txt tests.in
66
#
7-
anyio==4.6.0
7+
anyio==4.6.2.post1
88
appdirs==1.4.4
99
argon2-cffi==23.1.0
1010
argon2-cffi-bindings==21.2.0
@@ -17,35 +17,36 @@ beautifulsoup4==4.12.3
1717
bleach==6.1.0
1818
certifi==2024.8.30
1919
cffi==1.17.1
20-
charset-normalizer==3.3.2
20+
charset-normalizer==3.4.0
2121
comm==0.2.2
2222
contourpy==1.3.0
23-
coverage[toml]==7.6.1
23+
coverage[toml]==7.6.3
2424
cycler==0.12.1
2525
cython==3.0.11
26-
debugpy==1.8.6
26+
debugpy==1.8.7
2727
decorator==5.1.1
2828
defusedxml==0.7.1
29+
exceptiongroup==1.2.2
2930
executing==2.1.0
3031
fastjsonschema==2.20.0
3132
flexcache==0.3
3233
flexparser==0.3.1
3334
fonttools==4.54.1
3435
fqdn==1.5.1
3536
h11==0.14.0
36-
httpcore==1.0.5
37+
httpcore==1.0.6
3738
httpx==0.27.2
3839
idna==3.10
3940
iniconfig==2.0.0
4041
ipykernel==6.29.5
41-
ipython==8.18.1
42+
ipython==8.28.0
4243
isoduration==20.11.0
4344
jedi==0.19.1
4445
jinja2==3.1.4
4546
json5==0.9.25
4647
jsonpointer==3.0.0
4748
jsonschema[format-nongpl]==4.23.0
48-
jsonschema-specifications==2023.12.1
49+
jsonschema-specifications==2024.10.1
4950
jupyter-client==8.6.3
5051
jupyter-core==5.7.2
5152
jupyter-events==0.10.0
@@ -57,7 +58,7 @@ jupyterlab-pygments==0.3.0
5758
jupyterlab-server==2.27.3
5859
kiwisolver==1.4.7
5960
lark==1.2.2
60-
markupsafe==2.1.5
61+
markupsafe==3.0.2
6162
matplotlib==3.9.2
6263
matplotlib-inline==0.1.7
6364
mistune==3.0.2
@@ -66,26 +67,26 @@ nbconvert==7.16.4
6667
nbformat==5.10.4
6768
nest-asyncio==1.6.0
6869
notebook-shim==0.2.4
69-
numpy==2.0.2
70+
numpy==2.1.2
7071
overrides==7.7.0
7172
packaging==24.1
72-
pandas==2.2.2
73+
pandas==2.2.3
7374
pandocfilters==1.5.1
7475
parso==0.8.4
7576
pexpect==4.9.0
76-
pillow==10.4.0
77+
pillow==11.0.0
7778
pint==0.24.3
7879
platformdirs==4.3.6
7980
pluggy==1.5.0
8081
prometheus-client==0.21.0
8182
prompt-toolkit==3.0.48
82-
psutil==6.0.0
83+
psutil==6.1.0
8384
ptyprocess==0.7.0
8485
pure-eval==0.2.3
8586
py-cpuinfo==9.0.0
8687
pycparser==2.22
8788
pygments==2.18.0
88-
pyparsing==3.1.4
89+
pyparsing==3.2.0
8990
pytest==8.3.3
9091
pytest-benchmark==4.0.0
9192
pytest-cov==5.0.0
@@ -99,7 +100,7 @@ requests==2.32.3
99100
rfc3339-validator==0.1.4
100101
rfc3986-validator==0.1.1
101102
rpds-py==0.20.0
102-
scipy==1.13.1
103+
scipy==1.14.1
103104
send2trash==1.8.3
104105
six==1.16.0
105106
sniffio==1.3.1
@@ -109,10 +110,11 @@ tabulate==0.9.0
109110
terminado==0.18.1
110111
testbook==0.4.2
111112
tinycss2==1.3.0
113+
tomli==2.0.2
112114
tornado==6.4.1
113115
tqdm==4.66.5
114116
traitlets==5.14.3
115-
types-python-dateutil==2.9.0.20240906
117+
types-python-dateutil==2.9.0.20241003
116118
typing-extensions==4.12.2
117119
tzdata==2024.2
118120
uri-template==1.3.0
@@ -121,13 +123,13 @@ wcwidth==0.2.13
121123
webcolors==24.8.0
122124
webencodings==0.5.1
123125
websocket-client==1.8.0
124-
xcoll==0.5.1
125-
xdeps==0.6.3
126-
xfields==0.20.3
127-
xobjects==0.4.4
128-
xpart==0.18.6
129-
xsuite==0.16.5
130-
xtrack==0.66.1
126+
xcoll==0.5.5
127+
xdeps==0.7.3
128+
xfields==0.21.0
129+
xobjects==0.4.5
130+
xpart==0.19.1
131+
xsuite==0.18.8
132+
xtrack==0.69.6
131133

132134
# The following packages are considered to be unsafe in a requirements file:
133135
# setuptools

0 commit comments

Comments
 (0)