File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343
343
version : ' 3.1.46'
344
344
actions-cache-folder : emsdk-cache
345
345
346
- - run : pip install 'maturin>=1,<2' 'ruff==0.1.3 ' typing_extensions
346
+ - run : pip install 'maturin>=1,<2' 'ruff==0.5.0 ' typing_extensions
347
347
348
348
- name : build wheels
349
349
run : make build-wasm
@@ -475,7 +475,7 @@ jobs:
475
475
python-version : ' 3.11'
476
476
architecture : ${{ matrix.python-architecture || 'x64' }}
477
477
478
- - run : pip install -U twine 'ruff==0.1.3 ' typing_extensions
478
+ - run : pip install -U twine 'ruff==0.5.0 ' typing_extensions
479
479
480
480
# generate self-schema now, so we don't have to do so inside docker in maturin build
481
481
- run : python generate_self_schema.py
@@ -539,7 +539,7 @@ jobs:
539
539
with :
540
540
components : llvm-tools
541
541
542
- - run : pip install -U 'ruff==0.1.3 ' typing_extensions
542
+ - run : pip install -U 'ruff==0.5.0 ' typing_extensions
543
543
544
544
# generate self-schema now, so we don't have to do so inside docker in maturin build
545
545
- run : python generate_self_schema.py
Original file line number Diff line number Diff line change 1
1
griffe==0.45.2
2
2
pyright==1.1.365
3
- ruff==0.4.7
3
+ ruff==0.5.0
4
4
mypy==1.10.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pytest==8.2.1
9
9
pytest-codspeed ~= 2.2.1 ; implementation_name == "cpython" and platform_machine == 'x86_64'
10
10
# pytest-examples currently depends on aiohttp via black; we don't want to build
11
11
# it on platforms like aarch64 musllinux in CI
12
- pytest-examples == 0.0.10 ; implementation_name == "cpython" and platform_machine == 'x86_64'
12
+ pytest-examples == 0.0.11 ; implementation_name == "cpython" and platform_machine == 'x86_64'
13
13
pytest-speed == 0.3.5
14
14
pytest-mock == 3.14.0
15
15
pytest-pretty == 1.2.0
You can’t perform that action at this time.
0 commit comments