Updates django

This commit is contained in:
Ilan Steemers
2020-07-01 13:39:51 +02:00
parent e6f82c5158
commit f48e26fbf9
3 changed files with 16 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
language: python
services:
- redis-server
- redis
- mongodb
python:
@@ -9,8 +9,8 @@ python:
- "3.8"
env:
- DJANGO=3.0.7
- DJANGO=2.2.13
- DJANGO=3.0.8
- DJANGO=2.2.14
sudo: true
dist: xenial

20
poetry.lock generated
View File

@@ -71,10 +71,10 @@ description = "The AWS SDK for Python"
name = "boto3"
optional = true
python-versions = "*"
version = "1.14.12"
version = "1.14.14"
[package.dependencies]
botocore = ">=1.17.12,<1.18.0"
botocore = ">=1.17.14,<1.18.0"
jmespath = ">=0.7.1,<1.0.0"
s3transfer = ">=0.3.0,<0.4.0"
@@ -84,7 +84,7 @@ description = "Low-level, data-driven core of boto 3."
name = "botocore"
optional = true
python-versions = "*"
version = "1.17.12"
version = "1.17.14"
[package.dependencies]
docutils = ">=0.10,<0.16"
@@ -138,7 +138,7 @@ description = "A high-level Python Web framework that encourages rapid developme
name = "django"
optional = false
python-versions = ">=3.6"
version = "3.0.7"
version = "3.0.8"
[package.dependencies]
asgiref = ">=3.2,<4.0"
@@ -550,12 +550,12 @@ blessed = [
{file = "blessed-1.17.8.tar.gz", hash = "sha256:7671d057b2df6ddbefd809009fb08feb2f8d2d163d240b5e765088a90519b2f1"},
]
boto3 = [
{file = "boto3-1.14.12-py2.py3-none-any.whl", hash = "sha256:7daad26a008c91dd7b82fde17d246d1fe6e4b3813426689ef8bac9017a277cfb"},
{file = "boto3-1.14.12.tar.gz", hash = "sha256:2616351c98eec18d20a1d64b33355c86cd855ac96219d1b8428c9bfc590bde53"},
{file = "boto3-1.14.14-py2.py3-none-any.whl", hash = "sha256:4c2f5f9f28930e236845e2cddbe01cb093ca96dc1f5c6e2b2b254722018a2268"},
{file = "boto3-1.14.14.tar.gz", hash = "sha256:87beffba2360b8077413f2d473cb828d0a5bda513bd1d6fb7b137c57b686aeb6"},
]
botocore = [
{file = "botocore-1.17.12-py2.py3-none-any.whl", hash = "sha256:45934d880378777cefeca727f369d1f5aebf6b254e9be58e7c77dd0b059338bb"},
{file = "botocore-1.17.12.tar.gz", hash = "sha256:a94e0e2307f1b9fe3a84660842909cd2680b57a9fc9fb0c3a03b0afb2eadbe21"},
{file = "botocore-1.17.14-py2.py3-none-any.whl", hash = "sha256:6a2e9768dad8ae9771302d5922b977dca6bb9693f9b6a5f6ed0e7ac375e2ca40"},
{file = "botocore-1.17.14.tar.gz", hash = "sha256:96d668ae5246d236ea83e4586349552d6584e8b1551ae2fccc0bd4ed528a746f"},
]
certifi = [
{file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"},
@@ -574,8 +574,8 @@ croniter = [
{file = "croniter-0.3.34.tar.gz", hash = "sha256:7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b14967e964"},
]
django = [
{file = "Django-3.0.7-py3-none-any.whl", hash = "sha256:e1630333248c9b3d4e38f02093a26f1e07b271ca896d73097457996e0fae12e8"},
{file = "Django-3.0.7.tar.gz", hash = "sha256:5052b34b34b3425233c682e0e11d658fd6efd587d11335a0203d827224ada8f2"},
{file = "Django-3.0.8-py3-none-any.whl", hash = "sha256:5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c"},
{file = "Django-3.0.8.tar.gz", hash = "sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582"},
]
django-picklefield = [
{file = "django-picklefield-3.0.1.tar.gz", hash = "sha256:15ccba592ca953b9edf9532e64640329cd47b136b7f8f10f2939caa5f9ce4287"},

View File

@@ -7,14 +7,14 @@
arrow==0.15.7 # via -r requirements.in
asgiref==3.2.10 # via django
blessed==1.17.8 # via -r requirements.in
boto3==1.14.12 # via -r requirements.in
botocore==1.17.12 # via boto3, s3transfer
boto3==1.14.14 # via -r requirements.in
botocore==1.17.14 # via boto3, s3transfer
certifi==2020.6.20 # via requests
chardet==3.0.4 # via requests
croniter==0.3.34 # via -r requirements.in
django-picklefield==3.0.1 # via -r requirements.in
django-redis==4.12.1 # via -r requirements.in
django==3.0.7 # via django-picklefield, django-redis
django==3.0.8 # via django-picklefield, django-redis
docutils==0.15.2 # via botocore
hiredis==1.0.1 # via -r requirements.in
idna==2.10 # via requests