From 09643109cc2c5267e6cd30bf7fef4aace7f7fb14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:16:30 -0400 Subject: [PATCH 1/4] [create-pull-request] automated change (#55) Co-authored-by: fdosani --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47f4d33..85dea8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.9 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.9 +# by the following command: # # pip-compile --output-file=requirements.txt setup.cfg # From 02feef1c55dbd85a2dcdb1d15c87a315389121e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:57:06 -0400 Subject: [PATCH 2/4] [create-pull-request] automated change (#56) Co-authored-by: fdosani --- requirements.txt | 4 +--- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 85dea8c..2ceac39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,12 +8,10 @@ cerberus==1.3.4 # via edgetest (setup.cfg) click==8.1.3 # via edgetest (setup.cfg) -packaging==21.3 +packaging==22.0 # via edgetest (setup.cfg) pluggy==1.0.0 # via edgetest (setup.cfg) -pyparsing==3.0.9 - # via packaging tabulate==0.9.0 # via edgetest (setup.cfg) tomlkit==0.11.4 diff --git a/setup.cfg b/setup.cfg index 7ee60eb..6abb8cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = click<=8.1.3,>=7.0 pluggy<=1.0.0,>=1.0.0 tabulate<=0.9.0,>=0.8.9 - packaging<=21.3,>20.6 + packaging<=22.0,>20.6 tomlkit<=0.11.4,>=0.11.4 [options.extras_require] From 6c2d9fe516dfbbe03f9ada33c665df2a1203d705 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:32:33 -0500 Subject: [PATCH 3/4] [create-pull-request] automated change (#57) Co-authored-by: fdosani --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ceac39..c7d1f19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cerberus==1.3.4 # via edgetest (setup.cfg) click==8.1.3 # via edgetest (setup.cfg) -packaging==22.0 +packaging==23.0 # via edgetest (setup.cfg) pluggy==1.0.0 # via edgetest (setup.cfg) diff --git a/setup.cfg b/setup.cfg index 6abb8cd..93cb6a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = click<=8.1.3,>=7.0 pluggy<=1.0.0,>=1.0.0 tabulate<=0.9.0,>=0.8.9 - packaging<=22.0,>20.6 + packaging<=23.0,>20.6 tomlkit<=0.11.4,>=0.11.4 [options.extras_require] From e6dc2f3512852187b3c57d9fad398de940f20897 Mon Sep 17 00:00:00 2001 From: Faisal Date: Mon, 10 Apr 2023 15:03:19 -0300 Subject: [PATCH 4/4] Bump version to 2023.4.0 (#58) * bumping mypy version * Bump 2022.11.0 to 2023.4.0 --- docs/source/conf.py | 2 +- edgetest/__init__.py | 2 +- setup.cfg | 39 +++++++++++++++++++-------------------- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 92883ea..4a2f8d7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "Akshay Gupta" # The short X.Y version -version = "2022.11.0" +version = "2023.4.0" # The full version, including alpha/beta/rc tags release = "" diff --git a/edgetest/__init__.py b/edgetest/__init__.py index 0c93609..a9753ad 100644 --- a/edgetest/__init__.py +++ b/edgetest/__init__.py @@ -1,7 +1,7 @@ """Package initialization.""" -__version__ = "2022.11.0" +__version__ = "2023.4.0" __title__ = "edgetest" __description__ = "Bleeding edge dependency testing" diff --git a/setup.cfg b/setup.cfg index 93cb6a7..82c2f2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,13 +10,13 @@ license = Apache Software License maintainer = Akshay Gupta maintainer_email = akshay.gupta2@capitalone.com url = https://github.com/capitalone/edgetest -python_requires = +python_requires = >=3.7.0 -project_urls = +project_urls = Documentation = https://capitalone.github.io/edgetest/ Bug Tracker = https://github.com/capitalone/edgetest/issues Source Code = https://github.com/capitalone/edgetest -classifiers = +classifiers = Intended Audience :: Developers Natural Language :: English Operating System :: OS Independent @@ -32,7 +32,7 @@ classifiers = zip_safe = False include_package_data = True packages = find: -install_requires = +install_requires = Cerberus<=1.3.4,>=1.3.0 click<=8.1.3,>=7.0 pluggy<=1.0.0,>=1.0.0 @@ -41,21 +41,21 @@ install_requires = tomlkit<=0.11.4,>=0.11.4 [options.extras_require] -docs = +docs = furo sphinx sphinx-copybutton sphinx-tabs pillow recommonmark -tests = +tests = coverage flake8 mypy pydocstyle pytest pytest-cov -qa = +qa = pylint pip-tools pre-commit @@ -64,12 +64,12 @@ qa = types-click types-pkg_resources types-tabulate -build = +build = build twine wheel bumpver -dev = +dev = coverage flake8 mypy @@ -96,21 +96,21 @@ dev = bumpver [options.entry_points] -console_scripts = +console_scripts = edgetest = edgetest.interface:cli [bumpver] -current_version = "2022.11.0" +current_version = "2023.4.0" version_pattern = "YYYY.MM.INC0" commit_message = "Bump {old_version} to {new_version}" commit = True [bumpver:file_patterns] -docs/source/conf.py = +docs/source/conf.py = version = "{version}" -setup.cfg = +setup.cfg = current_version = "{version}" -edgetest/__init__.py = +edgetest/__init__.py = __version__ = "{version}" [aliases] @@ -133,7 +133,7 @@ use_parentheses = True line_length = 88 [mypy] -python_version = 3.7 +python_version = 3.9 warn_return_any = True warn_unused_configs = True ignore_missing_imports = True @@ -144,21 +144,20 @@ disable_error_code = empty-body pylint_minimum_score = 9.5 [tool:pytest] -markers = +markers = unit: mark unit tests that do not require external interfaces and use mocking integration: mark test that interact with an external system addopts = --verbose [edgetest.envs.core] python_version = 3.9 -upgrade = +upgrade = Cerberus click pluggy tabulate packaging -extras = +extras = tests -deps = +deps = pip-tools -