Skip to content

Commit 6548b77

Browse files
redeboerpre-commit-ci[bot]web-flow
authored
FIX: allow higher Python versions (#478)
* MAINT: clean up version constraints * MAINT: do not install `flake8` for Python 3.7 * MAINT: update pip constraints and pre-commit --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: GitHub <[email protected]>
1 parent f157490 commit 6548b77

File tree

9 files changed

+236
-182
lines changed

9 files changed

+236
-182
lines changed

.constraints/py3.10.txt

Lines changed: 55 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@
55
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.10.txt --strip-extras setup.py
66
#
77
absl-py==1.4.0
8+
aiofiles==22.1.0
9+
aiosqlite==0.18.0
810
alabaster==0.7.13
911
ampform==0.14.5
1012
anyio==3.6.2
1113
aquirdturtle-collapsible-headings==3.1.0
1214
argon2-cffi==21.3.0
1315
argon2-cffi-bindings==21.2.0
14-
astroid==2.13.3
16+
arrow==1.2.3
17+
astroid==2.14.1
1518
asttokens==2.2.1
1619
astunparse==1.6.3
1720
attrs==22.2.0
1821
babel==2.11.0
1922
backcall==0.2.0
20-
beautifulsoup4==4.11.1
21-
black==22.12.0
23+
beautifulsoup4==4.11.2
24+
black==23.1.0
2225
bleach==6.0.0
2326
cachetools==5.3.0
2427
certifi==2022.12.7
@@ -45,19 +48,20 @@ execnet==1.9.0
4548
executing==1.2.0
4649
fastjsonschema==2.16.2
4750
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"
5457
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"
5760
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"
5962
flatbuffers==23.1.21
6063
fonttools==4.38.0
64+
fqdn==1.5.1
6165
gast==0.4.0
6266
google-auth==2.16.0
6367
google-auth-oauthlib==0.4.6
@@ -67,31 +71,37 @@ greenlet==2.0.2
6771
grpcio==1.51.1
6872
h5py==3.8.0
6973
hepunits==2.3.1
70-
identify==2.5.16
74+
identify==2.5.17
7175
idna==3.4
7276
imagesize==1.4.1
7377
iminuit==2.18.0
7478
importlib-metadata==6.0.0
7579
iniconfig==2.0.0
76-
ipykernel==6.20.2
80+
ipykernel==6.21.1
7781
ipympl==0.9.2
7882
ipython==8.9.0
7983
ipython-genutils==0.2.0
8084
ipywidgets==8.0.4
85+
isoduration==20.11.0
8186
isort==5.12.0
8287
jax==0.4.2
8388
jaxlib==0.4.2
8489
jedi==0.18.2
8590
jinja2==3.1.2
8691
json5==0.9.11
92+
jsonpointer==2.3
8793
jsonschema==4.17.3
8894
jupyter==1.0.0
8995
jupyter-cache==0.5.0
90-
jupyter-client==8.0.1
96+
jupyter-client==8.0.2
9197
jupyter-console==6.4.4
92-
jupyter-core==5.1.5
98+
jupyter-core==5.2.0
99+
jupyter-events==0.5.0
93100
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
95105
jupyterlab-code-formatter==1.5.3
96106
jupyterlab-markup==1.1.0
97107
jupyterlab-myst==0.1.6
@@ -112,17 +122,17 @@ matplotlib-inline==0.1.6
112122
mccabe==0.7.0
113123
mdit-py-plugins==0.3.3
114124
mdurl==0.1.2
115-
mistune==2.0.4
125+
mistune==2.0.5
116126
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
119129
myst-nb==0.17.1
120130
myst-parser==0.18.1
121131
nbclassic==0.5.1
122132
nbclient==0.5.13
123133
nbconvert==7.2.9
124134
nbformat==5.7.3
125-
nbmake==1.3.0
135+
nbmake==1.2.1
126136
nest-asyncio==1.5.6
127137
nodeenv==1.7.0
128138
notebook==6.5.2
@@ -135,16 +145,16 @@ packaging==23.0
135145
pandas==1.5.3
136146
pandocfilters==1.5.0
137147
parso==0.8.3
138-
particle==0.21.1
148+
particle==0.21.2
139149
pathspec==0.11.0
140-
pep8-naming==0.13.3
150+
pep8-naming==0.13.3 ; python_version >= "3.8.0"
141151
pexpect==4.8.0
142152
phasespace==1.8.0
143153
pickleshare==0.7.5
144154
pillow==9.4.0
145155
platformdirs==2.6.2
146156
pluggy==1.0.0
147-
pre-commit==3.0.2
157+
pre-commit==3.0.4
148158
prometheus-client==0.16.0
149159
prompt-toolkit==3.0.36
150160
protobuf==3.19.6
@@ -161,17 +171,18 @@ pydata-sphinx-theme==0.8.1
161171
pydocstyle==6.3.0
162172
pyflakes==3.0.1
163173
pygments==2.14.0
164-
pylint==2.15.10
174+
pylint==2.16.1
165175
pyparsing==3.0.9
166176
pyproject-api==1.5.0
167177
pyrsistent==0.19.3
168178
pytest==7.2.1
169179
pytest-benchmark==4.0.0
170180
pytest-cov==4.0.0
171181
pytest-mock==3.10.0
172-
pytest-xdist==3.1.0
182+
pytest-xdist==3.2.0
173183
python-constraint==1.4.0
174184
python-dateutil==2.8.2
185+
python-json-logger==2.0.4
175186
pytz==2022.7.1
176187
pyyaml==6.0
177188
pyzmq==25.0.0
@@ -181,6 +192,8 @@ qtpy==2.3.0
181192
requests==2.28.2
182193
requests-oauthlib==1.3.1
183194
restructuredtext-lint==1.4.0
195+
rfc3339-validator==0.1.4
196+
rfc3986-validator==0.1.1
184197
rsa==4.9
185198
scipy==1.10.0
186199
send2trash==1.8.0
@@ -191,15 +204,15 @@ soupsieve==2.3.2.post1
191204
sphinx==4.5.0
192205
sphinx-autobuild==2021.3.14
193206
sphinx-book-theme==0.3.3
194-
sphinx-codeautolink==0.14.0
207+
sphinx-codeautolink==0.14.1
195208
sphinx-comments==0.0.3
196209
sphinx-copybutton==0.5.1
197210
sphinx-design==0.3.0
198211
sphinx-thebe==0.2.1
199212
sphinx-togglebutton==0.3.2
200213
sphinxcontrib-applehelp==1.0.4
201214
sphinxcontrib-devhelp==1.0.2
202-
sphinxcontrib-htmlhelp==2.0.0
215+
sphinxcontrib-htmlhelp==2.0.1
203216
sphinxcontrib-jsmath==1.0.1
204217
sphinxcontrib-qthelp==1.0.3
205218
sphinxcontrib-serializinghtml==1.1.5
@@ -221,26 +234,30 @@ tinycss2==1.2.1
221234
tomli==2.0.1
222235
tomlkit==0.11.6
223236
tornado==6.2
224-
tox==4.4.2
237+
tox==4.4.4
225238
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
228241
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
233246
typing-extensions==4.4.0
247+
uri-template==1.2.0
234248
urllib3==1.26.14
235-
virtualenv==20.17.1
249+
virtualenv==20.18.0
236250
wcwidth==0.2.6
251+
webcolors==1.12
237252
webencodings==0.5.1
238-
websocket-client==1.5.0
253+
websocket-client==1.5.1
239254
werkzeug==2.2.2
240255
wheel==0.38.4
241256
widgetsnbextension==4.0.5
242257
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
244261

245262
# The following packages are considered to be unsafe in a requirements file:
246263
# setuptools

0 commit comments

Comments
 (0)