From 08a052b79c2ac6acdb41e8a8a5c952fe38dc362c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 3 Sep 2020 23:20:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index fc40c092..9c10c1d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -353,7 +353,7 @@ urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26" [[package]] name = "riotwatcher" -version = "3.0.0" +version = "3.1.0" description = "RiotWatcher is a thin wrapper on top of the Riot Games API for League of Legends." category = "main" optional = false @@ -367,7 +367,7 @@ requests = "*" [[package]] name = "royalnet" -version = "5.11.6" +version = "5.11.8" description = "A multipurpose bot and web framework" category = "main" optional = false @@ -621,7 +621,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.0" python-versions = "^3.8" -content-hash = "e996ae70631742fbe56213bedbca83c775d667f8a167d8412f6119a2e9d95f8e" +content-hash = "82415d2d9fb9994f4c31d1869d485f6dcc38f084f5e63894ed3010901c57f5d7" [metadata.files] aiohttp = [ @@ -917,12 +917,12 @@ requests = [ {file = "requests-2.24.0.tar.gz", hash = "sha256:b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"}, ] riotwatcher = [ - {file = "riotwatcher-3.0.0-py2.py3-none-any.whl", hash = "sha256:f00346692cd05c82450d7cfbdbf94e0de9553179daf612d08d1ffb163a091945"}, - {file = "riotwatcher-3.0.0.tar.gz", hash = "sha256:bf8b8eb7e13c794730c18cd7846513cf22295a068204433117ce4d83a25b0fd2"}, + {file = "riotwatcher-3.1.0-py3-none-any.whl", hash = "sha256:951e538b8da6287c6e1a15adb4dd01dba025978ebfd8e8f06b14456b9a975681"}, + {file = "riotwatcher-3.1.0.tar.gz", hash = "sha256:4028cbcfe95a6673750746c9d7cb1f53f5802b68801074ae0c294a2c22be71f4"}, ] royalnet = [ - {file = "royalnet-5.11.6-py3-none-any.whl", hash = "sha256:305ee642700954fcd292d0fc322f0630bb37979d32e1663ab7e62705f4c8d7b6"}, - {file = "royalnet-5.11.6.tar.gz", hash = "sha256:30c0a19bda9d0afb3c5b795684825b7c38a458908bc8078c75f6d699eaa636e9"}, + {file = "royalnet-5.11.8-py3-none-any.whl", hash = "sha256:611f6050b4fff3c20ef3c90f44c009b7c2e3a56c2acaa48042c37070c26eacb9"}, + {file = "royalnet-5.11.8.tar.gz", hash = "sha256:f3dbafa36e60dc503f38d6c621b7821baa12651d1d1164ece561f532f3f952e9"}, ] royalspells = [ {file = "royalspells-3.2.tar.gz", hash = "sha256:2bd4a9a66514532e35c02c3907425af48c7cb292364c4843c795719a82b25dfe"}, diff --git a/pyproject.toml b/pyproject.toml index c26605dd..0c7f196c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ itsdangerous = "^1.1.0" [tool.poetry.dependencies.royalnet] - version = "~5.11.4" + version = "~5.11.8" # Maybe... there is a way to make these selectable? extras = [ "telegram",