googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
493 stars 21 forks source link

Bump the python-packages group across 1 directory with 2 updates #1613

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the python-packages group with 2 updates in the / directory: aiohttp and glyphslib.

Updates aiohttp from 3.10.2 to 3.10.4

Release notes

Sourced from aiohttp's releases.

3.10.4

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: #3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8680.

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

    Related issues and pull requests on GitHub: #8685.

  • Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8720.

Improved documentation

  • Added aiohttp-apischema to supported libraries -- by :user:Dreamsorcerer.

    Related issues and pull requests on GitHub: #8700.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.4 (2024-08-17)

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

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

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

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

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

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

  • Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:Dreamsorcerer.

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

Improved documentation

  • Added aiohttp-apischema to supported libraries -- by :user:Dreamsorcerer.

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

... (truncated)

Commits
  • 8dcd3a4 Release 3.10.4 (Attempt 2) (#8732)
  • f4d4f2a Release 3.10.4 (#8731)
  • 0f1a008 [PR #8685/e7c02ca4 backport][3.10] Fix exceptions from WebSocket ping task no...
  • 635ae62 [PR #8682/490fca61 backport][3.10] Reduce WebSocket frame parser complexity (...
  • ebec945 [PR #8681/30a3d0ef backport][3.10] Improve performance of starting request ha...
  • 78d45e7 Fix Python parser when chunk separators align (#8720) (#8722)
  • 5ef8cba [PR #8717/e0a7c0cb backport][3.10] Minor tweaks backported from #8701 (#8719)
  • 677f6af [PR #8714/8690b0fb backport][3.10] Minor improvements to testing docs (#8715)
  • 58e8597 [PR #8693/7ca244ef backport][3.10] Fix missing logic in quickstart example (#...
  • 6a09242 [PR #8700/92e14f86 backport][3.10] Add aiohttp-apischema to supported librari...
  • Additional commits viewable in compare view


Updates glyphslib from 6.8.0 to 6.8.1

Release notes

Sourced from glyphslib's releases.

v6.8.1

Fixed a regression introduced in v6.8.0 when the optional glyph_data parameter is passed to to_designspace and to_ufos functions. This corresponds to fontmake's --glyph-data CLI flag, and consists in a list of paths to custom GlyphData.xml files. After v6.8.0, an AttributeError: 'list' object has no attribute 'names' exception was raised when the parameter was set (#1019, #1020).

Commits
  • 9afd0d8 Merge pull request #1020 from googlefonts/fix-glyph-data-param
  • 47dc620 restore glyph_data as list of paths to be parsed into GlyphData object (but o...
  • 6c459b2 add repro for issue #1019
  • See full diff in compare view


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