From e479b314c01c4703bc4532fddab78ca81adbfb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 30 Oct 2022 22:35:17 +0000 Subject: [PATCH] Generalize license (#179) --- .github/workflows/check.yml | 2 +- .pre-commit-config.yaml | 4 ++-- LICENSE | 2 +- pyproject.toml | 4 ++-- tox.ini | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2297ef1..f49a666 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: py: - - "3.11.0-rc.1" + - "3.11" - "3.10" - "3.9" - "3.8" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f46f03..05282c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,8 +40,8 @@ repos: hooks: - id: flake8 additional_dependencies: - - flake8-bugbear==22.9.23 - - flake8-comprehensions==3.10 + - flake8-bugbear==22.10.27 + - flake8-comprehensions==3.10.1 - flake8-pytest-style==1.6 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.12 diff --git a/LICENSE b/LICENSE index 852f337..d36eb27 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 Vineet Naik (naikvin@gmail.com) +Copyright (c) The pipdeptree developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/pyproject.toml b/pyproject.toml index f8e01e1..0b8bd77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ optional-dependencies.test = [ "covdefaults>=2.2", "diff-cover>=7.0.1", "pip>=22.3", - "pytest>=7.1.3", + "pytest>=7.2", "pytest-cov>=4", "pytest-mock>=3.10", - "virtualenv<21,>=20.16.5", + "virtualenv<21,>=20.16.6", ] optional-dependencies.graphviz = [ "graphviz>=0.20.1", diff --git a/tox.ini b/tox.ini index 23e7821..4512818 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ description = check that the long description is valid basepython = python3.10 skip_install = true deps = - build[virtualenv]>=0.8 + build[virtualenv]>=0.9 twine>=4.0.1 commands = python -m build --sdist --wheel -o {envtmpdir} .