diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbb9f42..a7cece0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - id: check-yaml - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.1 + rev: v1.3.2 hooks: - id: python-safety-dependencies-check - repo: local diff --git a/CHANGELOG.md b/CHANGELOG.md index 504e4d3..8dc6fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/), and [PEP 440](https://www.python.org/dev/peps/pep-0440/). +## [1.3.2] - 2023-08-02 +### Added +- new optional `--groups` argument allowing selection of additional dependency groups - thanks to @kurthaegeman - _cf._ [PR #45](https://github.com/Lucas-C/pre-commit-hooks-safety/pull/45) + ## [1.3.1] - 2023-01-04 ### Fixed - compatibility with latest safety version (2.3.5) diff --git a/README.md b/README.md index c194a9f..73e37c9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Note that **telemetry data will be sent with every Safety call**. These data are ## Usage ```yaml - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.1 + rev: v1.3.2 hooks: - id: python-safety-dependencies-check ``` diff --git a/setup.py b/setup.py index 2078925..4f03e8f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='pre-commit-hooks-safety', description='A pre-commit hook to check your Python dependencies against safety-db', url='https://github.com/Lucas-C/pre-commit-hooks-safety', - version='1.3.1', + version='1.3.2', author='Lucas Cimon', author_email='lucas.cimon@gmail.com', classifiers=[