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 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- python-version : ['3.9 ', '3.10 ']
10+ python-version : ['3.10 ', '3.11 ']
1111
1212 name : Python ${{ matrix.python-version }} on ubuntu-latest
1313
Original file line number Diff line number Diff line change @@ -4,26 +4,26 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[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"
1111
1212[packages ]
1313aiohttp = " ==3.9.0"
1414colorama = " ==0.4.6"
1515"discord.py" = " ==2.0.1"
1616emoji = " ==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"
2121pymongo = {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 "
2727
2828[scripts ]
2929bot = " python bot.py"
You can’t perform that action at this time.
0 commit comments