Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 26, 2024
1 parent 9e1f8ce commit 3f01891
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 3f01891

Please sign in to comment.