Skip to content

Commit

Permalink
Updates dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Oct 22, 2020
1 parent 6184a1c commit d2e4101
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Expand Up @@ -4,14 +4,14 @@
#
# pip-compile requirements.in
#
arrow==0.16.0 # via -r requirements.in
arrow==0.17.0 # via -r requirements.in
asgiref==3.2.10 # via django
blessed==1.17.10 # via -r requirements.in
boto3==1.15.11 # via -r requirements.in
botocore==1.18.11 # via boto3, s3transfer
blessed==1.17.11 # via -r requirements.in
boto3==1.16.2 # via -r requirements.in
botocore==1.19.2 # via boto3, s3transfer
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
croniter==0.3.34 # via -r requirements.in
croniter==0.3.35 # via -r requirements.in
django-picklefield==3.0.1 # via -r requirements.in
django-redis==4.12.1 # via -r requirements.in
django==3.1.2 # via django-picklefield, django-redis
Expand All @@ -29,6 +29,6 @@ redis==3.5.3 # via -r requirements.in, django-redis
requests==2.24.0 # via iron-core
s3transfer==0.3.3 # via boto3
six==1.15.0 # via blessed, python-dateutil
sqlparse==0.3.1 # via django
urllib3==1.25.10 # via botocore, requests
sqlparse==0.4.1 # via django
urllib3==1.25.11 # via botocore, requests
wcwidth==0.2.5 # via blessed

0 comments on commit d2e4101

Please sign in to comment.