Skip to content

Commit 8cde22a

Browse files
committed
Fix transifex workflow
1 parent 856e2d3 commit 8cde22a

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.force-transifex-update

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/transifex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- '**.py'
99
- '**.ui'
10-
- '.force-transifex-update'
10+
workflow_dispatch:
1111

1212
jobs:
1313
build:

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mypy==1.19.1
2424
mypy-extensions==1.1.0
2525
nodeenv==1.10.0
2626
packaging==25.0
27-
pathspec==1.0.2
27+
pathspec==1.0.3
2828
platformdirs==4.4.0 ; python_full_version < '3.10'
2929
platformdirs==4.5.1 ; python_full_version >= '3.10'
3030
pluggy==1.6.0

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.10'
99
mdurl==0.1.2
1010
mypy==1.19.1
1111
mypy-extensions==1.1.0
12-
pathspec==1.0.2
12+
pathspec==1.0.3
1313
pygments==2.19.2
1414
pyyaml==6.0.3
1515
rich==14.2.0

requirements/packaging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pynacl==1.6.2 ; python_full_version >= '3.12'
2222
pyseeyou==1.0.2 ; python_full_version >= '3.12'
2323
python-slugify==8.0.4 ; python_full_version >= '3.12'
2424
qgis-plugin-package-ci @ git+https://github.com/3liz/qgis-plugin-package-ci.git@60aa303578de718bffa2077a47fbabf666c8879c ; python_full_version >= '3.12'
25-
qgis-plugin-transifex-ci @ git+https://github.com/3liz/qgis-plugin-transifex-ci@c6ced251bf7563a290cdf8f8f1dba600d65668fc ; python_full_version >= '3.12'
25+
qgis-plugin-transifex-ci @ git+https://github.com/3liz/qgis-plugin-transifex-ci@b3c5302e9dccccf4797f93684d23459561094d37 ; python_full_version >= '3.12'
2626
regex==2025.11.3 ; python_full_version >= '3.12'
2727
requests==2.32.5 ; python_full_version >= '3.12'
2828
semver==3.0.4 ; python_full_version >= '3.12'

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)