From 7b109b481f121d514ee9ff2d52536cffcdbd513f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 16 Sep 2020 01:13:45 +0200 Subject: [PATCH] 5.11.12 --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5f4ecbb..8bf80f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "royalnet" -version = "5.11.11" +version = "5.11.12" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" @@ -33,10 +33,10 @@ python_telegram_bot = { version = "^12.2.0", optional = true } pynacl = { version = "^1.3.0", optional = true } # This requires libffi-dev and python3.*-dev to be installed on Linux systems # alchemy -sqlalchemy = { version = "^1.3.18", optional = true } -psycopg2 = { version = "^2.8.4", optional = true } # Requires quite a bit of stuff http://initd.org/psycopg/docs/install.html#install-from-source -psycopg2_binary = { version = "^2.8.4", optional = true } # Prebuilt alternative to psycopg2, not recommended -bcrypt = { version = "^3.1.7", optional = true } +sqlalchemy = { version = "^1.3.19", optional = true } +psycopg2 = { version = "^2.8.6", optional = true } # Requires quite a bit of stuff http://initd.org/psycopg/docs/install.html#install-from-source +psycopg2_binary = { version = "^2.8.6", optional = true } # Prebuilt alternative to psycopg2, not recommended +bcrypt = { version = "^3.2.0", optional = true } # constellation starlette = { version = "^0.12.13", optional = true }