summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-06 05:05:03 +0000
committerGitHub <noreply@github.com>2021-09-06 05:05:03 +0000
commitf6535d46da4836408a53623f066c4b8cdcd2fa15 (patch)
treea0e9e35f8f370f861fda5cfdbdaf6c103d906fa8
parentaa7233a3f2512c8791a5ebba3929b55af97fbfe7 (diff)
downloadrdflib-dependabot/pip/black-21.7b0.tar.gz
Bump black from 21.6b0 to 21.7b0dependabot/pip/black-21.7b0
Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.dev.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.dev.txt b/requirements.dev.txt
index e0b9cf7a..be3f8fa3 100644
--- a/requirements.dev.txt
+++ b/requirements.dev.txt
@@ -6,4 +6,4 @@ coverage
flake8
doctest-ignore-unicode==0.1.2
berkeleydb
-black==21.6b0
+black==21.7b0
diff --git a/setup.py b/setup.py
index 7c9e7ec3..a769b255 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ kwargs["tests_require"] = [
"nose==1.3.7",
"nose-timer",
"coverage",
- "black==21.6b0",
+ "black==21.7b0",
"flake8",
"doctest-ignore-unicode==0.1.2",
]