Skip to content

Commit 6fea4b6

Browse files
committed
Updated the rest of the dependencies
1 parent ec95eb7 commit 6fea4b6

File tree

4 files changed

+269
-251
lines changed

4 files changed

+269
-251
lines changed

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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

Pipfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ url = "https://pypi.org/simple"
44
verify_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]
1313
aiohttp = "==3.9.0"
1414
colorama = "==0.4.6"
1515
"discord.py" = "==2.0.1"
1616
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"
2121
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"
2727

2828
[scripts]
2929
bot = "python bot.py"

0 commit comments

Comments
 (0)