Skip to content

Commit

Permalink
Merge pull request #232 from aws-solutions/release/v3.2.4
Browse files Browse the repository at this point in the history
Updated to version v3.2.4
  • Loading branch information
aijunpeng authored Feb 1, 2023
2 parents 081acf4 + cfec321 commit bee15d7
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 26 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
The format is 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).

## [3.2.4] - 2023-02-06
### Changed
- Upgraded pytest to mitigate CVE-2022-42969
- Upgraded requests and subsequently certifi to mitigate CVE-2022-23491
## [3.2.3] - 2022-12-13
### Changed
- Add region as prefix to application attribute group name to avoid conflict with name starting with AWS.
Expand Down
4 changes: 2 additions & 2 deletions source/access_handler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.22.0
backoff>=1.8.0
requests>=2.28.2
backoff>=2.2.1
4 changes: 2 additions & 2 deletions source/custom_resource/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.22.0
backoff>=1.8.0
requests>=2.28.2
backoff>=2.2.1
4 changes: 2 additions & 2 deletions source/helper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff>=1.8.0
requests>=2.22.0
backoff>=2.2.1
requests>=2.28.2
4 changes: 2 additions & 2 deletions source/ip_retention_handler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.22.0
backoff>=1.8.0
requests>=2.28.2
backoff>=2.2.1
14 changes: 7 additions & 7 deletions source/ip_retention_handler/testing_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
botocore>=1.12.99
boto3>=1.9.99
mock>=2.0.0
moto>=1.3.8
pytest>=4.4.1
pytest-mock>=1.10.4
pytest-runner>=2.11.1
mock>=5.0.0
moto>=4.0.13
pytest>=7.2.0
pytest-mock>=3.10.0
pytest-runner>=6.0.0
uuid>=1.30
backoff>=1.8.0
freezegun>=0.3.15
backoff>=2.2.1
freezegun>=1.2.2
pytest-cov
pytest-env
4 changes: 2 additions & 2 deletions source/log_parser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backoff>=1.8.0
requests>=2.22.0
backoff>=2.2.1
requests>=2.28.2
14 changes: 7 additions & 7 deletions source/log_parser/testing_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
botocore>=1.12.99
boto3>=1.9.99
mock>=2.0.0
moto>=1.3.8
pytest>=4.4.1
pytest-mock>=1.10.4
pytest-runner>=2.11.1
mock>=5.0.0
moto>=4.0.13
pytest>=7.2.0
pytest-mock>=3.10.0
pytest-runner>=6.0.0
uuid>=1.30
backoff>=1.8.0
freezegun>=0.3.15
backoff>=2.2.1
freezegun>=1.2.2
pytest-cov
pytest-env
4 changes: 2 additions & 2 deletions source/reputation_lists_parser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests>=2.22.0
backoff>=1.8.0
requests>=2.28.2
backoff>=2.2.1

0 comments on commit bee15d7

Please sign in to comment.