5
5
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras setup.py
6
6
#
7
7
absl-py==1.4.0
8
+ aiofiles==22.1.0
9
+ aiosqlite==0.18.0
8
10
alabaster==0.7.13
9
11
ampform==0.14.5
10
12
anyio==3.6.2
11
13
aquirdturtle-collapsible-headings==3.1.0
12
14
argon2-cffi==21.3.0
13
15
argon2-cffi-bindings==21.2.0
14
- astroid==2.13.3
16
+ arrow==1.2.3
17
+ astroid==2.14.1
15
18
asttokens==2.2.1
16
19
astunparse==1.6.3
17
20
attrs==22.2.0
18
21
babel==2.11.0
19
22
backcall==0.2.0
20
- beautifulsoup4==4.11.1
21
- black==22.12 .0
23
+ beautifulsoup4==4.11.2
24
+ black==23.1 .0
22
25
bleach==6.0.0
23
26
cachetools==5.3.0
24
27
certifi==2022.12.7
@@ -45,19 +48,20 @@ execnet==1.9.0
45
48
executing==1.2.0
46
49
fastjsonschema==2.16.2
47
50
filelock==3.9.0
48
- flake8==6.0.0
49
- flake8-blind-except==0.2.1
50
- flake8-bugbear==23.1.20
51
- flake8-builtins==2.1.0
52
- flake8-comprehensions==3.10.1
53
- flake8-future-annotations==1.1.0
51
+ flake8==6.0.0 ; python_version >= "3.8.0"
52
+ flake8-blind-except==0.2.1 ; python_version >= "3.8.0"
53
+ flake8-bugbear==23.1.20 ; python_version >= "3.8.0"
54
+ flake8-builtins==2.1.0 ; python_version >= "3.8.0"
55
+ flake8-comprehensions==3.10.1 ; python_version >= "3.8.0"
56
+ flake8-future-annotations==1.1.0 ; python_version >= "3.8.0"
54
57
flake8-plugin-utils==1.3.2
55
- flake8-pytest-style==1.6.0
56
- flake8-rst-docstrings==0.3.0
58
+ flake8-pytest-style==1.6.0 ; python_version >= "3.8.0"
59
+ flake8-rst-docstrings==0.3.0 ; python_version >= "3.8.0"
57
60
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
58
- flake8-use-fstring==1.4
61
+ flake8-use-fstring==1.4 ; python_version >= "3.8.0"
59
62
flatbuffers==23.1.21
60
63
fonttools==4.38.0
64
+ fqdn==1.5.1
61
65
gast==0.4.0
62
66
google-auth==2.16.0
63
67
google-auth-oauthlib==0.4.6
@@ -67,31 +71,37 @@ greenlet==2.0.2
67
71
grpcio==1.51.1
68
72
h5py==3.8.0
69
73
hepunits==2.3.1
70
- identify==2.5.16
74
+ identify==2.5.17
71
75
idna==3.4
72
76
imagesize==1.4.1
73
77
iminuit==2.18.0
74
78
importlib-metadata==6.0.0
75
79
iniconfig==2.0.0
76
- ipykernel==6.20.2
80
+ ipykernel==6.21.1
77
81
ipympl==0.9.2
78
82
ipython==8.9.0
79
83
ipython-genutils==0.2.0
80
84
ipywidgets==8.0.4
85
+ isoduration==20.11.0
81
86
isort==5.12.0
82
87
jax==0.4.2
83
88
jaxlib==0.4.2
84
89
jedi==0.18.2
85
90
jinja2==3.1.2
86
91
json5==0.9.11
92
+ jsonpointer==2.3
87
93
jsonschema==4.17.3
88
94
jupyter==1.0.0
89
95
jupyter-cache==0.5.0
90
- jupyter-client==8.0.1
96
+ jupyter-client==8.0.2
91
97
jupyter-console==6.4.4
92
- jupyter-core==5.1.5
98
+ jupyter-core==5.2.0
99
+ jupyter-events==0.5.0
93
100
jupyter-server==1.23.5
94
- jupyterlab==3.5.3
101
+ jupyter-server-fileid==0.6.0
102
+ jupyter-server-ydoc==0.6.1
103
+ jupyter-ydoc==0.2.2
104
+ jupyterlab==3.6.1
95
105
jupyterlab-code-formatter==1.5.3
96
106
jupyterlab-markup==1.1.0
97
107
jupyterlab-myst==0.1.6
@@ -112,17 +122,17 @@ matplotlib-inline==0.1.6
112
122
mccabe==0.7.0
113
123
mdit-py-plugins==0.3.3
114
124
mdurl==0.1.2
115
- mistune==2.0.4
125
+ mistune==2.0.5
116
126
mpmath==1.2.1
117
- mypy==0.991
118
- mypy-extensions==0.4.3
127
+ mypy==1.0.0
128
+ mypy-extensions==1.0.0
119
129
myst-nb==0.17.1
120
130
myst-parser==0.18.1
121
131
nbclassic==0.5.1
122
132
nbclient==0.5.13
123
133
nbconvert==7.2.9
124
134
nbformat==5.7.3
125
- nbmake==1.3.0
135
+ nbmake==1.2.1
126
136
nest-asyncio==1.5.6
127
137
nodeenv==1.7.0
128
138
notebook==6.5.2
@@ -135,16 +145,16 @@ packaging==23.0
135
145
pandas==1.5.3
136
146
pandocfilters==1.5.0
137
147
parso==0.8.3
138
- particle==0.21.1
148
+ particle==0.21.2
139
149
pathspec==0.11.0
140
- pep8-naming==0.13.3
150
+ pep8-naming==0.13.3 ; python_version >= "3.8.0"
141
151
pexpect==4.8.0
142
152
phasespace==1.8.0
143
153
pickleshare==0.7.5
144
154
pillow==9.4.0
145
155
platformdirs==2.6.2
146
156
pluggy==1.0.0
147
- pre-commit==3.0.2
157
+ pre-commit==3.0.4
148
158
prometheus-client==0.16.0
149
159
prompt-toolkit==3.0.36
150
160
protobuf==3.19.6
@@ -161,17 +171,18 @@ pydata-sphinx-theme==0.8.1
161
171
pydocstyle==6.3.0
162
172
pyflakes==3.0.1
163
173
pygments==2.14.0
164
- pylint==2.15.10
174
+ pylint==2.16.1
165
175
pyparsing==3.0.9
166
176
pyproject-api==1.5.0
167
177
pyrsistent==0.19.3
168
178
pytest==7.2.1
169
179
pytest-benchmark==4.0.0
170
180
pytest-cov==4.0.0
171
181
pytest-mock==3.10.0
172
- pytest-xdist==3.1 .0
182
+ pytest-xdist==3.2 .0
173
183
python-constraint==1.4.0
174
184
python-dateutil==2.8.2
185
+ python-json-logger==2.0.4
175
186
pytz==2022.7.1
176
187
pyyaml==6.0
177
188
pyzmq==25.0.0
@@ -181,6 +192,8 @@ qtpy==2.3.0
181
192
requests==2.28.2
182
193
requests-oauthlib==1.3.1
183
194
restructuredtext-lint==1.4.0
195
+ rfc3339-validator==0.1.4
196
+ rfc3986-validator==0.1.1
184
197
rsa==4.9
185
198
scipy==1.10.0
186
199
send2trash==1.8.0
@@ -191,15 +204,15 @@ soupsieve==2.3.2.post1
191
204
sphinx==4.5.0
192
205
sphinx-autobuild==2021.3.14
193
206
sphinx-book-theme==0.3.3
194
- sphinx-codeautolink==0.14.0
207
+ sphinx-codeautolink==0.14.1
195
208
sphinx-comments==0.0.3
196
209
sphinx-copybutton==0.5.1
197
210
sphinx-design==0.3.0
198
211
sphinx-thebe==0.2.1
199
212
sphinx-togglebutton==0.3.2
200
213
sphinxcontrib-applehelp==1.0.4
201
214
sphinxcontrib-devhelp==1.0.2
202
- sphinxcontrib-htmlhelp==2.0.0
215
+ sphinxcontrib-htmlhelp==2.0.1
203
216
sphinxcontrib-jsmath==1.0.1
204
217
sphinxcontrib-qthelp==1.0.3
205
218
sphinxcontrib-serializinghtml==1.1.5
@@ -221,26 +234,30 @@ tinycss2==1.2.1
221
234
tomli==2.0.1
222
235
tomlkit==0.11.6
223
236
tornado==6.2
224
- tox==4.4.2
237
+ tox==4.4.4
225
238
tqdm==4.64.1
226
- traitlets==5.8.1
227
- types-docutils==0.19.1.2
239
+ traitlets==5.9.0
240
+ types-docutils==0.19.1.3
228
241
types-pkg-resources==0.1.3
229
- types-pyyaml==6.0.12.3
230
- types-requests==2.28.11.8
231
- types-setuptools==65.7 .0.3
232
- types-urllib3==1.26.25.4
242
+ types-pyyaml==6.0.12.4
243
+ types-requests==2.28.11.12
244
+ types-setuptools==67.1 .0.2
245
+ types-urllib3==1.26.25.5
233
246
typing-extensions==4.4.0
247
+ uri-template==1.2.0
234
248
urllib3==1.26.14
235
- virtualenv==20.17.1
249
+ virtualenv==20.18.0
236
250
wcwidth==0.2.6
251
+ webcolors==1.12
237
252
webencodings==0.5.1
238
- websocket-client==1.5.0
253
+ websocket-client==1.5.1
239
254
werkzeug==2.2.2
240
255
wheel==0.38.4
241
256
widgetsnbextension==4.0.5
242
257
wrapt==1.14.1
243
- zipp==3.12.0
258
+ y-py==0.5.5
259
+ ypy-websocket==0.8.2
260
+ zipp==3.12.1
244
261
245
262
# The following packages are considered to be unsafe in a requirements file:
246
263
# setuptools
0 commit comments