Update poetry.lock

Package operations: 0 installs, 5 updates, 0 removals

  • Updating multidict (5.2.0 -> 6.0.2)
  • Updating pyparsing (3.0.6 -> 3.0.7)
  • Updating regex (2021.11.10 -> 2022.1.18)
  • Updating sqlalchemy (1.4.29 -> 1.4.31)
  • Updating types-dateparser (1.0.12 -> 1.0.13)
This commit is contained in:
2022-01-31 17:38:28 +01:00
parent 207f121fec
commit 84d6f3b06e
3 changed files with 186 additions and 170 deletions

View File

@ -27,7 +27,7 @@ python-dotenv = "^0.19.2"
discord-py-slash-command = "^3.0.3"
APScheduler = "^3.8.1"
dateparser = "^1.1.0"
SQLAlchemy = "^1.4.29"
SQLAlchemy = "^1.4.31"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"