Skip to content

Commit 811c17b

Browse files
redeboerweb-flow
andauthored
ci: update pip constraints and pre-commit config (#457)
* fix: limit `virtualenv` for Python 3.7 Co-authored-by: GitHub <[email protected]>
1 parent e85c831 commit 811c17b

File tree

5 files changed

+76
-73
lines changed

5 files changed

+76
-73
lines changed

.constraints/py3.7.txt

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ argon2-cffi==21.3.0
1313
argon2-cffi-bindings==21.2.0
1414
astroid==2.11.7
1515
astunparse==1.6.3
16-
attrs==21.4.0
16+
attrs==22.1.0
1717
babel==2.10.3
1818
backcall==0.2.0
1919
beautifulsoup4==4.11.1
@@ -29,7 +29,7 @@ clang==5.0
2929
click==8.1.3
3030
cloudpickle==2.1.0
3131
colorama==0.4.5
32-
coverage==6.4.2
32+
coverage==6.4.3
3333
cycler==0.11.0
3434
debugpy==1.6.2
3535
decorator==5.1.1
@@ -43,7 +43,7 @@ etils==0.6.0
4343
execnet==1.9.0
4444
fastjsonschema==2.16.1
4545
filelock==3.7.1
46-
flake8==4.0.1
46+
flake8==5.0.4
4747
flake8-blind-except==0.2.1
4848
flake8-bugbear==22.7.1
4949
flake8-builtins==1.5.3
@@ -52,7 +52,7 @@ flake8-future-annotations==0.0.5
5252
flake8-plugin-utils==1.3.2
5353
flake8-pytest-style==1.6.0
5454
flake8-rst-docstrings==0.2.7
55-
flake8-use-fstring==1.3
55+
flake8-use-fstring==1.4
5656
flatbuffers==1.12
5757
fonttools==4.34.4
5858
gast==0.4.0
@@ -64,10 +64,10 @@ greenlet==1.1.2
6464
grpcio==1.47.0
6565
h5py==3.1.0
6666
hepunits==2.2.0
67-
identify==2.5.2
67+
identify==2.5.3
6868
idna==3.3
6969
imagesize==1.4.1
70-
iminuit==2.13.0
70+
iminuit==2.15.2
7171
importlib-metadata==4.2.0 ; python_version < "3.8.0"
7272
importlib-resources==5.9.0
7373
iniconfig==1.1.1
@@ -81,16 +81,16 @@ jax==0.3.15
8181
jaxlib==0.3.15
8282
jedi==0.18.1
8383
jinja2==3.1.2
84-
json5==0.9.8
85-
jsonschema==4.7.2
84+
json5==0.9.9
85+
jsonschema==4.9.1
8686
jupyter==1.0.0
8787
jupyter-cache==0.5.0
8888
jupyter-client==7.3.4
8989
jupyter-console==6.4.4
9090
jupyter-core==4.11.1
9191
jupyter-server==1.18.1
9292
jupyterlab==3.4.4
93-
jupyterlab-code-formatter==1.5.1
93+
jupyterlab-code-formatter==1.5.2
9494
jupyterlab-markup==1.1.0
9595
jupyterlab-myst==0.1.6
9696
jupyterlab-pygments==0.2.2
@@ -101,13 +101,13 @@ keras-preprocessing==1.1.2
101101
kiwisolver==1.4.4
102102
lazy-object-proxy==1.7.1
103103
livereload==2.6.3
104-
llvmlite==0.38.1
104+
llvmlite==0.39.0
105105
markdown==3.3.4 ; python_version < "3.8.0"
106106
markdown-it-py==2.1.0
107107
markupsafe==2.1.1
108108
matplotlib==3.5.2
109109
matplotlib-inline==0.1.3
110-
mccabe==0.6.1
110+
mccabe==0.7.0
111111
mdit-py-plugins==0.3.0
112112
mdurl==0.1.1
113113
mistune==0.8.4
@@ -125,7 +125,7 @@ nest-asyncio==1.5.5
125125
nodeenv==1.7.0
126126
notebook==6.4.12
127127
notebook-shim==0.1.0
128-
numba==0.55.2
128+
numba==0.56.0
129129
numpy==1.19.5
130130
oauthlib==3.2.0
131131
opt-einsum==3.3.0
@@ -140,6 +140,7 @@ pexpect==4.8.0
140140
phasespace==1.6.0
141141
pickleshare==0.7.5
142142
pillow==9.2.0
143+
pkgutil-resolve-name==1.3.10
143144
platformdirs==2.5.2
144145
pluggy==1.0.0
145146
pre-commit==2.20.0
@@ -152,12 +153,12 @@ py==1.11.0
152153
py-cpuinfo==8.0.0
153154
pyasn1==0.4.8
154155
pyasn1-modules==0.2.8
155-
pycodestyle==2.8.0
156+
pycodestyle==2.9.1
156157
pycparser==2.21
157158
pydantic==1.9.1
158159
pydata-sphinx-theme==0.8.1
159160
pydocstyle==6.1.1
160-
pyflakes==2.4.0
161+
pyflakes==2.5.0
161162
pygments==2.12.0
162163
pylint==2.14.5
163164
pyparsing==3.0.9
@@ -217,7 +218,7 @@ terminado==0.15.0
217218
tinycss2==1.1.1
218219
toml==0.10.2
219220
tomli==2.0.1
220-
tomlkit==0.11.1
221+
tomlkit==0.11.2
221222
tornado==6.2
222223
tox==3.25.1
223224
tqdm==4.64.0
@@ -226,16 +227,16 @@ typed-ast==1.5.4
226227
types-docutils==0.19.0
227228
types-pkg-resources==0.1.3
228229
types-pyyaml==6.0.11
229-
types-requests==2.28.3
230-
types-setuptools==63.2.1
231-
types-urllib3==1.26.16
230+
types-requests==2.28.8
231+
types-setuptools==63.4.0
232+
types-urllib3==1.26.22
232233
typing-extensions==3.10.0.2
233-
urllib3==1.26.10
234-
virtualenv==20.15.1
234+
urllib3==1.26.11
235+
virtualenv==20.15.1 ; python_version < "3.8.0"
235236
wcwidth==0.2.5
236237
webencodings==0.5.1
237238
websocket-client==1.3.3
238-
werkzeug==2.2.0
239+
werkzeug==2.2.1
239240
wheel==0.37.1
240241
widgetsnbextension==3.6.1
241242
wrapt==1.12.1

.constraints/py3.8.txt

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ aquirdturtle-collapsible-headings==3.1.0
1212
argon2-cffi==21.3.0
1313
argon2-cffi-bindings==21.2.0
1414
astroid==2.11.7
15-
asttokens==2.0.5
15+
asttokens==2.0.7
1616
astunparse==1.6.3
17-
attrs==21.4.0
17+
attrs==22.1.0
1818
babel==2.10.3
1919
backcall==0.2.0
2020
beautifulsoup4==4.11.1
@@ -29,7 +29,7 @@ clang==5.0
2929
click==8.1.3
3030
cloudpickle==2.1.0
3131
colorama==0.4.5
32-
coverage==6.4.2
32+
coverage==6.4.3
3333
cycler==0.11.0
3434
debugpy==1.6.2
3535
decorator==5.1.1
@@ -41,10 +41,10 @@ docutils==0.17.1
4141
entrypoints==0.4
4242
etils==0.6.0
4343
execnet==1.9.0
44-
executing==0.9.0
44+
executing==0.9.1
4545
fastjsonschema==2.16.1
4646
filelock==3.7.1
47-
flake8==4.0.1
47+
flake8==5.0.4
4848
flake8-blind-except==0.2.1
4949
flake8-bugbear==22.7.1
5050
flake8-builtins==1.5.3
@@ -54,7 +54,7 @@ flake8-plugin-utils==1.3.2
5454
flake8-pytest-style==1.6.0
5555
flake8-rst-docstrings==0.2.7
5656
flake8-type-ignore==0.1.0.post2 ; python_version >= "3.8.0"
57-
flake8-use-fstring==1.3
57+
flake8-use-fstring==1.4
5858
flatbuffers==1.12
5959
fonttools==4.34.4
6060
gast==0.4.0
@@ -66,10 +66,10 @@ greenlet==1.1.2
6666
grpcio==1.47.0
6767
h5py==3.1.0
6868
hepunits==2.2.0
69-
identify==2.5.2
69+
identify==2.5.3
7070
idna==3.3
7171
imagesize==1.4.1
72-
iminuit==2.13.0
72+
iminuit==2.15.2
7373
importlib-metadata==4.12.0
7474
importlib-resources==5.9.0
7575
iniconfig==1.1.1
@@ -83,16 +83,16 @@ jax==0.3.15
8383
jaxlib==0.3.15
8484
jedi==0.18.1
8585
jinja2==3.1.2
86-
json5==0.9.8
87-
jsonschema==4.7.2
86+
json5==0.9.9
87+
jsonschema==4.9.1
8888
jupyter==1.0.0
8989
jupyter-cache==0.5.0
9090
jupyter-client==7.3.4
9191
jupyter-console==6.4.4
9292
jupyter-core==4.11.1
9393
jupyter-server==1.18.1
9494
jupyterlab==3.4.4
95-
jupyterlab-code-formatter==1.5.1
95+
jupyterlab-code-formatter==1.5.2
9696
jupyterlab-markup==1.1.0
9797
jupyterlab-myst==0.1.6
9898
jupyterlab-pygments==0.2.2
@@ -103,13 +103,13 @@ keras-preprocessing==1.1.2
103103
kiwisolver==1.4.4
104104
lazy-object-proxy==1.7.1
105105
livereload==2.6.3
106-
llvmlite==0.38.1
106+
llvmlite==0.39.0
107107
markdown==3.4.1
108108
markdown-it-py==2.1.0
109109
markupsafe==2.1.1
110110
matplotlib==3.5.2
111111
matplotlib-inline==0.1.3
112-
mccabe==0.6.1
112+
mccabe==0.7.0
113113
mdit-py-plugins==0.3.0
114114
mdurl==0.1.1
115115
mistune==0.8.4
@@ -127,7 +127,7 @@ nest-asyncio==1.5.5
127127
nodeenv==1.7.0
128128
notebook==6.4.12
129129
notebook-shim==0.1.0
130-
numba==0.55.2
130+
numba==0.56.0
131131
numpy==1.19.5
132132
oauthlib==3.2.0
133133
opt-einsum==3.3.0
@@ -142,6 +142,7 @@ pexpect==4.8.0
142142
phasespace==1.6.0
143143
pickleshare==0.7.5
144144
pillow==9.2.0
145+
pkgutil-resolve-name==1.3.10
145146
platformdirs==2.5.2
146147
pluggy==1.0.0
147148
pre-commit==2.20.0
@@ -155,12 +156,12 @@ py==1.11.0
155156
py-cpuinfo==8.0.0
156157
pyasn1==0.4.8
157158
pyasn1-modules==0.2.8
158-
pycodestyle==2.8.0
159+
pycodestyle==2.9.1
159160
pycparser==2.21
160161
pydantic==1.9.1
161162
pydata-sphinx-theme==0.8.1
162163
pydocstyle==6.1.1
163-
pyflakes==2.4.0
164+
pyflakes==2.5.0
164165
pygments==2.12.0
165166
pylint==2.14.5
166167
pyparsing==3.0.9
@@ -183,7 +184,7 @@ requests==2.28.1
183184
requests-oauthlib==1.3.1
184185
restructuredtext-lint==1.4.0
185186
rsa==4.9
186-
scipy==1.8.1
187+
scipy==1.9.0
187188
send2trash==1.8.0
188189
six==1.15.0
189190
sniffio==1.2.0
@@ -220,24 +221,24 @@ terminado==0.15.0
220221
tinycss2==1.1.1
221222
toml==0.10.2
222223
tomli==2.0.1
223-
tomlkit==0.11.1
224+
tomlkit==0.11.2
224225
tornado==6.2
225226
tox==3.25.1
226227
tqdm==4.64.0
227228
traitlets==5.3.0
228229
types-docutils==0.19.0
229230
types-pkg-resources==0.1.3
230231
types-pyyaml==6.0.11
231-
types-requests==2.28.3
232-
types-setuptools==63.2.1
233-
types-urllib3==1.26.16
232+
types-requests==2.28.8
233+
types-setuptools==63.4.0
234+
types-urllib3==1.26.22
234235
typing-extensions==3.10.0.2
235-
urllib3==1.26.10
236-
virtualenv==20.15.1
236+
urllib3==1.26.11
237+
virtualenv==20.16.3
237238
wcwidth==0.2.5
238239
webencodings==0.5.1
239240
websocket-client==1.3.3
240-
werkzeug==2.2.0
241+
werkzeug==2.2.1
241242
wheel==0.37.1
242243
widgetsnbextension==3.6.1
243244
wrapt==1.12.1

0 commit comments

Comments
 (0)