From 8dfc4af49f62390329761d0947453b4bfbc3b953 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:12:40 +0100 Subject: [PATCH 1/4] [.pre-commit-config.yaml]: Update Hooks * Update https://github.com/python-jsonschema/check-jsonschema from `0.27.3` to `0.27.4`. * Update https://github.com/PyCQA/bandit from `1.7.6` to `1.7.7`. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a85d0b..f4e6573 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -108,7 +108,7 @@ repos: - id: "check-pre-commit-ci-config" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.27.3" + rev: "0.27.4" hooks: # Validate Dependabot Config (v2) against the schema provided by # SchemaStore. @@ -193,7 +193,7 @@ repos: - "pep8-naming >=0.1, <1.0" - repo: "https://github.com/PyCQA/bandit" - rev: "1.7.6" + rev: "1.7.7" hooks: # Check code security with bandit. - id: "bandit" From 4041e1f502d76d0deee04f75153011bcd5d4ef7d Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:15:40 +0100 Subject: [PATCH 2/4] [requirements-dev.txt]: Update pytest Update pytest from `>=7.0, <8.0` to `>=8.0, <9.0`. --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8aa0e8c..2aa84ae 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -20,6 +20,6 @@ flake8-rst-docstrings >=0.2.6, <1.0 isort >=5.0, <6.0 pep8-naming >=0.1, <1.0 pre-commit >=3.0, <4.0 -pytest >=7.0, <8.0 +pytest >=8.0, <9.0 shellcheck-py >=0.1, <1.0 shfmt-py >=3.0, <4.0 From 717d2af431fe7effb674b76d107817e3532db5c1 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:16:48 +0100 Subject: [PATCH 3/4] [AUTHORS.rst]: Prepare New Release --- AUTHORS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index ae2df1e..6eb22c3 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -27,6 +27,10 @@ Upcoming release `[project]` section in `pyproject.toml`. * Andreas Thum +0.5.0 + + * Andreas Thum + 0.4.0 * Andreas Thum From 50bf70bed0fb874a547301fa36429629274f57ce Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:17:47 +0100 Subject: [PATCH 4/4] [pyproject.toml]: Bump Version From `0.4.0` to `0.5.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49a3a27..1dcc0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ # Keep in sync with CITATION.cff and AUTHORS.rst! name = "hpcss" -version = "0.4.0" +version = "0.5.0" description = "Slurm scripts to run and analyze MD simulations on HPC clusters" readme = "README.rst" requires-python = ">=3.8, <3.12"