Skip to content

Commit

Permalink
Upgrade pip package requirements
Browse files Browse the repository at this point in the history
Release v0.7.3 with security advice about PyMySQL 1.1.1
  • Loading branch information
onlime committed May 21, 2024
1 parent 9c5e3b6 commit cde30a8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# CHANGELOG

## [v0.7.3](https://github.com/onlime/policyd-rate-guard/releases/tag/v0.7.3) (unreleased)
## [v0.7.4](https://github.com/onlime/policyd-rate-guard/releases/tag/v0.7.4) (unreleased)


## [v0.7.3](https://github.com/onlime/policyd-rate-guard/releases/tag/v0.7.3) (2024-05-21)

**Improved:**

- Improved PEP8 Python code style: Added configuration for [YAPF](https://github.com/google/yapf) and applied yapf formatting rules.
- Upgraded packages: DBUtils 3.1.0, cryptography 42.0.7, PyMySQL 1.1.1, python-dotenv 1.0.1, requests 2.32.2, sentry-sdk 2.2.1

**Security:**

- **It is strongly recommended to upgrade all pip packages, as [PyMySQL 1.1.1](https://github.com/PyMySQL/PyMySQL/releases/tag/v1.1.1) fixes a SQL Injection vulnerability ([CVE-2024-36039](https://github.com/advisories/GHSA-v9hf-5j83-6xpp)).**


## [v0.7.2](https://github.com/onlime/policyd-rate-guard/releases/tag/v0.7.2) (2023-09-11)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

A slick sender rate limit policy daemon for Postfix, written in Python.

©2023 by [Onlime GmbH](https://www.onlime.ch/) – Your Swiss webhosting provider living the "no BS" philosophy!
©2024 by [Onlime GmbH](https://www.onlime.ch/) – Your Swiss webhosting provider living the "no BS" philosophy!

## Features ✨

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.2'

services:
# Database service to set up a testing/development environment
db:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cryptography==41.0.*
DBUtils==3.0.*
cryptography==42.0.*
DBUtils==3.1.*
PyMySQL==1.1.*
PyJWT==2.8.*
python-dotenv==1.0.*
requests==2.31.*
sentry-sdk==1.29.*
requests==2.32.*
sentry-sdk==2.2.*
yoyo-migrations==8.2.*

0 comments on commit cde30a8

Please # to comment.