Skip to content

Commit

Permalink
bump range of dependencies, resolve #3126
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjr committed Apr 28, 2022
1 parent c8b1a78 commit fe074f1
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 229 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ however, insignificant breaking changes do not guarantee a major version bump, s
- Improve regex parsing of channel topics. ([GH #3114](https://github.com/kyb3r/modmail/issues/3114), [PR #3111](https://github.com/kyb3r/modmail/pull/3111))
- Add warning if deploying on a developmental version.
- Extensions are now loaded `on_connect`.
- MongoDB v5.0 clients are now supported. ([GH #3126](https://github.com/kyb3r/modmail/issues/3126))
- Bump python-dotenv to v0.20.0, support for python 3.10
- Bump emoji to v1.7.0
- Bump aiohttp to v3.8.1
- Bump lottie to v0.6.11

# v3.10.3

Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ black = "==22.3.0"
pylint = "~=2.9.3"

[packages]
aiohttp = "==3.7.4.post0"
aiohttp = "==3.8.1"
colorama = "~=0.4.4" # Doesn't officially support Python 3.9 yet, v0.4.5 will support 3.9
"discord.py" = {ref = "a14b43f2fda863ed6555374eb872bf014bdd1adf", git = "https://github.com/Rapptz/discord.py.git"}
emoji = "~=1.2.0"
emoji = "==1.7.0"
isodate = "~=0.6.0"
motor = "~=2.4.0"
motor = "==2.5.1"
natural = "~=0.2.0"
parsedatetime = "~=2.6"
pymongo = {extras = ["srv"], version = "*"} # Required by motor
python-dateutil = "~=2.8.1"
python-dotenv = "~=0.18.0"
python-dotenv = "==0.20.0"
uvloop = {version = ">=0.15.2", markers = "sys_platform != 'win32'"}
lottie = {version = "==0.6.10", extras = ["pdf"]}
lottie = "==0.6.11"

[scripts]
bot = "python bot.py"
Loading

0 comments on commit fe074f1

Please sign in to comment.