Skip to content

Commit 7c9f3ab

Browse files
authored
Merge pull request #161 from andthum/chore/release/v0.5.0
Prepare New Release (`0.5.0`)
2 parents 678e3e0 + 50bf70b commit 7c9f3ab

4 files changed

+8
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ repos:
108108
- id: "check-pre-commit-ci-config"
109109

110110
- repo: "https://github.com/python-jsonschema/check-jsonschema"
111-
rev: "0.27.3"
111+
rev: "0.27.4"
112112
hooks:
113113
# Validate Dependabot Config (v2) against the schema provided by
114114
# SchemaStore.
@@ -193,7 +193,7 @@ repos:
193193
- "pep8-naming >=0.1, <1.0"
194194

195195
- repo: "https://github.com/PyCQA/bandit"
196-
rev: "1.7.6"
196+
rev: "1.7.7"
197197
hooks:
198198
# Check code security with bandit.
199199
- id: "bandit"

AUTHORS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Upcoming release
2727
`[project]` section in `pyproject.toml`.
2828
* Andreas Thum
2929

30+
0.5.0
31+
32+
* Andreas Thum
33+
3034
0.4.0
3135

3236
* Andreas Thum

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
99
# Keep in sync with CITATION.cff and AUTHORS.rst!
1010
name = "hpcss"
11-
version = "0.4.0"
11+
version = "0.5.0"
1212
description = "Slurm scripts to run and analyze MD simulations on HPC clusters"
1313
readme = "README.rst"
1414
requires-python = ">=3.8, <3.12"

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ flake8-rst-docstrings >=0.2.6, <1.0
2020
isort >=5.0, <6.0
2121
pep8-naming >=0.1, <1.0
2222
pre-commit >=3.0, <4.0
23-
pytest >=7.0, <8.0
23+
pytest >=8.0, <9.0
2424
shellcheck-py >=0.1, <1.0
2525
shfmt-py >=3.0, <4.0

0 commit comments

Comments
 (0)