From d8d8336688135e1057199c14dbe6679f4dbdfc59 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 15 Jul 2023 22:59:13 +0200 Subject: [PATCH] Bumped dependencies. --- dist/requirements.txt | 4 ++-- doc/Dependency.rst | 8 ++++---- pyEDAA/UCIS/CLI/__init__.py | 2 +- pyEDAA/UCIS/Cobertura.py | 2 +- pyEDAA/UCIS/UCDB.py | 2 +- pyEDAA/UCIS/__init__.py | 4 ++-- pyproject.toml | 4 ++-- setup.py | 2 +- tests/requirements.txt | 2 +- tests/unit/CLI.py | 2 +- tests/unit/UCDB.py | 2 +- tests/unit/__init__.py | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/requirements.txt b/dist/requirements.txt index e4718c94..a414030a 100644 --- a/dist/requirements.txt +++ b/dist/requirements.txt @@ -1,2 +1,2 @@ -wheel>=0.38.1 -twine +wheel >= 0.40.0 +twine >= 4.0.2 diff --git a/doc/Dependency.rst b/doc/Dependency.rst index b8c45e3b..d4e5845a 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -64,7 +64,7 @@ the mandatory dependencies too. +-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `Coverage `__ | ≥7.0 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ -| `mypy `__ | ≥0.990 | `MIT `__ | *Not yet evaluated.* | +| `mypy `__ | ≥1.2 | `MIT `__ | *Not yet evaluated.* | +-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ | `lxml `__ | ≥4.9 | `BSD 3-Clause `__ | *Not yet evaluated.* | +-----------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+ @@ -132,7 +132,7 @@ install the mandatory dependencies too. +============================================================================+==============+==========================================================================================================+======================================================================================================================================================+ | `pyTooling `__ | ≥5.0.0 | `Apache License, 2.0 `__ | *None* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `wheel `__ | ≥0.38.1 | `MIT `__ | *Not yet evaluated.* | +| `wheel `__ | ≥0.40.0 | `MIT `__ | *Not yet evaluated.* | +----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -161,7 +161,7 @@ install the mandatory dependencies too. +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+ | **Package** | **Version** | **License** | **Dependencies** | +==========================================================+==============+===========================================================================================+======================+ -| `wheel `__ | ≥0.38.1 | `MIT `__ | *Not yet evaluated.* | +| `wheel `__ | ≥0.40.0 | `MIT `__ | *Not yet evaluated.* | +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+ -| `Twine `__ | any | `Apache License, 2.0 `__ | *Not yet evaluated.* | +| `Twine `__ | ≥4.0.2 | `Apache License, 2.0 `__ | *Not yet evaluated.* | +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+----------------------+ diff --git a/pyEDAA/UCIS/CLI/__init__.py b/pyEDAA/UCIS/CLI/__init__.py index 4f7400bb..ae3ff4cc 100644 --- a/pyEDAA/UCIS/CLI/__init__.py +++ b/pyEDAA/UCIS/CLI/__init__.py @@ -13,7 +13,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pyEDAA/UCIS/Cobertura.py b/pyEDAA/UCIS/Cobertura.py index 1da5e4fa..793ac691 100644 --- a/pyEDAA/UCIS/Cobertura.py +++ b/pyEDAA/UCIS/Cobertura.py @@ -12,7 +12,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pyEDAA/UCIS/UCDB.py b/pyEDAA/UCIS/UCDB.py index d17070b2..56debac4 100644 --- a/pyEDAA/UCIS/UCDB.py +++ b/pyEDAA/UCIS/UCDB.py @@ -12,7 +12,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/pyEDAA/UCIS/__init__.py b/pyEDAA/UCIS/__init__.py index bf37a584..1b4da1a8 100644 --- a/pyEDAA/UCIS/__init__.py +++ b/pyEDAA/UCIS/__init__.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -31,7 +31,7 @@ """The Unified Coverage Interoperability Standard (UCIS) layer of EDA² offers a data model for reading UCDB files.""" __author__ = "Patrick Lehmann" __email__ = "Paebbels@gmail.com" -__copyright__ = "2021-2022, Electronic Design Automation Abstraction (EDA²)" +__copyright__ = "2021-2023, Electronic Design Automation Abstraction (EDA²)" __license__ = "Apache License, Version 2.0" __version__ = "0.3.0" __keywords__ = ["UCIS", "UCDB", "coverage", "Cobertura", "xml"] diff --git a/pyproject.toml b/pyproject.toml index 9d49cf9c..1281d4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [build-system] requires = [ "pyTooling >= 5.0.0", - "setuptools >= 60.9.3", - "wheel >= 0.38.1" + "setuptools >= 68.0.0", + "wheel >= 0.40.0" ] build-backend = "setuptools.build_meta" diff --git a/setup.py b/setup.py index a5e8ee0e..254df05e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/requirements.txt b/tests/requirements.txt index 8dcf515a..08dc12db 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ pytest>=7.2.0 pytest-cov>=4.0.0 # Static Type Checking -mypy>=0.990 +mypy >= 1.2 lxml>=4.9 # Stubs for typechecking (because lxml is used by the project itself) diff --git a/tests/unit/CLI.py b/tests/unit/CLI.py index 95eb0d88..5fa9ce45 100644 --- a/tests/unit/CLI.py +++ b/tests/unit/CLI.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/unit/UCDB.py b/tests/unit/UCDB.py index 149399e9..a1375225 100644 --- a/tests/unit/UCDB.py +++ b/tests/unit/UCDB.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 0f15fdf2..bd309476 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -11,7 +11,7 @@ # # # License: # # ==================================================================================================================== # -# Copyright 2021-2022 Electronic Design Automation Abstraction (EDA²) # +# Copyright 2021-2023 Electronic Design Automation Abstraction (EDA²) # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. #