Skip to content

Commit 8b6b34f

Browse files
Merge pull request #436 from pyupio/main
Update from main branch
2 parents 7869401 + 78e2525 commit 8b6b34f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/)
77

8-
## [Unreleased] 2.3.3.dev
8+
## [2.3.3] - 2022-11-27
9+
- Fixed recursive requirements issue when an unpinned package is found.
910

1011
## [2.3.2] - 2022-11-21
1112
- Fixed #423: Bare output includes extra line in non-screen output with no vulnerabilities.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Make sure to use the latest patch available for your Python version.
2424
Safety can be integrated into your existing GitHub CI pipeline as an action. Just add the following as a step in your workflow YAML file after setting your `SAFETY_API_KEY` secret on GitHub under Settings -> Secrets -> Actions:
2525

2626
```yaml
27-
- uses: pyupio/safety@2.3.2
27+
- uses: pyupio/safety@2.3.3
2828
with:
2929
api-key: ${{ secrets.SAFETY_API_KEY }}
3030
```

safety/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2
1+
2.3.3

0 commit comments

Comments
 (0)