From 78e252509c303bca4284a09dc7069a52daab075b Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Sun, 27 Nov 2022 23:07:03 -0500 Subject: [PATCH] Version 2.3.3 --- CHANGELOG.md | 3 ++- README.md | 2 +- safety/VERSION | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00389a88..83a11e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/) -## [Unreleased] 2.3.3.dev +## [2.3.3] - 2022-11-27 +- Fixed recursive requirements issue when an unpinned package is found. ## [2.3.2] - 2022-11-21 - Fixed #423: Bare output includes extra line in non-screen output with no vulnerabilities. diff --git a/README.md b/README.md index 201a4917..eaf0e6fa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Make sure to use the latest patch available for your Python version. 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: ```yaml - - uses: pyupio/safety@2.3.2 + - uses: pyupio/safety@2.3.3 with: api-key: ${{ secrets.SAFETY_API_KEY }} ``` diff --git a/safety/VERSION b/safety/VERSION index f90b1afc..0bee604d 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -2.3.2 +2.3.3