Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group with 3 updates #80

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the python-packages group with 3 updates: glyphslib, pre-commit and pytest-asyncio.

Updates glyphslib from 6.9.5 to 6.10.1

Release notes

Sourced from glyphslib's releases.

v6.10.1

Updated embedded copy of GlyphData.xml to the latest upstream version (#1063).

v6.10.0

  • Roundtrip UFO point identifiers (#1049, #1054).
  • Also use glyph.unicodes in addition to glyph.name when looking up GlyphData for category/subCategory, production name, script. Fixes issue whereby some wrongly named mark glyphs' widths were not being zeroed (#1059, #1060).
  • Support parsing codePageRanges custom parameter containing special string values like "bit 29" (#530, #1061).

v6.9.6

Fixed a couple of bugs in EraseOpenCornersFilter: avoid unnecessary duplicate points at end of closed contours, and don't process contour with fewer than three segments (#1057, #1058).

Commits
  • a81cd45 Merge pull request #1063 from moyogo/glyphsdata-synch
  • 89481bf Synch GlyphData.xml with upstream
  • 03dd4d7 Merge pull request #1062 from black7375/lint-fix
  • 201c6d6 Fix flake8 errors
  • f976349 Merge pull request #1061 from black7375/codepage-parse
  • 740bff0 Support new codepage ranges syntax #530
  • 76e49f1 Merge pull request #1060 from cmyr/use-unicode-to-get-glyphinfo
  • 68c6f5a Merge pull request #1054 from jenskutilek/point-identifier
  • edec35e Handle bracket glyph production names consistently
  • a4b9054 Consider unicodes when zeroing mark glyph widths
  • Additional commits viewable in compare view

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.25.2 to 0.25.3

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.25.3

  • Avoid errors in cleanup of async generators when event loop is already closed #1040
Commits
  • 7c50192 fix: Avoid errors in cleanup of async generators when event loop is already c...
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 3 updates: [glyphslib](https://github.com/googlefonts/glyphsLib), [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `glyphslib` from 6.9.5 to 6.10.1
- [Release notes](https://github.com/googlefonts/glyphsLib/releases)
- [Commits](googlefonts/glyphsLib@v6.9.5...v6.10.1)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `pytest-asyncio` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: glyphslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
@justvanrossum justvanrossum merged commit 0082ef9 into main Feb 1, 2025
2 checks passed
@justvanrossum justvanrossum deleted the dependabot/pip/python-packages-0f4a4257fb branch February 1, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant