From acf4c064048654438c487cc74ad5348512f80779 Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Fri, 14 Jul 2023 11:22:37 +0200 Subject: [PATCH] Upgrade dev dependencies; leave more forced placeholders --- mkdocs.yaml | 2 +- pyproject.toml | 16 +++++++--------- requirements/dev.txt | 8 ++++---- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/mkdocs.yaml b/mkdocs.yaml index 5d1d0a3..b8e983b 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,4 +1,4 @@ -copyright: "© 2023 ${REPO_OWNER_TITLE}" +... copyright: "© 2023 ..." site_name: "${REPO_NAME}" site_description: "${REPO_DESCRIPTION}" site_url: "http://${REPO_OWNER_LOWER}.github.io/${REPO_NAME_LOWER}" diff --git a/pyproject.toml b/pyproject.toml index 26d066f..24bf73e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ build-backend = "setuptools.build_meta" name = "${REPO_NAME}" description = "${REPO_DESCRIPTION}" authors = [ - { name = "${REPO_OWNER_TITLE}", email = ... }, + { name = ..., email = ... }, ] maintainers = [ - { name = "${REPO_OWNER_TITLE}", email = ... }, + { name = ..., email = ... }, ] requires-python = ">=3.9, <4.0" keywords = [ @@ -43,14 +43,14 @@ full = [ ... ] dev = [ - "black==23.3.0", + "black==23.7.0", "build==0.10.0", "coverage[toml]==7.2.7", "isort==5.12.0", - "mkdocs-material==9.1.17", + "mkdocs-material==9.1.18", "mkdocstrings[python]==0.22.0", - "mypy==1.4.0", - "ruff==0.0.275", + "mypy==1.4.1", + "ruff==0.0.278", ] [project.urls] @@ -75,9 +75,7 @@ files = [ warn_unused_configs = true strict = true show_error_codes = true -plugins = [ -... -] +plugins = [] ####################### # Unit test coverage: # diff --git a/requirements/dev.txt b/requirements/dev.txt index a714af6..30ae0be 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,9 +1,9 @@ -r common.txt -black==23.3.0 +black==23.7.0 build==0.10.0 coverage[toml]==7.2.7 isort==5.12.0 -mkdocs-material==9.1.17 +mkdocs-material==9.1.18 mkdocstrings[python]==0.22.0 -mypy==1.4.0 -ruff==0.0.275 +mypy==1.4.1 +ruff==0.0.278