Update dependency python-dotenv to ^0.20.0

This commit is contained in:
Renovate Bot
2022-03-25 00:42:45 +00:00
parent dc73b10fad
commit d1dd40e911
2 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ bot = "discord_reminder_bot.main:start"
[tool.poetry.dependencies]
python = "^3.9"
"discord.py" = "^1.7.3"
python-dotenv = "^0.19.2"
python-dotenv = "^0.20.0"
discord-py-slash-command = "^3.0.3"
APScheduler = "^3.9.1"
dateparser = "^1.1.1"