Skip to content

Commit

Permalink
chore: upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Feb 23, 2021
1 parent e30c28a commit 14c091a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
# Generated by Medikit 0.8.0 on 2021-02-02.
# Generated by Medikit 0.8.0 on 2021-02-23.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down
4 changes: 2 additions & 2 deletions requirements-celery.txt
Expand Up @@ -11,9 +11,9 @@ click==7.1.2
django-celery-beat==2.2.0
django-celery-results==2.0.1
django-timezone-field==4.1.1
django==3.1.6
django==3.1.7
kombu==5.0.2
prompt-toolkit==3.0.14
prompt-toolkit==3.0.16
python-crontab==2.5.1
python-dateutil==2.8.1
pytz==2021.1
Expand Down
10 changes: 5 additions & 5 deletions requirements-channels.txt
Expand Up @@ -2,14 +2,14 @@
-r requirements.txt
asgiref==3.3.1
attrs==20.3.0
autobahn==20.12.3
autobahn==21.2.1
automat==20.2.0
cffi==1.14.4
cffi==1.14.5
channels==3.0.3
constantly==15.1.0
cryptography==3.3.1
cryptography==3.4.6
daphne==3.0.1
django==3.1.6
django==3.1.7
hyperlink==21.0.0
idna==3.1
incremental==17.5.0
Expand All @@ -23,5 +23,5 @@ service-identity==18.1.0
six==1.15.0
sqlparse==0.4.1
twisted[tls]==20.3.0
txaio==20.12.1
txaio==21.2.1
zope.interface==5.2.0
6 changes: 3 additions & 3 deletions requirements-dev.txt
Expand Up @@ -12,11 +12,11 @@ cookiecutter==1.7.2
coverage==5.4
cssselect==1.1.0
django-debug-toolbar==3.2
django-extensions==3.1.0
django==3.1.6
django-extensions==3.1.1
django==3.1.7
git-semver==0.3.2
gitdb==4.0.5
gitpython==3.1.12
gitpython==3.1.13
honcho==1.0.1
idna==2.10
iniconfig==1.1.1
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Expand Up @@ -2,13 +2,13 @@
asgiref==3.3.1
brotli==1.0.9
certifi==2020.12.5
cffi==1.14.4
cffi==1.14.5
chardet==4.0.0
colorama==0.4.4
cryptography==3.3.1
cryptography==3.4.6
defusedxml==0.6.0
django-allauth==0.44.0
django==3.1.6
django==3.1.7
idna==2.10
jinja2==2.11.3
markupsafe==1.1.1
Expand All @@ -20,7 +20,6 @@ python3-openid==3.2.0
pytz==2021.1
requests-oauthlib==1.3.0
requests==2.25.1
six==1.15.0
sqlparse==0.4.1
urllib3==1.26.3
whitenoise==5.2.0
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Generated by Medikit 0.8.0 on 2021-02-02.
# Generated by Medikit 0.8.0 on 2021-02-23.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down

0 comments on commit 14c091a

Please sign in to comment.