Skip to content

Commit

Permalink
Bump structlog from 22.3.0 to 23.1.0 (#86)
Browse files Browse the repository at this point in the history
Bumps [structlog](https://github.com/hynek/structlog) from 22.3.0 to 23.1.0.
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@22.3.0...23.1.0)

---
updated-dependencies:
- dependency-name: structlog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 0109910 commit ceb20c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ banal==1.0.6
normality==2.4.0
fakeredis==2.13.0
sqlalchemy==2.0.4
structlog==22.3.0
structlog==23.1.0
colorama==0.4.6
pika==1.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"normality >= 2.4.0, < 3.0.0",
"fakeredis >=2.11.2, < 3.0.0",
"sqlalchemy >= 2.0.4, < 3.0.0",
"structlog >= 20.2.0, < 23.0.0",
"structlog >= 20.2.0, < 24.0.0",
"colorama >= 0.4.4, < 1.0.0",
"pika >= 1.3.1, < 2.0.0",
],
Expand Down

0 comments on commit ceb20c3

Please sign in to comment.