From baf90ba16c72508bd0689662e6920334969ed825 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 27 Mar 2021 18:09:43 +0200 Subject: [PATCH] Scheduled weekly dependency update for week 12 (#474) * Update sphinx from 3.5.2 to 3.5.3 * Update setuptools from 54.1.2 to 54.2.0 * Update twine from 3.3.0 to 3.4.1 * Pin SQLalchemy to 1.3.x (#475) Co-authored-by: Sasha Romijn --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05f97ded..532a7e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pydantic==1.8.1 # Input validation # Database connections and management psycopg2-binary==2.8.6; platform_python_implementation == "CPython" psycopg2cffi==2.9.0; platform_python_implementation == "PyPy" -SQLAlchemy==1.3.23 +SQLAlchemy==1.3.23 # pyup: <1.4 # https://github.com/irrdnet/irrd/issues/475 alembic==1.5.7 ujson==4.0.2 @@ -39,7 +39,7 @@ twisted==21.2.0 # Used for a mock email server in integration tests python-graphql-client==0.4.2 # Documentation generation -Sphinx==3.5.2 +Sphinx==3.5.3 sphinxcontrib-spelling==7.1.0 sphinx-material==0.0.32 @@ -49,8 +49,8 @@ flake8==3.9.0 pep8-naming==0.11.1 # Creating python packages -setuptools==54.1.2 +setuptools==54.2.0 wheel==0.36.2 -twine==3.3.0 +twine==3.4.1 -e git://github.com/mirumee/ariadne.git#egg=ariadne