Skip to content

Commit a2ce3fd

Browse files
authored
Merge branch 'Pycord-Development:master' into master
2 parents 99a71ae + 8275f80 commit a2ce3fd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./docs
4141
- name: "Crowdin"
4242
id: crowdin
43-
uses: crowdin/github-action@v2.16.0
43+
uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # v2.16.2
4444
with:
4545
upload_sources: false
4646
upload_translations: false

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sphinx-intl update -p ./build/locales ${{ vars.SPHINX_LANGUAGES }}
4545
working-directory: ./docs
4646
- name: "Crowdin"
47-
uses: crowdin/github-action@v2.16.0
47+
uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # v2.16.2
4848
with:
4949
upload_sources: true
5050
upload_translations: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dev = [
7171
"pylint~=4.0.5",
7272
"mypy~=1.20.0",
7373
"coverage~=7.10",
74-
"pre-commit==4.5.1",
74+
"pre-commit==4.6.0",
7575
"codespell==2.4.2",
7676
"bandit==1.9.4",
7777
"flake8==7.3.0",

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ myst-parser[linkify]==5.0.0 ; python_version >= "3.13"
55
sphinxext-opengraph==0.13.0 ; python_version >= "3.13"
66
sphinx-copybutton==0.5.2 ; python_version >= "3.13"
77
furo==2025.12.19 ; python_version >= "3.13"
8-
sphinx-autodoc-typehints==3.10.0 ; python_version >= "3.13"
8+
sphinx-autodoc-typehints==3.10.2 ; python_version >= "3.13"
99
sphinx-intl==2.3.2 ; python_version >= "3.13"
1010
typing_extensions==4.15.0 ; python_version >= "3.13"
1111
levenshtein==0.27.3 ; python_version >= "3.13"

0 commit comments

Comments
 (0)