Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 36 (#550)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
pyup-bot and mxsasha authored Sep 7, 2021
1 parent af88004 commit 82938cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 82938cf

Please sign in to comment.