Bump django from 3.2.14 to 3.2.15 (#222)

Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.14...3.2.15)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-11 18:59:55 -07:00 committed by GitHub
parent dd1f113e05
commit 204be741e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 50 deletions

98
poetry.lock generated
View File

@ -16,7 +16,7 @@ multidict = ">=4.5,<7.0"
yarl = ">=1.0,<2.0" yarl = ">=1.0,<2.0"
[package.extras] [package.extras]
speedups = ["aiodns", "brotli", "cchardet"] speedups = ["cchardet", "brotli", "aiodns"]
[[package]] [[package]]
name = "aiosignal" name = "aiosignal"
@ -79,10 +79,10 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[package.extras] [package.extras]
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"] tests_no_zope = ["pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] tests = ["zope.interface", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] docs = ["sphinx-notfound-page", "zope.interface", "sphinx", "furo"]
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] dev = ["pre-commit", "sphinx-notfound-page", "sphinx", "furo", "zope.interface", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"]
[[package]] [[package]]
name = "billiard" name = "billiard"
@ -111,37 +111,37 @@ pytz = ">0.dev.0"
vine = ">=5.0.0,<6.0" vine = ">=5.0.0,<6.0"
[package.extras] [package.extras]
arangodb = ["pyArango (>=1.3.2)"]
auth = ["cryptography"]
azureblockblob = ["azure-storage-blob (==12.9.0)"]
brotli = ["brotli (>=1.0.0)", "brotlipy (>=0.7.0)"]
cassandra = ["cassandra-driver (<3.21.0)"]
consul = ["python-consul2"]
cosmosdbsql = ["pydocumentdb (==2.3.2)"]
couchbase = ["couchbase (>=3.0.0)"]
couchdb = ["pycouchdb"]
django = ["Django (>=1.11)"]
dynamodb = ["boto3 (>=1.9.178)"]
elasticsearch = ["elasticsearch"]
eventlet = ["eventlet (>=0.32.0)"]
gevent = ["gevent (>=1.5.0)"]
librabbitmq = ["librabbitmq (>=1.5.0)"]
memcache = ["pylibmc"]
mongodb = ["pymongo[srv] (>=3.3.0,<3.12.1)"]
msgpack = ["msgpack"]
pymemcache = ["python-memcached"]
pyro = ["pyro4"]
pytest = ["pytest-celery"]
redis = ["redis (>=3.4.1,<4.0.0)"]
s3 = ["boto3 (>=1.9.125)"]
slmq = ["softlayer-messaging (>=1.0.3)"]
solar = ["ephem"]
sqlalchemy = ["sqlalchemy"]
sqs = ["kombu"]
tblib = ["tblib (>=1.3.0)", "tblib (>=1.5.0)"]
yaml = ["PyYAML (>=3.10)"]
zookeeper = ["kazoo (>=1.3.1)"]
zstd = ["zstandard"] zstd = ["zstandard"]
zookeeper = ["kazoo (>=1.3.1)"]
yaml = ["PyYAML (>=3.10)"]
tblib = ["tblib (>=1.5.0)", "tblib (>=1.3.0)"]
sqs = ["kombu"]
sqlalchemy = ["sqlalchemy"]
solar = ["ephem"]
slmq = ["softlayer-messaging (>=1.0.3)"]
s3 = ["boto3 (>=1.9.125)"]
redis = ["redis (>=3.4.1,<4.0.0)"]
pytest = ["pytest-celery"]
pyro = ["pyro4"]
pymemcache = ["python-memcached"]
msgpack = ["msgpack"]
mongodb = ["pymongo[srv] (>=3.3.0,<3.12.1)"]
memcache = ["pylibmc"]
librabbitmq = ["librabbitmq (>=1.5.0)"]
gevent = ["gevent (>=1.5.0)"]
eventlet = ["eventlet (>=0.32.0)"]
elasticsearch = ["elasticsearch"]
dynamodb = ["boto3 (>=1.9.178)"]
django = ["Django (>=1.11)"]
couchdb = ["pycouchdb"]
couchbase = ["couchbase (>=3.0.0)"]
cosmosdbsql = ["pydocumentdb (==2.3.2)"]
consul = ["python-consul2"]
cassandra = ["cassandra-driver (<3.21.0)"]
brotli = ["brotlipy (>=0.7.0)", "brotli (>=1.0.0)"]
azureblockblob = ["azure-storage-blob (==12.9.0)"]
auth = ["cryptography"]
arangodb = ["pyArango (>=1.3.2)"]
[[package]] [[package]]
name = "certifi" name = "certifi"
@ -207,7 +207,7 @@ python-versions = "*"
click = ">=4.0" click = ">=4.0"
[package.extras] [package.extras]
dev = ["pytest (>=3.6)", "pytest-cov", "wheel", "coveralls"] dev = ["coveralls", "wheel", "pytest-cov", "pytest (>=3.6)"]
[[package]] [[package]]
name = "click-repl" name = "click-repl"
@ -270,7 +270,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]] [[package]]
name = "django" name = "django"
version = "3.2.14" version = "3.2.15"
description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design."
category = "main" category = "main"
optional = false optional = false
@ -282,8 +282,8 @@ pytz = "*"
sqlparse = ">=0.2.2" sqlparse = ">=0.2.2"
[package.extras] [package.extras]
argon2 = ["argon2-cffi (>=19.1.0)"]
bcrypt = ["bcrypt"] bcrypt = ["bcrypt"]
argon2 = ["argon2-cffi (>=19.1.0)"]
[[package]] [[package]]
name = "django-allauth" name = "django-allauth"
@ -406,8 +406,8 @@ python-versions = ">=3.6"
Faker = ">=0.7.0" Faker = ">=0.7.0"
[package.extras] [package.extras]
dev = ["coverage", "django", "flake8", "isort", "pillow", "sqlalchemy", "mongoengine", "wheel (>=0.32.0)", "tox", "zest.releaser"] doc = ["sphinxcontrib-spelling", "sphinx-rtd-theme", "sphinx"]
doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] dev = ["zest.releaser", "tox", "wheel (>=0.32.0)", "mongoengine", "sqlalchemy", "pillow", "isort", "flake8", "django", "coverage"]
[[package]] [[package]]
name = "faker" name = "faker"
@ -583,8 +583,8 @@ optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
[package.extras] [package.extras]
dev = ["pre-commit", "tox"] testing = ["pytest-benchmark", "pytest"]
testing = ["pytest", "pytest-benchmark"] dev = ["tox", "pre-commit"]
[[package]] [[package]]
name = "prompt-toolkit" name = "prompt-toolkit"
@ -655,7 +655,7 @@ optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
[package.extras] [package.extras]
diagrams = ["jinja2", "railroad-diagrams"] diagrams = ["railroad-diagrams", "jinja2"]
[[package]] [[package]]
name = "pytest" name = "pytest"
@ -690,8 +690,8 @@ python-versions = ">=3.5"
pytest = ">=5.4.0" pytest = ">=5.4.0"
[package.extras] [package.extras]
docs = ["sphinx", "sphinx-rtd-theme"] testing = ["django-configurations (>=2.0)", "django"]
testing = ["django", "django-configurations (>=2.0)"] docs = ["sphinx-rtd-theme", "sphinx"]
[[package]] [[package]]
name = "pytest-sugar" name = "pytest-sugar"
@ -740,8 +740,8 @@ python-versions = "*"
defusedxml = "*" defusedxml = "*"
[package.extras] [package.extras]
mysql = ["mysql-connector-python"]
postgresql = ["psycopg2"] postgresql = ["psycopg2"]
mysql = ["mysql-connector-python"]
[[package]] [[package]]
name = "pytz" name = "pytz"
@ -949,7 +949,7 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "0492cd76bec73eb038db2be0a0e7311bb70cb0d53b2a57434e861ed2810d683c" content-hash = "a9048005459c0504f4d5d0fbe83e52d227e5cbd6fadc0e1b462faeb919f287cf"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -1214,8 +1214,8 @@ defusedxml = [
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
] ]
django = [ django = [
{file = "Django-3.2.14-py3-none-any.whl", hash = "sha256:a8681e098fa60f7c33a4b628d6fcd3fe983a0939ff1301ecacac21d0b38bad56"}, {file = "Django-3.2.15-py3-none-any.whl", hash = "sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713"},
{file = "Django-3.2.14.tar.gz", hash = "sha256:677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf"}, {file = "Django-3.2.15.tar.gz", hash = "sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b"},
] ]
django-allauth = [ django-allauth = [
{file = "django-allauth-0.45.0.tar.gz", hash = "sha256:6d46be0e1480316ccd45476db3aefb39db70e038d2a543112d314b76bb999a4e"}, {file = "django-allauth-0.45.0.tar.gz", hash = "sha256:6d46be0e1480316ccd45476db3aefb39db70e038d2a543112d314b76bb999a4e"},

View File

@ -7,7 +7,7 @@ license = "Apache-2.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
Django = "^3.2.14" Django = "^3.2.15"
django-allauth = "^0.45.0" django-allauth = "^0.45.0"
geoip2 = "^4.2.0" geoip2 = "^4.2.0"
whitenoise = "^5.3.0" whitenoise = "^5.3.0"