OpenTTD / dibridge

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

chore(deps): bump the dependencies group with 17 updates #210

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the dependencies group with 17 updates:

Package Update
aiohttp 3.8.4 to 3.8.5
certifi 2022.12.7 to 2023.7.22
charset-normalizer 3.1.0 to 3.2.0
click 8.1.3 to 8.1.6
discord-py 2.2.3 to 2.3.1
frozenlist 1.3.3 to 1.4.0
inflect 6.0.4 to 7.0.0
jaraco-classes 3.2.3 to 3.3.0
jaraco-collections 4.1.0 to 4.3.0
jaraco-functools 3.6.0 to 3.8.0
more-itertools 9.1.0 to 10.0.0
openttd-helpers 1.2.0 to 1.4.0
pydantic 1.10.7 to 2.1.1
sentry-sdk 1.21.1 to 1.28.1
tempora 5.2.2 to 5.5.0
typing-extensions 4.5.0 to 4.7.1
urllib3 2.0.2 to 2.0.4

Updates aiohttp from 3.8.4 to 3.8.5

Release notes

Sourced from aiohttp's releases.

3.8.5

Security bugfixes

Features

  • Added information to C parser exceptions to show which character caused the error. -- by :user:Dreamsorcerer

    (#7366)

Bugfixes

  • Fixed a transport is :data:None error -- by :user:Dreamsorcerer.

    (#3355)


Changelog

Sourced from aiohttp's changelog.

3.8.5 (2023-07-19)

Security bugfixes

Features

  • Added information to C parser exceptions to show which character caused the error. -- by :user:Dreamsorcerer

    [#7366](https://github.com/aio-libs/aiohttp/issues/7366) <https://github.com/aio-libs/aiohttp/issues/7366>_

Bugfixes

  • Fixed a transport is :data:None error -- by :user:Dreamsorcerer.

    [#3355](https://github.com/aio-libs/aiohttp/issues/3355) <https://github.com/aio-libs/aiohttp/issues/3355>_


Commits


Updates certifi from 2022.12.7 to 2023.7.22

Commits


Updates charset-normalizer from 3.1.0 to 3.2.0

Release notes

Sourced from charset-normalizer's releases.

Version 3.2.0

3.2.0 (2023-06-07)

Changed

  • Typehint for function from_path no longer enforce PathLike as its first argument
  • Minor improvement over the global detection reliability

Added

  • Introduce function is_binary that relies on main capabilities, and is optimized to detect binaries
  • Propagate enable_fallback argument throughout from_bytes, from_path, and from_fp that allow a deeper control over the detection (default True)
  • Explicit support for Python 3.12

Fixed

  • Edge case detection failure where a file would contain 'very-long' camel-cased word (Issue #289)
Changelog

Sourced from charset-normalizer's changelog.

3.2.0 (2023-06-07)

Changed

  • Typehint for function from_path no longer enforce PathLike as its first argument
  • Minor improvement over the global detection reliability

Added

  • Introduce function is_binary that relies on main capabilities, and optimized to detect binaries
  • Propagate enable_fallback argument throughout from_bytes, from_path, and from_fp that allow a deeper control over the detection (default True)
  • Explicit support for Python 3.12

Fixed

  • Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289)
Commits
  • 0424c80 Add workflow_call for ci.yml workflow (reusable) (#307)
  • 782885e Fix issue 289, add function is_binary, add explicit support py 3.12 (#306)
  • 1b0fb5c :arrow_up: Bump pytest from 7.3.2 to 7.4.0 (#304)
  • 3acf08e :arrow_up: Bump mypy from 1.3.0 to 1.4.1 (#305)
  • 5c030b5 Replace emoji shortcodes with UTF-8 emoji (#303)
  • f9f686b :arrow_up: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#302)
  • d42cdaf :arrow_up: Bump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0 (#301)
  • f8e7db1 :arrow_up: Bump pytest from 7.3.1 to 7.3.2 (#300)
  • 6f02962 :arrow_up: Bump pytest-cov from 4.0.0 to 4.1.0 (#298)
  • 8028c56 :arrow_up: Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (#299)
  • Additional commits viewable in compare view


Updates click from 8.1.3 to 8.1.6

Release notes

Sourced from click's releases.

8.1.6

This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.

8.1.5

This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.

8.1.4

This is a fix release for the 8.1.x feature branch.

Changelog

Sourced from click's changelog.

Version 8.1.6

Released 2023-07-18

  • Fix an issue with type hints for @click.group(). :issue:2558

Version 8.1.5

Released 2023-07-13

  • Fix an issue with type hints for @click.command(), @click.option(), and other decorators. Introduce typing tests. :issue:2558

Version 8.1.4

Released 2023-07-06

  • Replace all typing.Dict occurrences to typing.MutableMapping for parameter hints. :issue:2255
  • Improve type hinting for decorators and give all generic types parameters. :issue:2398
  • Fix return value and type signature of shell_completion.add_completion_class function. :pr:2421
  • Bash version detection doesn't fail on Windows. :issue:2461
  • Completion works if there is a dot (.) in the program name. :issue:2166
  • Improve type annotations for pyright type checker. :issue:2268
  • Improve responsiveness of click.clear(). :issue:2284
  • Improve command name detection when using Shiv or PEX. :issue:2332
  • Avoid showing empty lines if command help text is empty. :issue:2368
  • ZSH completion script works when loaded from fpath. :issue:2344.
  • EOFError and KeyboardInterrupt tracebacks are not suppressed when standalone_mode is disabled. :issue:2380
  • @group.command does not fail if the group was created with a custom command_class. :issue:2416
  • multiple=True is allowed for flag options again and does not require setting default=(). :issue:2246, 2292, 2295
  • Make the decorators returned by @argument() and @option() reusable when the cls parameter is used. :issue:2294
  • Don't fail when writing filenames to streams with strict errors. Replace invalid bytes with the replacement character (). :issue:2395
  • Remove unnecessary attempt to detect MSYS2 environment. :issue:2355
  • Remove outdated and unnecessary detection of App Engine environment. :pr:2554
  • echo() does not fail when no streams are attached, such as with pythonw on Windows. :issue:2415
  • Argument with expose_value=False do not cause completion to fail. :issue:2336
Commits


Updates discord-py from 2.2.3 to 2.3.1

Commits
  • 2a9640b Version bump to v2.3.1
  • d48116a Add changelog for v2.3.1
  • 5e86be3 [commands] Change lookup order to place nicknames last
  • 2fdbe59 Fix Message.channel being None for interactions
  • 0efc05c Fix certain select types not appearing in Message.components
  • a7f2c67 Fix false positives in animated for PartialEmoji.from_str
  • 49e31e9 Use cache data if available for Interaction.channel
  • dc4ed43 Fix plain username lookup for Guild.get_member_named
  • 0c6a2fc Version bump for development
  • c785e4b Version bump to v2.3
  • Additional commits viewable in compare view


Updates frozenlist from 1.3.3 to 1.4.0

Release notes

Sourced from frozenlist's releases.

1.4.0

The published source distribution package became buildable under Python 3.12.


Bugfixes

  • Removed an unused :py:data:typing.Tuple import (#411)_

Deprecations and Removals

  • Dropped Python 3.7 support. (#413)_

Misc


Changelog

Sourced from frozenlist's changelog.

1.4.0 (2023-07-12)

The published source distribution package became buildable under Python 3.12.


Bugfixes

  • Removed an unused :py:data:typing.Tuple import [#411](https://github.com/aio-libs/frozenlist/issues/411) <https://github.com/aio-libs/frozenlist/issues/411>_

Deprecations and Removals

  • Dropped Python 3.7 support. [#413](https://github.com/aio-libs/frozenlist/issues/413) <https://github.com/aio-libs/frozenlist/issues/413>_

Misc

  • [#410](https://github.com/aio-libs/frozenlist/issues/410) <https://github.com/aio-libs/frozenlist/issues/410>, [#433](https://github.com/aio-libs/frozenlist/issues/433) <https://github.com/aio-libs/frozenlist/issues/433>

Commits
  • 9d96e08 🐛 Add "Gitter" to the spelling allowlist
  • 7b65e79 📦 Bump frozenlist to v1.4.0
  • b3a6bd7 🧪 Check dist meta in strict mode
  • 116c164 📝🔥 Remove references to Discourse
  • ad22ce8 📝 Replace Gitter mentions with Matrix
  • f119a80 📦📝 Link CoC from the PyPI page sidebar
  • adcdfce 🎨📝 Replace PyPI badge w/ shields.io in README
  • fc7747e 📝📦 Link the changelog from PyPI
  • 16e5426 📝 Update docs links with new FQDN
  • 2a284f3 🧪 Report coverage for the tests
  • Additional commits viewable in compare view


Updates inflect from 6.0.4 to 7.0.0

Changelog

Sourced from inflect's changelog.

v7.0.0

Features

  • Refine type hint for singular_noun to indicate a literal return type for False. (#186)

Deprecations and Removals

  • Removed methods renamed in 0.2.0.

v6.2.0

Features

  • Project now supports Pydantic 2 while retaining support for Pydantic 1. (#187)

Bugfixes

  • Added validation of user-defined words and amended the type declarations to match, allowing for null values but not empty strings. (#187)

v6.1.1

Bugfixes

  • ordinal now handles float types correctly without first coercing them to strings. (#178)

v6.1.0

Features

  • Require Python 3.8 or later.

v6.0.5

... (truncated)

Commits
  • dd99d21 Finalize
  • fa340da Merge pull request #186 from Ovsynka83/improve-type-hints-for-singular-noun
  • 5950e3f Update changelog
  • e779252 Removed deprecated methods.
  • 277a4ed parameterize test_ordinal
  • cb7a14e parameterize test_prespart
  • 7ae1db3 parameterize test_a
  • 82573ff Remove TODO method.
  • dad40be Convert some TODOs to xfail tests.
  • d99a38f Split out test_user_input_defverb tests. Prefer xfail to TODO.
  • Additional commits viewable in compare view


Updates jaraco-classes from 3.2.3 to 3.3.0

Changelog

Sourced from jaraco-classes's changelog.

v3.3.0

Features

  • Require Python 3.8 or later.
Commits


Updates jaraco-collections from 4.1.0 to 4.3.0

Changelog

Sourced from jaraco-collections's changelog.

v4.3.0

Features

  • Require Python 3.8 or later.

v4.2.0

Added Mask, the inverse of a Projection.

Commits


Updates jaraco-functools from 3.6.0 to 3.8.0

Changelog

Sourced from jaraco-functools's changelog.

v3.8.0

Features

  • Require Python 3.8 or later.

v3.7.0

Added bypass_unless and bypass_when and identity.

Commits


Updates more-itertools from 9.1.0 to 10.0.0

Release notes

Sourced from more-itertools's releases.

Version 10.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/more-itertools/more-itertools/compare/v9.1.1...v10.0.0

Version 9.1.1 (docs only)

This is a docs-only release to fix issue #688. There is no corresponding PyPI release.

Commits
  • 5c1fb20 Merge pull request #734 from more-itertools/issue-732-isqrt
  • 4d49fb9 Update version history for numeric_change update
  • 8ed237d Merge branch 'eltoder-feature/numeric-range-calc-len' into issue-732-isqrt
  • a67c030 Delay computation of numeric_range len until needed
  • 9514d07 Update convolve recipe with note about implementation
  • 45b1080 Fix docstring typo
  • d9d2654 More for the 10.0.0 changelog
  • 9c6f616 Sync factor with CPython GH-106817
  • f55a41d nth_combination_with_replacement was in the wrong spot
  • 10540e7 Selectively skip zip_strict tests
  • Additional commits viewable in compare view


Updates openttd-helpers from 1.2.0 to 1.4.0

Release notes

Sourced from openttd-helpers's releases.

1.4.0

What's Changed

Full Changelog: https://github.com/OpenTTD/py-helpers/compare/1.3.0...1.4.0

1.3.0

What's Changed

Full Changelog: https://github.com/OpenTTD/py-helpers/compare/1.2.0...1.3.0

Commits
  • 4099526 Fix: Sentry reports every minute how many sessions it has seen (#14)
  • b6dc833 Fix: Sentry emit an (empty) report every minute (#13)
  • See full diff in compare view


Updates pydantic from 1.10.7 to 2.1.1

Release notes

Sourced from pydantic's releases.

v2.1.1 2023-07-25

What's Changed

v2.1.0 2023-07-25

What's Changed

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.1.1 (2023-07-25)

GitHub release

v2.1.0 (2023-07-25)

GitHub release