Bump apscheduler from 3.8.1 to 3.9.0.post1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-25 06:12:56 +00:00
committed by GitHub
parent 874f2ff80b
commit 0cd93016f7
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -19,7 +19,7 @@ speedups = ["aiodns", "brotlipy", "cchardet"]
[[package]] [[package]]
name = "apscheduler" name = "apscheduler"
version = "3.8.1" version = "3.9.0.post1"
description = "In-process task scheduler with Cron-like capabilities" description = "In-process task scheduler with Cron-like capabilities"
category = "main" category = "main"
optional = false optional = false
@ -38,7 +38,7 @@ mongodb = ["pymongo (>=3.0)"]
redis = ["redis (>=3.0)"] redis = ["redis (>=3.0)"]
rethinkdb = ["rethinkdb (>=2.4.0)"] rethinkdb = ["rethinkdb (>=2.4.0)"]
sqlalchemy = ["sqlalchemy (>=0.8)"] sqlalchemy = ["sqlalchemy (>=0.8)"]
testing = ["pytest (<6)", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"] testing = ["pytest", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"]
tornado = ["tornado (>=4.3)"] tornado = ["tornado (>=4.3)"]
twisted = ["twisted"] twisted = ["twisted"]
zookeeper = ["kazoo"] zookeeper = ["kazoo"]
@ -513,7 +513,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "3750a620419b38a664b9be6e61278c7c96bdf1a4cdbcc3e23a4fcbb1fb4171b9" content-hash = "a84cfaacd4d5fb6eff191c842567c4b1cd93d3867c3c12b04a3e1369bf06f91c"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -556,8 +556,8 @@ aiohttp = [
{file = "aiohttp-3.7.4.post0.tar.gz", hash = "sha256:493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf"}, {file = "aiohttp-3.7.4.post0.tar.gz", hash = "sha256:493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf"},
] ]
apscheduler = [ apscheduler = [
{file = "APScheduler-3.8.1-py2.py3-none-any.whl", hash = "sha256:c22cb14b411a31435eb2c530dfbbec948ac63015b517087c7978adb61b574865"}, {file = "APScheduler-3.9.0.post1-py2.py3-none-any.whl", hash = "sha256:f8a3e6e4d178de40fdbd5a3eefcc217588fc7f42f443e2335bb2dc29daf99357"},
{file = "APScheduler-3.8.1.tar.gz", hash = "sha256:5cf344ebcfbdaa48ae178c029c055cec7bc7a4a47c21e315e4d1f08bd35f2355"}, {file = "APScheduler-3.9.0.post1.tar.gz", hash = "sha256:236dbf7244200ffc79c6c0b9ff7d2ed10e7e985f37f48d4a23f4142f4967dcb5"},
] ]
async-timeout = [ async-timeout = [
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"}, {file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},

View File

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