Bump apscheduler from 3.9.0.post1 to 3.9.1

Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.9.0.post1 to 3.9.1.
- [Release notes](https://github.com/agronholm/apscheduler/releases)
- [Changelog](https://github.com/agronholm/apscheduler/blob/3.9.1/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/apscheduler/compare/3.9.0.post1...3.9.1)

---
updated-dependencies:
- dependency-name: apscheduler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-28 06:07:37 +00:00
committed by GitHub
parent 81e0818f3b
commit 23e3a6d04d
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ python = "^3.9"
"discord.py" = "^1.7.3"
python-dotenv = "^0.19.2"
discord-py-slash-command = "^3.0.3"
APScheduler = "^3.9.0"
APScheduler = "^3.9.1"
dateparser = "^1.1.0"
SQLAlchemy = "^1.4.31"