diff --git a/.github/actions/install_dart_sass/action.yml b/.github/actions/install_dart_sass/action.yml index 08ed83055..b022c2c8e 100644 --- a/.github/actions/install_dart_sass/action.yml +++ b/.github/actions/install_dart_sass/action.yml @@ -4,22 +4,22 @@ inputs: version: description: The version of dart-sass required: false - default: 1.72.0 + default: 1.77.1 sass-proto-version: description: The version of the protobuf spec required: false - default: 2.5.0 + default: 2.7.0 runs: using: composite steps: - name: Setup Dart uses: dart-lang/setup-dart@v1 with: - sdk: 3.3.3 + sdk: 3.3.4 - name: Install buf shell: bash run: | - wget -O /usr/local/bin/buf "https://github.com/bufbuild/buf/releases/download/v1.30.1/buf-$(uname -s)-$(uname -m)" + wget -O /usr/local/bin/buf "https://github.com/bufbuild/buf/releases/download/v1.32.0-beta.1/buf-$(uname -s)-$(uname -m)" chmod +x /usr/local/bin/buf - name: Install dart-sass shell: bash diff --git a/setup.py b/setup.py index fc55fd306..a53b81da4 100755 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ from setuptools.build_meta import SetupRequirementsError BACKEND_REQUIRES = set() -DULWICH = "dulwich==0.21.7" +DULWICH = "dulwich==0.22.1" GET_VERSION = "get_version==3.5.5" -TROVE_CLASSIFIERS = "trove-classifiers==2024.1.8" +TROVE_CLASSIFIERS = "trove-classifiers" filterwarnings("ignore", "", UserWarning, "setuptools.dist")