Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 12 (#474)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
pyup-bot and mxsasha authored Mar 27, 2021
1 parent 7eaf4e9 commit baf90ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

0 comments on commit baf90ba

Please sign in to comment.