OpenTTD / dibridge

Discord <-> IRC Bridge
GNU General Public License v2.0
15 stars 3 forks source link

chore(deps): bump the dependencies group with 6 updates #228

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the dependencies group with 6 updates:

Package From To
inflect 7.0.0 7.2.0
irc 20.3.1 20.4.0
jaraco-classes 3.3.1 3.4.0
pydantic 2.6.3 2.6.4
pydantic-core 2.16.3 2.17.0
sentry-sdk 1.40.6 1.44.0

Updates inflect from 7.0.0 to 7.2.0

Changelog

Sourced from inflect's changelog.

v7.2.0

Features

  • Replace pydantic with typeguard (#195)

v7.1.0

Features

  • Now handle 'pair of x' in pl_sb_uninflected_complete (#188)
Commits
  • dbde4d2 Finalize
  • 684cd1a Merge pull request #199 from abravalheri/issue-195-typeguard
  • c8c27d9 Mark type checking block as uncovered.
  • c3bb3d6 Merge branch 'main' into issue-195-typeguard
  • fea125b Add news fragment.
  • 8e5842c 👹 Feed the hobgoblins (delint).
  • 57dca31 👹 Feed the hobgoblins (delint).
  • 9a5a85d Fix pointless comparison (B015).
  • 1d877c5 👹 Feed the hobgoblins (delint).
  • 0a88ec3 Catch more specific exception (B017).
  • Additional commits viewable in compare view


Updates irc from 20.3.1 to 20.4.0

Changelog

Sourced from irc's changelog.

v20.4.0

Features

  • Replace deprecated ssl.wrap_socket with SSLContext.wrap_socket and update examples in connection.py docs. (#216)
Commits


Updates jaraco-classes from 3.3.1 to 3.4.0

Changelog

Sourced from jaraco-classes's changelog.

v3.4.0

Features

  • Better type hints for NonDataProperty. (#13)
Commits


Updates pydantic from 2.6.3 to 2.6.4

Release notes

Sourced from pydantic's releases.

v2.6.4 (2024-03-12)

What's Changed

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.3...v2.6.4/

Changelog

Sourced from pydantic's changelog.

v2.6.4 (2024-03-12)

GitHub release

What's Changed

Fixes

Commits


Updates pydantic-core from 2.16.3 to 2.17.0

Release notes

Sourced from pydantic-core's releases.

v2.17.0

What's Changed

Packaging

Fixes

Performance

New Features

Changes

... (truncated)

Commits


Updates sentry-sdk from 1.40.6 to 1.44.0

Release notes

Sourced from sentry-sdk's releases.

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

1.42.0

Various fixes & improvements

  • New integration: OpenAI integration (#2791) by @​colin-sentry

    We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK.

    Useage:

    This integrations is auto-enabling, so if you have the openai package in your project it will be enabled. Just initialize Sentry before you create your OpenAI client.

    from openai import OpenAI
    

    import sentry_sdk

    sentry_sdk.init(

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

1.42.0

Various fixes & improvements

  • New integration: OpenAI integration (#2791) by @​colin-sentry

    We added an integration for OpenAI to capture errors and also performance data when using the OpenAI Python SDK.

    Useage:

    This integrations is auto-enabling, so if you have the openai package in your project it will be enabled. Just initialize Sentry before you create your OpenAI client.

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
TrueBrain commented 7 months ago

@dependabot ignore pydantic-core minor version

dependabot[bot] commented 7 months ago

OK, I won't notify you about version 2.17.x of pydantic-core again, unless you unignore it.

TrueBrain commented 7 months ago

@dependabot recreate

dependabot[bot] commented 7 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.