Skip to content

Commit afa27dc

Browse files
Bump black from 24.8.0 to 25.1.0 (#1214)
* Bump black from 24.8.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update black --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ajax146 <31014239+ajax146@users.noreply.github.com>
1 parent 54122f9 commit afa27dc

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[packages]
77
aiocron = "==1.8"
88
bidict = "==0.23.1"
9-
black = "==24.8.0"
9+
black = "==25.1.0"
1010
dateparser = "1.2.0"
1111
"discord.py" = "==2.4.0"
1212
emoji = "==2.12.1"

Pipfile.lock

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

techsupport_bot/tests/config_for_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
def rand_history(
4141
draw: (
4242
Callable[[SearchStrategy[int, int]], int] | Callable[[SearchStrategy[str]], str]
43-
)
43+
),
4444
) -> list[MockMessage]:
4545
"""This is a custom strategy to generate a random message history
4646
This history, returned as an array, will be 1 to 50 messages of random content

0 commit comments

Comments
 (0)