Skip to content

Commit

Permalink
build(deps): bump structlog from 23.1.0 to 24.1.0
Browse files Browse the repository at this point in the history
Bumps [structlog](https://github.com/hynek/structlog) from 23.1.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.1.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]>
  • Loading branch information
dependabot[bot] authored and alexpovel committed Mar 10, 2024
1 parent 491cd30 commit dfd8565
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ python = "^3.10"
gidgethub = "^5.1.0"
aiohttp = { extras = ["speedups"], version = "^3.8.1" }
pydantic = { extras = ["email"], version = "^2.5.3" }
structlog = ">=21.5,<24.0"
structlog = ">=21.5,<25.0"
cachetools = "^5.2.0"
humanize = "^4.1.0"
rich = ">=12.4.4,<14.0.0"
Expand Down

0 comments on commit dfd8565

Please sign in to comment.