Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 35fdb40 commit ff5e751
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 @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"structlog==24.1.0",
"structlog==24.2.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"typer==0.12.3",
Expand Down Expand Up @@ -57,7 +57,7 @@ python = ["3.10"]

[tool.hatch.envs.default]
dependencies = [
"structlog==24.1.0",
"structlog==24.2.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"tenacity==8.2.3",
Expand Down

0 comments on commit ff5e751

Please sign in to comment.