Skip to content

Commit

Permalink
feat(deps): Bump structlog from 23.1.0 to 23.2.0
Browse files Browse the repository at this point in the history
Bumps [structlog](https://github.com/hynek/structlog) from 23.1.0 to 23.2.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...23.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 Oct 9, 2023
1 parent 7dd1b47 commit caee656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -24,7 +24,7 @@ importlib-metadata = {version = "<5.0.0", python = "<3.8"}
python = "<3.12,>=3.8"
requests-cache = "==1.1.*"
singer-sdk = ">=0.31,<0.33"
structlog = "==23.1.*"
structlog = ">=23.1,<23.3"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit caee656

Please sign in to comment.