Skip to content

Commit 370e485

Browse files
committed
Merge branch 'master' of https://github.com/Pycord-Development/pycord into fix-auto-sync
2 parents da483b1 + 25a1aee commit 370e485

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

discord/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,6 +1142,7 @@ class ApplicationEventWebhookStatus(Enum):
11421142
enabled = 2
11431143
disabled_by_discord = 3
11441144

1145+
11451146
class InviteTargetUsersJobStatusCode(Enum):
11461147
unspecified = 0
11471148
processing = 1

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.9.4 ; python_version >= "3.13"
8+
sphinx-autodoc-typehints==3.9.5 ; 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)