Skip to content

Commit

Permalink
✨ update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Guerteltier committed May 15, 2024
1 parent 9ec67f7 commit 6dd8365
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/actions/install_dart_sass/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 6dd8365

Please sign in to comment.