File tree 7 files changed +30
-27
lines changed
7 files changed +30
-27
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
run : ${GITHUB_WORKSPACE}/.github/wheel-helpers/fetch-latest-buildbox-release.sh
126
126
127
127
- name : Build wheels
128
- run : pipx run cibuildwheel==v2.16.2
128
+ run : pipx run cibuildwheel==v2.22.0
129
129
130
130
- uses : actions/upload-artifact@v4
131
131
with :
Original file line number Diff line number Diff line change 69
69
run : ${GITHUB_WORKSPACE}/.github/wheel-helpers/fetch-latest-buildbox-release.sh
70
70
71
71
- name : Build wheels
72
- run : pipx run cibuildwheel==v2.16.2
72
+ run : pipx run cibuildwheel==v2.22.0
73
73
74
74
- uses : actions/upload-artifact@v4
75
75
with :
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ disable=,
116
116
too-many-lines,
117
117
too-many-locals,
118
118
too-many-nested-blocks,
119
+ too-many-positional-arguments,
119
120
too-many-public-methods,
120
121
too-many-statements,
121
122
too-many-return-statements,
Original file line number Diff line number Diff line change 1
- coverage==7.6.0
2
- pytest-cov==5 .0.0
3
- pytest==8.2.2
4
- Cython==3.0.10
1
+ coverage==7.6.7
2
+ pytest-cov==6 .0.0
3
+ pytest==8.3.3
4
+ Cython==3.0.11
5
5
## The following requirements were added by pip freeze:
6
6
iniconfig==2.0.0
7
- packaging==24.1
7
+ packaging==24.2
8
8
pluggy==1.5.0
Original file line number Diff line number Diff line change 1
1
pexpect==4.9.0
2
- pylint==3.2.5
2
+ pylint==3.3.1
3
3
# Pytest 6.0.0 doesn't play well with pylint
4
- pytest==8.2.2
4
+ pytest==8.3.3
5
5
pytest-datafiles==3.0.0
6
- pytest-env==1.1.3
6
+ pytest-env==1.1.5
7
7
pytest-xdist==3.6.1
8
8
pytest-timeout==2.3.1
9
- pyftpdlib==1.5.10
9
+ pyftpdlib==2.0.1
10
10
## The following requirements were added by pip freeze:
11
- astroid==3.2.3
12
- dill==0.3.8
11
+ astroid==3.3.5
12
+ dill==0.3.9
13
13
execnet==2.1.1
14
14
iniconfig==2.0.0
15
15
isort==5.13.2
16
16
mccabe==0.7.0
17
- packaging==24.1
18
- platformdirs==4.2.2
17
+ packaging==24.2
18
+ platformdirs==4.3.6
19
19
pluggy==1.5.0
20
20
ptyprocess==0.7.0
21
- tomlkit==0.13.0
21
+ pyasynchat==1.0.4
22
+ pyasyncore==1.0.4
23
+ tomlkit==0.13.2
Original file line number Diff line number Diff line change 1
1
click == 8.1.7
2
- grpcio == 1.65.1
2
+ grpcio == 1.68.0
3
3
Jinja2 == 3.1.4
4
4
pluginbase == 1.0.1
5
- protobuf == 5.27.2
6
- psutil == 6.0 .0
5
+ protobuf == 5.28.3
6
+ psutil == 6.1 .0
7
7
ruamel.yaml == 0.18.6
8
- ruamel.yaml.clib == 0.2.8
9
- setuptools == 71.0.3
10
- pyroaring == 0.4.5
8
+ ruamel.yaml.clib == 0.2.12
9
+ setuptools == 75.6.0
10
+ pyroaring == 1.0.0
11
11
ujson == 5.10.0
12
12
## The following requirements were added by pip freeze:
13
- MarkupSafe == 2.1.5
13
+ MarkupSafe == 3.0.2
Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ skip_install = True
177
177
commands =
178
178
mypy --namespace-packages {posargs}
179
179
deps =
180
- mypy ==0.910
181
- types-protobuf ==4.24.0.20240106
182
- types-setuptools ==67.4.0
183
- types-ujson ==5.7 .0.0
180
+ mypy ==1.13.0
181
+ types-protobuf ==5.28.3.20241030
182
+ types-setuptools ==75.6.0.20241126
183
+ types-ujson ==5.10 .0.20240515
184
184
-rrequirements/requirements.txt
185
185
-rrequirements/dev-requirements.txt
186
186
You can’t perform that action at this time.
0 commit comments