OpenTTD / dibridge

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

chore(deps): bump the dependencies group with 7 updates #233

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 7 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
jaraco-context 4.3.0 5.3.0
pydantic 2.6.3 2.6.4
sentry-sdk 1.40.6 1.44.1
typing-extensions 4.10.0 4.11.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 jaraco-context from 4.3.0 to 5.3.0

Changelog

Sourced from jaraco-context's changelog.

v5.3.0

Features

  • Deprecate infer_compression, as it was used primarily for deferring to the tar command.

Bugfixes

  • Enable 'transparent' compression in the tarfile context.

v5.2.0

Features

  • Implemented tarfile using native functionality and avoiding subprocessing, making it portable. (#5)

v5.1.0

Features

  • Implement experimental _compose for composing context managers. If you wish to use this function, please comment in the issue regarding your thoughts on the ordering. (#6)
  • Deprecate null context. (#7)

v5.0.0

Features

  • Renamed tarball_context to tarball and deprecated tarball_context compatibility shim. (#3)
  • Disentangle pushd from tarball. (#4)

Deprecations and Removals

  • Removed deprecated 'runner' parameter to tarball_context.
Commits
  • e0e9224 Finalize
  • 3e9d43c Fix encoding warnings in tests.
  • 1ba8dd3 Deprecate infer_compression, as it was used primarily for deferring to the ta...
  • e0a9637 Enable 'transparent' compression, whatever that means.
  • c23c888 Finalize
  • 44fbe82 Merge pull request #9 from jaraco/feature/native-tarfile
  • 92cd4b7 Add news fragment.
  • e13fc7f Rely on backports.tarfile for consistent tarfile behavior and streaming capab...
  • e9acc05 Load the tarfile into memory to allow seeking for older tarfile implementation.
  • 035dc04 Rely on filter argument to extractall when available.
  • Additional commits viewable in compare view


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 sentry-sdk from 1.40.6 to 1.44.1

Release notes

Sourced from sentry-sdk's releases.

1.44.1

Various fixes & improvements

  • Make monitor async friendly (#2912) by @​sentrivana

    You can now decorate your async functions with the monitor decorator and they will correctly report their duration and completion status.

  • Fixed Event | None runtime TypeError (#2928) by @​szokeasaurusrex

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

1.42.0

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

1.44.1

Various fixes & improvements

  • Make monitor async friendly (#2912) by @​sentrivana

    You can now decorate your async functions with the monitor decorator and they will correctly report their duration and completion status.

  • Fixed Event | None runtime TypeError (#2928) by @​szokeasaurusrex

1.44.0

Various fixes & improvements

1.43.0

Various fixes & improvements

... (truncated)

Commits


Updates typing-extensions from 4.10.0 to 4.11.0

Release notes

Sourced from typing-extensions's releases.

4.11.0

Release 4.11.0 (April 5, 2024)

This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696).

There are no changes since 4.11.0rc1.

Changes since 4.10.0:

  • Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  • Fix the runtime behavior of type parameters with defaults (PEP 696). Patch by Nadir Chowdhury.
  • Fix minor discrepancy between error messages produced by typing and typing_extensions on Python 3.10. Patch by Jelle Zijlstra.
  • When include_extra=False, get_type_hints() now strips ReadOnly from the annotation.

4.11.0rc1

  • Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  • Fix the runtime behavior of type parameters with defaults (PEP 696). Patch by Nadir Chowdhury.
  • Fix minor discrepancy between error messages produced by typing and typing_extensions on Python 3.10. Patch by Jelle Zijlstra.
  • When include_extra=False, get_type_hints() now strips ReadOnly from the annotation.
Changelog

Sourced from typing-extensions's changelog.

Release 4.11.0 (April 5, 2024)

This feature release provides improvements to various recently added features, most importantly type parameter defaults (PEP 696).

There are no changes since 4.11.0rc1.

Release 4.11.0rc1 (March 24, 2024)

  • Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
  • Fix the runtime behavior of type parameters with defaults (PEP 696). Patch by Nadir Chowdhury.
  • Fix minor discrepancy between error messages produced by typing and typing_extensions on Python 3.10. Patch by Jelle Zijlstra.
  • When include_extra=False, get_type_hints() now strips ReadOnly from the annotation.
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 5 months ago

@dependabot unignore pydantic-core

dependabot[bot] commented 5 months ago

OK, I will stop ignoring the pydantic-core dependency.

dependabot[bot] commented 5 months ago

Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.