From 82938cf903f4faea73fee68377c390fbab6f418b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 7 Sep 2021 13:04:17 -0500 Subject: [PATCH] Scheduled weekly dependency update for week 36 (#550) * Update alembic from 1.6.5 to 1.7.1 * Update pytest from 6.2.4 to 6.2.5 * Update setuptools from 57.4.0 to 58.0.0 * Update setup.py Co-authored-by: Sasha Romijn --- requirements.txt | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee0d649f..8607ae79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,11 +29,11 @@ pydantic==1.8.2 # Input validation psycopg2-binary==2.9.1; platform_python_implementation == "CPython" psycopg2cffi==2.9.0; platform_python_implementation == "PyPy" SQLAlchemy==1.3.24 # pyup: <1.4 # https://github.com/irrdnet/irrd/issues/475 -alembic==1.6.5 +alembic==1.7.1 ujson==4.1.0 # Testing and related packages -pytest==6.2.4 +pytest==6.2.5 pytest-cov==2.12.1 coverage==6.0b1 twisted==21.7.0 # Used for a mock email server in integration tests @@ -50,6 +50,6 @@ flake8==3.9.2 pep8-naming==0.12.1 # Creating python packages -setuptools==57.4.0 +setuptools==58.0.0 wheel==0.37.0 # also require for installing, #488 twine==3.4.2 diff --git a/setup.py b/setup.py index 284bd451..7ea81c9e 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'asgiref==3.4.1', 'pydantic==1.8.2', 'SQLAlchemy==1.3.24', - 'alembic==1.6.5', + 'alembic==1.7.1', 'ujson==4.1.0', 'wheel==0.37.0', ],