Skip to content

Commit

Permalink
fix(deps): Update dependency structlog to v23.3.0 (#107)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [structlog](https://github.com/hynek/structlog) ([changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)) | minor | `==23.2.0` -> `==23.3.0` |

---

### Release Notes

<details>
<summary>hynek/structlog (structlog)</summary>

### [`v23.3.0`](https://github.com/hynek/structlog/blob/HEAD/CHANGELOG.md#2330---2023-12-29)

[Compare Source](https://github.com/hynek/structlog/compare/23.2.0...23.3.0)

##### Added

-   The colorful development logger is now even more configurable!
    Choose freely your colors and the order of the key-value pairs!
    Implement your own formatters for certain keys!

    Implementing the output on top of the new columns API has changed the default very slightly, but shouldn't be noticeable.
    [#&#8203;577](https://github.com/hynek/structlog/issues/577)

-   Async log methods (those starting with an `a`) now also support the collection of callsite information using `structlog.processors.CallsiteParameterAdder`.
    [#&#8203;565](https://github.com/hynek/structlog/issues/565)

##### Changed

-   `structlog.stdlib.recreate_defaults()` now also adds `structlog.stdlib.add_logger_name` to the processors.
    Check out the [updated screenshot](https://raw.githubusercontent.com/hynek/structlog/main/docs/\_static/console_renderer.png)!

##### Fixed

-   The return value from `get_logger()` (a `BoundLoggerLazyProxy`) now passes `isinstance`-checks against `structlog.typing.BindableLogger` on Python 3.12.
    [#&#8203;561](https://github.com/hynek/structlog/issues/561)

-   `structlog.threadlocal.tmp_bind()` now also works with `BoundLoggerLazyProxy` (in other words: before anything is bound to a bound logger).

-   stdlib: `ProcessorFormatter` can now be told to not render the log record message using `getMessage` and just `str(record.msg)` instead.
    [#&#8203;550](https://github.com/hynek/structlog/issues/550)

-   stdlib: `structlog.stdlib.BoundLogger.exception()`'s handling of`LogRecord.exc_info` is now set consistent with `logging`.
    [#&#8203;571](https://github.com/hynek/structlog/issues/571)
    [#&#8203;572](https://github.com/hynek/structlog/issues/572)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Jan 1, 2024
1 parent 230e6fd commit b210f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"python-dateutil==2.8.2",
"pytz==2023.3.post1",
"six==1.16.0",
"structlog==23.2.0",
"structlog==23.3.0",
"tomli==2.0.1",
"tzdata==2023.3",
]
Expand Down

0 comments on commit b210f6b

Please sign in to comment.