Skip to content

Commit

Permalink
build: bump structlog from 23.3.0 to 24.1.0 (#150)
Browse files Browse the repository at this point in the history
Bumps [structlog](https://github.com/hynek/structlog) from 23.3.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.3.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent 538c6a1 commit b16ed03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"structlog==23.3.0",
"structlog==24.1.0",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"typer==0.9.0",
Expand Down Expand Up @@ -58,7 +58,7 @@ python = ["3.10"]

[tool.hatch.envs.default]
dependencies = [
"structlog==23.3.0",
"structlog==24.1.0",
"httpx==0.26.0",
"python-dotenv==1.0.0",
"tenacity==8.2.3",
Expand Down

0 comments on commit b16ed03

Please sign in to comment.