Skip to content

Commit 9c3717f

Browse files
authored
Merge branch 'main' into FixModlogBugs
2 parents 8ecf8f3 + c039eb5 commit 9c3717f

File tree

3 files changed

+890
-809
lines changed

3 files changed

+890
-809
lines changed

Pipfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ verify_ssl = true
66
[packages]
77
aiocron = "==2.1"
88
bidict = "==0.23.1"
9-
black = "==25.1.0"
9+
black = "==25.9.0"
1010
dateparser = "1.2.1"
11-
"discord.py" = "==2.5.2"
11+
"discord.py" = "==2.6.4"
1212
emoji = "==2.14.1"
1313
expiringdict = "==1.2.2"
14-
flake8 = "==7.2.0"
15-
flake8-annotations = "==3.1.1"
14+
flake8 = "==7.3.0"
15+
flake8-annotations = "==3.2.0"
1616
flake8-bugbear = "==24.12.12"
1717
flake8-docstrings-complete = "==1.4.1"
1818
flake8-modern-annotations = "==1.6.0"
1919
flake8-variables-names = "==0.0.6"
2020
gino = "==1.0.1"
2121
gitpython = "==3.1.44"
22-
hypothesis = "==6.135.13"
22+
hypothesis = "==6.142.4"
2323
inflect = "==7.5.0"
2424
irc = "==20.5.0"
2525
isort = "==6.0.1"
2626
munch = "==4.0.0"
2727
typing_extensions = "==4.8.0"
28-
pip = "==25.1.1"
29-
pipenv = "==2025.0.3"
28+
pip = "==25.3"
29+
pipenv = "==2025.0.4"
3030
pydantic = "==2.9.2"
3131
pydoclint = "==0.6.6"
32-
pylint = "==3.3.7"
32+
pylint = "==4.0.2"
3333
pynacl = "==1.5.0"
3434
pytest = "==8.4.0"
35-
pytest-asyncio = "==1.0.0"
35+
pytest-asyncio = "==1.1.1"
3636
pyyaml = "==6.0.1"
3737
unidecode = "==1.4.0"
3838

0 commit comments

Comments
 (0)