Browse Source

Update pypi package versions (requirements.txt)

merge-requests/85/head
Deimos 5 years ago
parent
commit
0c3429bb5e
  1. 42
      tildes/requirements.txt

42
tildes/requirements.txt

@ -1,17 +1,17 @@
ago==0.0.93 ago==0.0.93
alembic==1.2.0
alembic==1.2.1
amqpy==0.13.1 amqpy==0.13.1
appdirs==1.4.3 appdirs==1.4.3
argon2-cffi==19.1.0 argon2-cffi==19.1.0
astroid==2.2.5 astroid==2.2.5
atomicwrites==1.3.0 atomicwrites==1.3.0
attrs==19.1.0
attrs==19.3.0
backcall==0.1.0 backcall==0.1.0
beautifulsoup4==4.8.0
beautifulsoup4==4.8.1
black==19.3b0 black==19.3b0
bleach==3.1.0 bleach==3.1.0
certifi==2019.9.11 certifi==2019.9.11
cffi==1.12.3
cffi==1.13.0
chardet==3.0.4 chardet==3.0.4
Click==7.0 Click==7.0
cornice==3.6.0 cornice==3.6.0
@ -20,14 +20,14 @@ dodgy==0.1.9
freezegun==0.3.12 freezegun==0.3.12
gunicorn==19.9.0 gunicorn==19.9.0
html5lib==1.0.1 html5lib==1.0.1
hupper==1.8.1
hupper==1.9
idna==2.8 idna==2.8
importlib-metadata==0.23 importlib-metadata==0.23
ipython==7.8.0 ipython==7.8.0
ipython-genutils==0.2.0 ipython-genutils==0.2.0
isort==4.3.21 isort==4.3.21
jedi==0.15.1 jedi==0.15.1
Jinja2==2.10.1
Jinja2==2.10.3
lazy-object-proxy==1.4.2 lazy-object-proxy==1.4.2
Mako==1.1.0 Mako==1.1.0
MarkupSafe==1.1.1 MarkupSafe==1.1.1
@ -35,19 +35,19 @@ marshmallow==2.20.5
mccabe==0.6.1 mccabe==0.6.1
more-itertools==7.2.0 more-itertools==7.2.0
mypy==0.730 mypy==0.730
mypy-extensions==0.4.1
mypy-extensions==0.4.2
packaging==19.2 packaging==19.2
parso==0.5.1 parso==0.5.1
PasteDeploy==2.0.1 PasteDeploy==2.0.1
pep8-naming==0.4.1 pep8-naming==0.4.1
pexpect==4.7.0 pexpect==4.7.0
pickleshare==0.7.5 pickleshare==0.7.5
Pillow==6.1.0
Pillow==6.2.0
plaster==1.0 plaster==1.0
plaster-pastedeploy==0.7 plaster-pastedeploy==0.7
pluggy==0.13.0 pluggy==0.13.0
prometheus-client==0.7.1 prometheus-client==0.7.1
prompt-toolkit==2.0.9
prompt-toolkit==2.0.10
prospector==1.1.7 prospector==1.1.7
psycopg2==2.8.3 psycopg2==2.8.3
ptyprocess==0.6.0 ptyprocess==0.6.0
@ -63,7 +63,7 @@ pylint==2.3.1
pylint-celery==0.3 pylint-celery==0.3
pylint-django==2.0.10 pylint-django==2.0.10
pylint-flask==0.6 pylint-flask==0.6
pylint-plugin-utils==0.5
pylint-plugin-utils==0.6
pyotp==2.3.0 pyotp==2.3.0
pyparsing==2.4.2 pyparsing==2.4.2
pyramid==1.10.4 pyramid==1.10.4
@ -72,37 +72,37 @@ pyramid-ipython==0.2
pyramid-jinja2==2.8 pyramid-jinja2==2.8
pyramid-mako==1.1.0 pyramid-mako==1.1.0
pyramid-session-redis==1.5.0 pyramid-session-redis==1.5.0
pyramid-tm==2.2.1
pyramid-tm==2.3
pyramid-webassets==0.10 pyramid-webassets==0.10
pytest==5.1.3
pytest-mock==1.10.4
pytest==5.2.1
pytest-mock==1.11.1
python-dateutil==2.8.0 python-dateutil==2.8.0
python-editor==1.0.4 python-editor==1.0.4
PyYAML==5.1.2 PyYAML==5.1.2
qrcode==6.1 qrcode==6.1
redis==3.3.8
redis==3.3.11
repoze.lru==0.7 repoze.lru==0.7
requests==2.22.0 requests==2.22.0
requirements-detector==0.6 requirements-detector==0.6
sentry-sdk==0.12.2
sentry-sdk==0.12.3
setoptconf==0.2.0 setoptconf==0.2.0
simplejson==3.16.0 simplejson==3.16.0
six==1.12.0 six==1.12.0
snowballstemmer==1.9.1
soupsieve==1.9.3
SQLAlchemy==1.3.8
snowballstemmer==2.0.0
soupsieve==1.9.4
SQLAlchemy==1.3.10
SQLAlchemy-Utils==0.34.2 SQLAlchemy-Utils==0.34.2
stripe==2.36.2
stripe==2.37.2
testing.common.database==2.0.3 testing.common.database==2.0.3
testing.redis==1.1.1 testing.redis==1.1.1
titlecase==0.12.0 titlecase==0.12.0
toml==0.10.0 toml==0.10.0
traitlets==4.3.2
traitlets==4.3.3
transaction==2.4.0 transaction==2.4.0
translationstring==1.3 translationstring==1.3
typed-ast==1.4.0 typed-ast==1.4.0
typing-extensions==3.7.4 typing-extensions==3.7.4
urllib3==1.25.5
urllib3==1.25.6
venusian==1.2.0 venusian==1.2.0
waitress==1.3.1 waitress==1.3.1
wcwidth==0.1.7 wcwidth==0.1.7

Loading…
Cancel
Save