From 8a2e800edefc15dc20a2302cb57051145617a90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:52:15 +0000 Subject: [PATCH] Bump dj-database-url from 0.5.0 to 1.0.0 Bumps [dj-database-url](https://github.com/jazzband/dj-database-url) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/jazzband/dj-database-url/releases) - [Changelog](https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/dj-database-url/compare/v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: dj-database-url dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 ++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4bea527..2d26c85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -143,12 +143,15 @@ python-versions = ">=2.7" [[package]] name = "dj-database-url" -version = "0.5.0" +version = "1.0.0" description = "Use Database URLs in your Django Application." category = "main" optional = false python-versions = "*" +[package.dependencies] +Django = ">3.2" + [[package]] name = "django" version = "4.0.6" @@ -184,9 +187,9 @@ optional = false python-versions = ">=3.4,<4" [package.extras] -develop = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "furo (>=2021.8.17b43,<2021.9.0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -docs = ["furo (>=2021.8.17b43,<2021.9.0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"] -testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"] +testing = ["pytest (>=4.6.11)", "coverage[toml] (>=5.0a4)"] +docs = ["sphinx-notfound-page", "sphinx (>=3.5.0)", "furo (>=2021.8.17b43,<2021.9.0)"] +develop = ["sphinx-notfound-page", "sphinx (>=3.5.0)", "furo (>=2021.8.17b43,<2021.9.0)", "pytest (>=4.6.11)", "coverage[toml] (>=5.0a4)"] [[package]] name = "django-extensions" @@ -666,9 +669,9 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" [package.extras] -build = ["wheel", "twine"] +test = ["pytest-cov", "pytest"] docs = ["sphinx"] -test = ["pytest", "pytest-cov"] +build = ["twine", "wheel"] [[package]] name = "xlwt" @@ -681,7 +684,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = ">=3.8,<4.0.0" -content-hash = "096a457d7e1bf5e4974448631158345d2b5611a66315cc3c55f9f2b1be42b9b5" +content-hash = "e9b6678e9acc8c7a194945c75a131471d0fce52c0a19724a687a6d50d1d659d1" [metadata.files] asgiref = [ @@ -772,8 +775,8 @@ diff-match-patch = [ {file = "diff_match_patch-20200713-py3-none-any.whl", hash = "sha256:8bf9d9c4e059d917b5c6312bac0c137971a32815ddbda9c682b949f2986b4d34"}, ] dj-database-url = [ - {file = "dj-database-url-0.5.0.tar.gz", hash = "sha256:4aeaeb1f573c74835b0686a2b46b85990571159ffc21aa57ecd4d1e1cb334163"}, - {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, + {file = "dj-database-url-1.0.0.tar.gz", hash = "sha256:ccf3e8718f75ddd147a1e212fca88eecdaa721759ee48e38b485481c77bca3dc"}, + {file = "dj_database_url-1.0.0-py3-none-any.whl", hash = "sha256:cd354a3b7a9136d78d64c17b2aec369e2ae5616fbca6bfbe435ef15bb372ce39"}, ] django = [ {file = "Django-4.0.6-py3-none-any.whl", hash = "sha256:ca54ebedfcbc60d191391efbf02ba68fb52165b8bf6ccd6fe71f098cac1fe59e"}, diff --git a/pyproject.toml b/pyproject.toml index b7fbee4..050c45d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ Unipath = "^1.1" asgiref = "^3.5.0" autopep8 = "^1.6.0" -dj-database-url = "^0.5.0" +dj-database-url = "^1.0.0" django = ">=4.0,<5.0" django-environ = "^0.9.0" django-import-export = "^2.7.1"