From 51faef2fc6726648d73414cefd6a27fa7cb290ec Mon Sep 17 00:00:00 2001 From: GitHub CI Workflow Date: Tue, 16 Jan 2024 00:09:26 -0500 Subject: [PATCH] Add constraint that structlog>=24 --- CHANGELOG.md | 6 +++++- requirements.in | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b041a1..e8b441a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,14 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]: https://semver.org/ -## [Unreleased](https://github.com/python-boltons/logrus/compare/0.1.2...HEAD) +## [Unreleased](https://github.com/python-boltons/logrus/compare/0.1.3...HEAD) No notable changes have been made. +## [0.1.3](https://github.com/python-boltons/logrus/compare/0.1.2...0.1.3) - 2024-01-16 + +* Add constraint that structlog>=24. + ## [0.1.2](https://github.com/python-boltons/logrus/compare/0.1.1...0.1.2) - 2024-01-15 * Fix structlog>=23 crash and remove version constraint. diff --git a/requirements.in b/requirements.in index 124f8cc..7f0483f 100644 --- a/requirements.in +++ b/requirements.in @@ -1,2 +1,2 @@ bolton-metaman ~= 0.1.1 -structlog +structlog >= 24