Skip to content

Commit 6dd8365

Browse files
committed
✨ update stuff
1 parent 9ec67f7 commit 6dd8365

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/install_dart_sass/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ inputs:
44
version:
55
description: The version of dart-sass
66
required: false
7-
default: 1.72.0
7+
default: 1.77.1
88
sass-proto-version:
99
description: The version of the protobuf spec
1010
required: false
11-
default: 2.5.0
11+
default: 2.7.0
1212
runs:
1313
using: composite
1414
steps:
1515
- name: Setup Dart
1616
uses: dart-lang/setup-dart@v1
1717
with:
18-
sdk: 3.3.3
18+
sdk: 3.3.4
1919
- name: Install buf
2020
shell: bash
2121
run: |
22-
wget -O /usr/local/bin/buf "https://github.com/bufbuild/buf/releases/download/v1.30.1/buf-$(uname -s)-$(uname -m)"
22+
wget -O /usr/local/bin/buf "https://github.com/bufbuild/buf/releases/download/v1.32.0-beta.1/buf-$(uname -s)-$(uname -m)"
2323
chmod +x /usr/local/bin/buf
2424
- name: Install dart-sass
2525
shell: bash

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
from setuptools.build_meta import SetupRequirementsError
2828

2929
BACKEND_REQUIRES = set()
30-
DULWICH = "dulwich==0.21.7"
30+
DULWICH = "dulwich==0.22.1"
3131
GET_VERSION = "get_version==3.5.5"
32-
TROVE_CLASSIFIERS = "trove-classifiers==2024.1.8"
32+
TROVE_CLASSIFIERS = "trove-classifiers"
3333

3434
filterwarnings("ignore", "", UserWarning, "setuptools.dist")
3535

0 commit comments

Comments
 (0)