diff --git a/poetry.lock b/poetry.lock index 83370f4..9f745e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,7 +16,7 @@ multidict = ">=4.5,<7.0" yarl = ">=1.0,<2.0" [package.extras] -speedups = ["aiodns", "brotli", "cchardet"] +speedups = ["cchardet", "brotli", "aiodns"] [[package]] name = "aiosignal" @@ -79,10 +79,10 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [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"] -docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] -tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] -tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] +tests_no_zope = ["pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"] +tests = ["zope.interface", "pytest-mypy-plugins", "mypy", "six", "pytest (>=4.3.0)", "pympler", "hypothesis", "coverage[toml] (>=5.0.2)"] +docs = ["sphinx-notfound-page", "zope.interface", "sphinx", "furo"] +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]] name = "billiard" @@ -111,37 +111,37 @@ pytz = ">0.dev.0" vine = ">=5.0.0,<6.0" [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"] +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]] name = "certifi" @@ -207,7 +207,7 @@ python-versions = "*" click = ">=4.0" [package.extras] -dev = ["pytest (>=3.6)", "pytest-cov", "wheel", "coveralls"] +dev = ["coveralls", "wheel", "pytest-cov", "pytest (>=3.6)"] [[package]] name = "click-repl" @@ -270,7 +270,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] 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." category = "main" optional = false @@ -282,8 +282,8 @@ pytz = "*" sqlparse = ">=0.2.2" [package.extras] -argon2 = ["argon2-cffi (>=19.1.0)"] bcrypt = ["bcrypt"] +argon2 = ["argon2-cffi (>=19.1.0)"] [[package]] name = "django-allauth" @@ -406,8 +406,8 @@ python-versions = ">=3.6" Faker = ">=0.7.0" [package.extras] -dev = ["coverage", "django", "flake8", "isort", "pillow", "sqlalchemy", "mongoengine", "wheel (>=0.32.0)", "tox", "zest.releaser"] -doc = ["sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] +doc = ["sphinxcontrib-spelling", "sphinx-rtd-theme", "sphinx"] +dev = ["zest.releaser", "tox", "wheel (>=0.32.0)", "mongoengine", "sqlalchemy", "pillow", "isort", "flake8", "django", "coverage"] [[package]] name = "faker" @@ -583,8 +583,8 @@ optional = false python-versions = ">=3.6" [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "prompt-toolkit" @@ -655,7 +655,7 @@ optional = false python-versions = ">=3.6" [package.extras] -diagrams = ["jinja2", "railroad-diagrams"] +diagrams = ["railroad-diagrams", "jinja2"] [[package]] name = "pytest" @@ -690,8 +690,8 @@ python-versions = ">=3.5" pytest = ">=5.4.0" [package.extras] -docs = ["sphinx", "sphinx-rtd-theme"] -testing = ["django", "django-configurations (>=2.0)"] +testing = ["django-configurations (>=2.0)", "django"] +docs = ["sphinx-rtd-theme", "sphinx"] [[package]] name = "pytest-sugar" @@ -740,8 +740,8 @@ python-versions = "*" defusedxml = "*" [package.extras] -mysql = ["mysql-connector-python"] postgresql = ["psycopg2"] +mysql = ["mysql-connector-python"] [[package]] name = "pytz" @@ -949,7 +949,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0492cd76bec73eb038db2be0a0e7311bb70cb0d53b2a57434e861ed2810d683c" +content-hash = "a9048005459c0504f4d5d0fbe83e52d227e5cbd6fadc0e1b462faeb919f287cf" [metadata.files] aiohttp = [ @@ -1214,8 +1214,8 @@ defusedxml = [ {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, ] django = [ - {file = "Django-3.2.14-py3-none-any.whl", hash = "sha256:a8681e098fa60f7c33a4b628d6fcd3fe983a0939ff1301ecacac21d0b38bad56"}, - {file = "Django-3.2.14.tar.gz", hash = "sha256:677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf"}, + {file = "Django-3.2.15-py3-none-any.whl", hash = "sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713"}, + {file = "Django-3.2.15.tar.gz", hash = "sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b"}, ] django-allauth = [ {file = "django-allauth-0.45.0.tar.gz", hash = "sha256:6d46be0e1480316ccd45476db3aefb39db70e038d2a543112d314b76bb999a4e"}, diff --git a/pyproject.toml b/pyproject.toml index 0a7c76a..010b52d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "^3.8" -Django = "^3.2.14" +Django = "^3.2.15" django-allauth = "^0.45.0" geoip2 = "^4.2.0" whitenoise = "^5.3.0"