Skip to content

Commit 7d493df

Browse files
authored
Merge branch 'Pycord-Development:master' into master
2 parents faeb369 + 454a146 commit 7d493df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/old_changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Bug Fixes
625625
- Fix out of order files being sent in webhooks when there are 10 files.
626626
- |commands| Extensions that fail internally due to ImportError will no longer raise :exc:`~.ext.commands.ExtensionNotFound`. (:dpy-issue:`2244`, :dpy-issue:`2275`, :dpy-issue:`2291`)
627627
- |commands| Updating the :attr:`Paginator.suffix <.ext.commands.Paginator.suffix>` will not cause out of date calculations. (:dpy-issue:`2251`)
628-
- |commands| Allow converters from custom extension packages. (:dpy-issue:`2369`, :dpy-issue:`2374`)
628+
- |commands| Allow converters from custom extension packages. (:dpy-issue:`2369`, 2374)
629629
- |commands| Fix issue with paginator prefix being ``None`` causing empty pages. (:dpy-issue:`2471`)
630630
- |commands| :class:`~.commands.Greedy` now ignores parsing errors rather than propagating them.
631631
- |commands| :meth:`Command.can_run <.ext.commands.Command.can_run>` now checks whether a command is disabled.

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-asyncio~=0.23.8
55
# pytest-order~=1.0.1
66
mypy~=1.11.2
77
coverage~=7.6
8-
pre-commit==4.0.0
8+
pre-commit==4.0.1
99
codespell==2.3.0
1010
bandit==1.7.10
1111
flake8==7.1.1

0 commit comments

Comments
 (0)