From 3f01891d76160f03e9134ef025fb1eb1d10c85a2 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:35:51 +0100 Subject: [PATCH] Release v1.3.3 --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f60f4d7..c73a81c 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.2 + rev: v1.3.3 hooks: - id: python-safety-dependencies-check - repo: local diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc6fda..0b0f879 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.3] - 2024-01-26 +### Fixed +- `Error: No such option: --disable-telemetry Did you mean --disable-optional-telemetry?` - [issue #48](https://github.com/Lucas-C/pre-commit-hooks-safety/issues/48) + ## [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) diff --git a/README.md b/README.md index 2dcc33b..493887f 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.2 + rev: v1.3.3 hooks: - id: python-safety-dependencies-check ``` diff --git a/setup.py b/setup.py index b40ef12..b59210b 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.2', + version='1.3.3', author='Lucas Cimon', author_email='lucas.cimon@gmail.com', classifiers=[