OpenTTD / dibridge

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

chore(deps): bump the dependencies group across 1 directory with 12 updates #238

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 12 updates in the / directory:

Package From To
aiohttp 3.9.3 3.9.5
annotated-types 0.6.0 0.7.0
backports-tarfile 1.0.0 1.2.0
idna 3.6 3.7
inflect 7.2.0 7.2.1
jaraco-collections 5.0.0 5.0.1
jaraco-functools 4.0.0 4.0.1
pydantic 2.6.4 2.7.2
pydantic-core 2.16.3 2.18.3
sentry-sdk 1.44.1 2.3.1
typeguard 4.2.1 4.3.0
typing-extensions 4.11.0 4.12.0

Updates aiohttp from 3.9.3 to 3.9.5

Release notes

Sourced from aiohttp's releases.

3.9.5

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: #8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: #8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8335.


3.9.4

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

    Related issues and pull requests on GitHub: #8089.

  • Treated values of Accept-Encoding header as case-insensitive when checking for gzip files -- by :user:steverep.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.5 (2024-04-16)

Bug fixes

  • Fixed "Unclosed client session" when initialization of :py:class:~aiohttp.ClientSession fails -- by :user:NewGlad.

    Related issues and pull requests on GitHub: :issue:8253.

  • Fixed regression (from :pr:8280) with adding Content-Disposition to the form-data part after appending to writer -- by :user:Dreamsorcerer/:user:Olegt0rr.

    Related issues and pull requests on GitHub: :issue:8332.

  • Added default Content-Disposition in multipart/form-data responses to avoid broken form-data responses -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: :issue:8335.


3.9.4 (2024-04-11)

Bug fixes

  • The asynchronous internals now set the underlying causes when assigning exceptions to the future objects -- by :user:webknjaz.

    Related issues and pull requests on GitHub: :issue:8089.

... (truncated)

Commits


Updates annotated-types from 0.6.0 to 0.7.0

Release notes

Sourced from annotated-types's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/annotated-types/annotated-types/compare/v0.6.0...v0.7.0

Commits


Updates backports-tarfile from 1.0.0 to 1.2.0

Changelog

Sourced from backports-tarfile's changelog.

v1.2.0

Features

  • Remove shebang. (#4)
  • Synced with python/cpython@f912e5a2f6.

v1.1.1

Bugfixes

  • Declare the backports namespace package. (#5)

v1.1.0

Features

  • Backported tests from CPython. (#2)

Bugfixes

  • Fixed a bug in _proc_gnulong on Python 3.8 where removesuffix was used.
Commits
  • 8d5d067 Finalize
  • 86b0fb4 Supply FakePath on Python 3.9 and earlier.
  • 5759c07 Fix SyntaxError on Python 3.8.
  • 3e5775f Add news fragment.
  • 2e3ef2e Patch lzma and bz2 modules to allow tests to pass.
  • 3f68667 Merge branch 'cpython'
  • 5e21839 Apply changes from python/cpython@f912e5a2f6
  • 3ad87d8 Updated implementation to match upstream at v3.13.0a4
  • 0fd2be6 Merge branch 'cpython' (tracking upstream)
  • a749fa9 Add tarfile implementation from Python 3.12.2
  • Additional commits viewable in compare view


Updates idna from 3.6 to 3.7

Release notes

Sourced from idna's releases.

v3.7

What's Changed

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

Full Changelog: https://github.com/kjd/idna/compare/v3.6...v3.7

Changelog

Sourced from idna's changelog.

3.7 (2024-04-11) ++++++++++++++++

  • Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]

Thanks to Guido Vranken for reporting the issue.

Commits
  • 1d365e1 Release v3.7
  • c1b3154 Merge pull request #172 from kjd/optimize-contextj
  • 0394ec7 Merge branch 'master' into optimize-contextj
  • cd58a23 Merge pull request #152 from elliotwutingfeng/dev
  • 5beb28b More efficient resolution of joiner contexts
  • 1b12148 Update ossf/scorecard-action to v2.3.1
  • d516b87 Update Github actions/checkout to v4
  • c095c75 Merge branch 'master' into dev
  • 60a0a4c Fix typo in GitHub Actions workflow key
  • 5918a0e Merge branch 'master' into dev
  • Additional commits viewable in compare view


Updates inflect from 7.2.0 to 7.2.1

Changelog

Sourced from inflect's changelog.

v7.2.1

Bugfixes

  • Refactored number_to_words toward reduced complexity.
Commits
  • 8f61c9a Restore Python 3.8 compatibility in annotations.
  • 504e023 Finalize
  • 3f7e9b3 Add news fragment.
  • 2506a98 Reformat
  • d65ba3d Consolidate returns across group and non-group.
  • e47eded Simplify logic by yielding the comma separately.
  • d7e9341 Extract _render method for rendering the chunks.
  • e5dee13 Re-write first as a single assignment of a boolean expression.
  • ddcc187 Refactor signout handling to consolidate some behavior and limit interacting ...
  • 62651af Remove remnant comment
  • Additional commits viewable in compare view


Updates jaraco-collections from 5.0.0 to 5.0.1

Changelog

Sourced from jaraco-collections's changelog.

v5.0.1

Bugfixes

  • Delinting and package refresh.
Commits


Updates jaraco-functools from 4.0.0 to 4.0.1

Changelog

Sourced from jaraco-functools's changelog.

v4.0.1

No significant changes.

Commits


Updates pydantic from 2.6.4 to 2.7.2

Release notes

Sourced from pydantic's releases.

v2.7.2 (2024-05-28)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/

v2.7.1 (2024-04-23)

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

New Contributors

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.7.2 (2024-05-28)

GitHub release

What's Changed

Packaging

Fixes

v2.7.1 (2024-04-23)

GitHub release

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

... (truncated)

Commits


Updates pydantic-core from 2.16.3 to 2.18.3

Release notes

Sourced from pydantic-core's releases.

v2.18.3 2024-05-28

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.18.2...v2.18.3

v2.18.2 2024-04-22

What's Changed

New Contributors

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.18.1...v2.18.2

v2.18.1 2024-04-11

What's Changed

New Contributors

... (truncated)

Commits


Updates sentry-sdk from 1.44.1 to 2.3.1

Release notes

Sourced from sentry-sdk's releases.

2.3.1

Various fixes & improvements

2.3.0

Various fixes & improvements

2.2.1

Various fixes & improvements

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

2.1.1

2.1.0

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.3.1

Various fixes & improvements

2.3.0

Various fixes & improvements

2.2.1

Various fixes & improvements

2.2.0

New features

  • Celery integration now sends additional data to Sentry to enable new features to guage the health of your queues
  • Added a new integration for Cohere
  • Reintroduced the last_event_id function, which had been removed in 2.0.0

Other fixes & improvements

2.1.1

2.1.0

... (truncated)

Commits


Updates typeguard from 4.2.1 to 4.3.0

Release notes

Sourced from

dependabot[bot] commented 2 months ago

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