File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
-r requirements.txt
3
3
4
4
# Sessions
5
- nox == 2022.11.21
5
+ nox == 2023.4.22
6
6
7
7
# Docs
8
8
# furo
9
9
# sphinx<5,>=4
10
10
11
11
# Formatting
12
- black ~= 22.12 .0
12
+ black ~= 23.3 .0
13
13
14
14
# Imports
15
15
flake8 ~= 6.0.0
16
- isort ~= 5.11.4
16
+ isort ~= 5.12.0
17
17
18
18
# Typing
19
- mypy == 0.991
20
- types-aiofiles ~= 22 .1.0
19
+ mypy ~= 1.3.0
20
+ types-aiofiles ~= 23 .1.0
21
21
types-python-dateutil >= 2.8.19 ,< 3
22
- types-pytz ~= 2022.7 .0
22
+ types-pytz ~= 2023.3 .0
23
23
24
24
# Line lengths
25
25
len8 ~= 0.7.3
Original file line number Diff line number Diff line change 1
- aiofiles ~= 22 .1.0
2
- aiosqlite ~= 0.18 .0
1
+ aiofiles ~= 23 .1.0
2
+ aiosqlite ~= 0.19 .0
3
3
apscheduler >= 3.8 ,< 4
4
- hikari [speedups ]== 2.0.0.dev115
4
+ hikari [speedups ]== 2.0.0.dev120
5
5
hikari-lightbulb >= 2.2.1 ,< 3
6
6
isodate ~= 0.6.1
7
7
psutil >= 5.8 ,< 6
8
8
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
11
11
scrapetube >= 2.3 ,< 3
12
12
uvloop ~= 0.17.0 ; os_name != "nt"
You can’t perform that action at this time.
0 commit comments