Skip to content

Commit e66a314

Browse files
committed
Update requirements
1 parent 5f62c44 commit e66a314

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
-r requirements.txt
33

44
# Sessions
5-
nox==2022.11.21
5+
nox==2023.4.22
66

77
# Docs
88
# furo
99
# sphinx<5,>=4
1010

1111
# Formatting
12-
black~=22.12.0
12+
black~=23.3.0
1313

1414
# Imports
1515
flake8~=6.0.0
16-
isort~=5.11.4
16+
isort~=5.12.0
1717

1818
# Typing
19-
mypy==0.991
20-
types-aiofiles~=22.1.0
19+
mypy~=1.3.0
20+
types-aiofiles~=23.1.0
2121
types-python-dateutil>=2.8.19,<3
22-
types-pytz~=2022.7.0
22+
types-pytz~=2023.3.0
2323

2424
# Line lengths
2525
len8~=0.7.3

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
aiofiles~=22.1.0
2-
aiosqlite~=0.18.0
1+
aiofiles~=23.1.0
2+
aiosqlite~=0.19.0
33
apscheduler>=3.8,<4
4-
hikari[speedups]==2.0.0.dev115
4+
hikari[speedups]==2.0.0.dev120
55
hikari-lightbulb>=2.2.1,<3
66
isodate~=0.6.1
77
psutil>=5.8,<6
88
pygount>=1.2,<2
9-
python-dotenv~=0.21.0
10-
rapidfuzz>=2.0.7,<3
9+
python-dotenv>=1.0,<2.0
10+
rapidfuzz>=3.1.1,<4.0
1111
scrapetube>=2.3,<3
1212
uvloop~=0.17.0; os_name != "nt"

0 commit comments

Comments
 (0)