File tree Expand file tree Collapse file tree 4 files changed +269
-251
lines changed Expand file tree Collapse file tree 4 files changed +269
-251
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- python-version : ['3.9 ', '3.10 ']
10
+ python-version : ['3.10 ', '3.11 ']
11
11
12
12
name : Python ${{ matrix.python-version }} on ubuntu-latest
13
13
Original file line number Diff line number Diff line change @@ -4,26 +4,26 @@ url = "https://pypi.org/simple"
4
4
verify_ssl = true
5
5
6
6
[dev-packages ]
7
- bandit = " ~ =1.7.0 "
8
- black = " ==22.3 .0"
9
- pylint = " ~=2.9.3 "
10
- typing-extensions = " ==4.2 .0"
7
+ bandit = " > =1.7.5 "
8
+ black = " ==23.11 .0"
9
+ pylint = " ==3.0.2 "
10
+ typing-extensions = " ==4.8 .0"
11
11
12
12
[packages ]
13
13
aiohttp = " ==3.9.0"
14
14
colorama = " ==0.4.6"
15
15
"discord.py" = " ==2.0.1"
16
16
emoji = " ==2.8.0"
17
- isodate = " ~= 0.6.0 "
18
- motor = " ==2.5.1 "
19
- natural = " ~= 0.2.0"
20
- parsedatetime = " ~ =2.6"
17
+ isodate = " == 0.6.1 "
18
+ motor = " ==3.3.2 "
19
+ natural = " == 0.2.0" # Why is this needed?
20
+ parsedatetime = " = =2.6"
21
21
pymongo = {extras = [" srv" ], version = " *" } # Required by motor
22
- python-dateutil = " ~= 2.8.1 "
23
- python-dotenv = " ==0.20 .0"
24
- uvloop = {version = " >=0.15.2 " , markers = " sys_platform != 'win32'" }
25
- lottie = {version = " ==0.6.11 " , extras = [" pdf" ]}
26
- requests = " ==2.28.1 "
22
+ python-dateutil = " == 2.8.2 "
23
+ python-dotenv = " ==1.0 .0"
24
+ uvloop = {version = " >=0.19.0 " , markers = " sys_platform != 'win32'" }
25
+ lottie = {version = " ==0.7.0 " , extras = [" pdf" ]}
26
+ requests = " ==2.31.0 "
27
27
28
28
[scripts ]
29
29
bot = " python bot.py"
You can’t perform that action at this time.
0 commit comments