Skip to content

Commit fc56a38

Browse files
dependabot[bot]stchris
authored andcommitted
Bump structlog from 23.2.0 to 24.1.0
Bumps [structlog](https://github.com/hynek/structlog) from 23.2.0 to 24.1.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@23.2.0...24.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60523ca commit fc56a38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ banal==1.0.6
22
normality==2.5.0
33
fakeredis==2.22.0
44
sqlalchemy==2.0.4
5-
structlog==23.2.0
5+
structlog==24.1.0
66
colorama==0.4.6
77
pika==1.3.2
88
prometheus-client==0.20.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"fakeredis >= 2.11.2, < 3.0.0",
3434
"redis <= 4.6.0",
3535
"sqlalchemy >= 1.4.49, < 3.0.0",
36-
"structlog >= 20.2.0, < 24.0.0",
36+
"structlog >= 20.2.0, < 25.0.0",
3737
"colorama >= 0.4.4, < 1.0.0",
3838
"pika >= 1.3.1, < 2.0.0",
3939
"prometheus-client >= 0.17.1, < 0.21.0",

0 commit comments

Comments
 (0)