👨🏻‍🌾Update dependencies

This commit is contained in:
2022-12-13 00:21:52 +01:00
parent 9829404df2
commit ddb6eedc45
2 changed files with 504 additions and 504 deletions

1002
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,9 +23,9 @@ bot = "discord_reminder_bot.main:start"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
python-dotenv = "^0.21.0" python-dotenv = "^0.21.0"
apscheduler = "^3.9.1" apscheduler = "^3.9.1.post1"
dateparser = "^1.1.2" dateparser = "^1.1.4"
sqlalchemy = "^1.4.42" sqlalchemy = "^1.4.45"
discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" } discord-py-interactions = { git = "https://github.com/interactions-py/library.git", rev = "unstable" }
interactions-wait-for = "^1.0.6" interactions-wait-for = "^1.0.6"
dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" } dinteractions-paginator = { git = "https://github.com/interactions-py/paginator.git", rev = "unstable" }