Merge pull request #11 from TheLovinator1/dependabot/pip/apscheduler-3.9.1

Bump apscheduler from 3.9.0.post1 to 3.9.1
This commit is contained in:
2022-02-28 14:01:07 +01:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -19,7 +19,7 @@ speedups = ["aiodns", "brotlipy", "cchardet"]
[[package]] [[package]]
name = "apscheduler" name = "apscheduler"
version = "3.9.0.post1" version = "3.9.1"
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
@ -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 = "a84cfaacd4d5fb6eff191c842567c4b1cd93d3867c3c12b04a3e1369bf06f91c" content-hash = "64dd525e3cdddffd445ba7d25b7783073ed31e16bd88372ce84a0a3784e907e0"
[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.9.0.post1-py2.py3-none-any.whl", hash = "sha256:f8a3e6e4d178de40fdbd5a3eefcc217588fc7f42f443e2335bb2dc29daf99357"}, {file = "APScheduler-3.9.1-py2.py3-none-any.whl", hash = "sha256:ddc25a0ddd899de44d7f451f4375fb971887e65af51e41e5dcf681f59b8b2c9a"},
{file = "APScheduler-3.9.0.post1.tar.gz", hash = "sha256:236dbf7244200ffc79c6c0b9ff7d2ed10e7e985f37f48d4a23f4142f4967dcb5"}, {file = "APScheduler-3.9.1.tar.gz", hash = "sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"},
] ]
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.9.0" APScheduler = "^3.9.1"
dateparser = "^1.1.0" dateparser = "^1.1.0"
SQLAlchemy = "^1.4.31" SQLAlchemy = "^1.4.31"