Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Nov 18, 2019
1 parent 874790a commit 92730ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ py==1.8.0 # via tox
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pygments==2.4.2 # via sphinx
pyparsing==2.4.4 # via packaging
pyparsing==2.4.5 # via packaging
pytz==2019.3 # via babel
requests==2.22.0 # via codecov, sphinx
six==1.13.0 # via packaging, pip-tools, tox
snowballstemmer==2.0.0 # via sphinx
sphinx-autodoc-typehints==1.10.2
sphinx-autodoc-typehints==1.10.3
sphinx-rtd-theme==0.4.3
sphinx==2.2.1
sphinxcontrib-applehelp==1.0.1 # via sphinx
Expand All @@ -47,12 +47,12 @@ sphinxcontrib-htmlhelp==1.0.2 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
sqlalchemy==1.3.10
sqlalchemy==1.3.11
toml==0.10.0 # via tox
tox==3.14.0
tox==3.14.1
typed-ast==1.4.0 # via mypy
typing-extensions==3.7.4.1 # via mypy
urllib3==1.25.6 # via requests
urllib3==1.25.7 # via requests
virtualenv==16.7.7 # via tox
zipp==0.6.0 # via importlib-metadata

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# pip-compile --output-file=requirements.txt setup.py
#
chardet==3.0.4
sqlalchemy==1.3.10
sqlalchemy==1.3.11

0 comments on commit 92730ac

Please sign in to comment.