Skip to content

Commit

Permalink
Merge branch 'master' into wip/ptitjano/remove-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Dec 31, 2024
2 parents 97e1fcc + 552c67f commit 9ee9bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
args: ["--whitespaces-count", "4"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args: ["--fix-only", "--target-version=py39"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/embedded.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# python -m pip install --no-deps -U -r requirements/embedded.txt -t qgis_resource_sharing/ext_libs
# -----------------------

dulwich>=0.21.7,<0.22
dulwich>=0.21.7,<0.23
giturlparse>=0.9,<0.13
pathvalidate>=3.1,<3.3

0 comments on commit 9ee9bcd

Please sign in to comment.