Skip to content

Commit 9a0e5c0

Browse files
chore(deps): bump the minor-version-bumps group with 2 updates (#2836)
* chore(deps): bump the minor-version-bumps group with 2 updates Bumps the minor-version-bumps group with 2 updates: [typing-extensions](https://github.com/python/typing_extensions) and [flake8](https://github.com/pycqa/flake8). Updates `typing-extensions` from 4.13.2 to 4.14.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.13.2...4.14.1) Updates `flake8` from 7.1.2 to 7.3.0 - [Commits](PyCQA/flake8@7.1.2...7.3.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-version-bumps - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-version-bumps ... Signed-off-by: dependabot[bot] <[email protected]> * fix: suppress flake8 false-positive Signed-off-by: Lala Sabathil <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Lala Sabathil <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lala Sabathil <[email protected]>
1 parent 14db061 commit 9a0e5c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

discord/opus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def is_loaded() -> bool:
323323
:class:`bool`
324324
Indicates if the opus library has been loaded.
325325
"""
326-
global _lib
326+
global _lib # noqa: F824
327327
return _lib is not None
328328

329329

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ coverage~=7.10
88
pre-commit==4.2.0
99
codespell==2.4.1
1010
bandit==1.8.6
11-
flake8==7.1.2
11+
flake8==7.3.0

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sphinx-copybutton==0.5.2
77
furo==2024.8.6
88
sphinx-autodoc-typehints==2.2.3
99
sphinx-intl==2.3.1
10-
typing_extensions==4.13.2
10+
typing_extensions==4.14.1
1111
levenshtein==0.27.1

0 commit comments

Comments
 (0)