Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump logfire from 3.2.0 to 3.3.0 #8676

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps logfire from 3.2.0 to 3.3.0.

Release notes

Sourced from logfire's releases.

v3.3.0

Changelog

Sourced from logfire's changelog.

[v3.3.0] (2025-01-22)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [logfire](https://github.com/pydantic/logfire) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/pydantic/logfire/releases)
- [Changelog](https://github.com/pydantic/logfire/blob/main/CHANGELOG.md)
- [Commits](pydantic/logfire@v3.2.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2025
@inmantaci inmantaci added the merge-tool-ready This ticket is ready to be merged in label Jan 24, 2025
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci inmantaci removed the merge-tool-ready This ticket is ready to be merged in label Jan 24, 2025
@inmantaci inmantaci self-assigned this Jan 24, 2025
@inmantaci
Copy link
Contributor

Pull request rejected by merge tool. The tests for this branch did not succeed.

@wouterdb wouterdb added the merge-tool-ready This ticket is ready to be merged in label Jan 27, 2025
@inmantaci
Copy link
Contributor

Processing this pull request

inmantaci pushed a commit that referenced this pull request Jan 27, 2025
Bumps [logfire](https://github.com/pydantic/logfire) from 3.2.0 to 3.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/logfire/releases">logfire's releases</a>.</em></p>
<blockquote>
<h2>v3.3.0</h2>
<ul>
<li>Add process runtime information by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/811">#811</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/pydantic/logfire/blob/main/CHANGELOG.md">logfire's changelog</a>.</em></p>
<blockquote>
<h2>[v3.3.0] (2025-01-22)</h2>
<ul>
<li>Add process runtime information by <a href="https://github.com/Kludex"><code>@​Kludex</code></a> in <a href="https://redirect.github.com/pydantic/logfire/pull/811">#811</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pydantic/logfire/commit/1e96bffddb761ac4e9ed5e948fb1807c3ede18a4"><code>1e96bff</code></a> consistent use of double quotes in <code>pyproject.toml</code> (<a href="https://redirect.github.com/pydantic/logfire/issues/815">#815</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/61ab29293a78092c74badb248d842b87250d3fdc"><code>61ab292</code></a> Release v3.3.0 (<a href="https://redirect.github.com/pydantic/logfire/issues/814">#814</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/85e97422848cc12e7e0cf0dbc83b921b605d6b22"><code>85e9742</code></a> Add process runtime information (<a href="https://redirect.github.com/pydantic/logfire/issues/811">#811</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/a9ffc3581e7252f0497234537617b5c7866d44c4"><code>a9ffc35</code></a> Remove codecov environment variable (<a href="https://redirect.github.com/pydantic/logfire/issues/812">#812</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/a43c359695aae02237916e0f92fd0b15152de2bc"><code>a43c359</code></a> docs: format api docs (<a href="https://redirect.github.com/pydantic/logfire/issues/810">#810</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/f13d27bdfc97eaa603cf8c2fa48f9d2f1bd2f520"><code>f13d27b</code></a> Downgrade pinned mkdocs-material (<a href="https://redirect.github.com/pydantic/logfire/issues/776">#776</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/cfc49f8ea6594c9a6f1665fcd85f0aefee71ab9a"><code>cfc49f8</code></a> fix: add missing import in example code (<a href="https://redirect.github.com/pydantic/logfire/issues/805">#805</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/ba4aae40faef813ba934f9396d440312ca1665ae"><code>ba4aae4</code></a> Improve Algolia indexing (<a href="https://redirect.github.com/pydantic/logfire/issues/809">#809</a>)</li>
<li><a href="https://github.com/pydantic/logfire/commit/6b263c0c78eff7396237aef938bd83ad5ae9d16e"><code>6b263c0</code></a> Fix compatibility with Pydantic dropping 3.8 (<a href="https://redirect.github.com/pydantic/logfire/issues/804">#804</a>)</li>
<li>See full diff in <a href="https://github.com/pydantic/logfire/compare/v3.2.0...v3.3.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=logfire&package-manager=pip&previous-version=3.2.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
@inmantaci
Copy link
Contributor

Merged into branches iso8, master in 3fed4ae

@inmantaci inmantaci closed this Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@inmantaci inmantaci deleted the dependabot/pip/master/logfire-3.3.0 branch January 27, 2025 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants