Skip to content

Bump the dependency-type group in /tools with 4 updates#985

Merged
cooperq merged 1 commit into
mainfrom
dependabot/pip/tools/dependency-type-4cbc46bbd9
Apr 15, 2026
Merged

Bump the dependency-type group in /tools with 4 updates#985
cooperq merged 1 commit into
mainfrom
dependabot/pip/tools/dependency-type-4cbc46bbd9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps the dependency-type group in /tools with 4 updates: asn1tools, bitstruct, pycrate and pyparsing.

Updates asn1tools from 0.166.0 to 0.167.0

Commits

Updates bitstruct from 8.19.0 to 8.22.1

Commits
  • 922e5fa Version 8.22.1.
  • 39be351 [PATCH] Fix float16 pack/unpack on big-endian systems
  • 99f8088 Compile wheels for Inten macOS and Windows ARM
  • 8ea759b GitHub removed MacOS 13.
  • 8c25363 Version 8.22.0.
  • fe01553 Add Python 3.14 to test matrix
  • a1084e6 Version 8.21.0.
  • 449fd87 Bump Python version since <3.9 is EOL
  • 79bbb90 Drop ppc64 architecture
  • 449ead9 Build wheels for more architectures
  • Additional commits viewable in compare view

Updates pycrate from 0.7.8 to 0.7.11

Release notes

Sourced from pycrate's releases.

0.7.11

Full Changelog: pycrate-org/pycrate@0.7.10...0.7.11

0.7.10

What's Changed

New Contributors

Full Changelog: pycrate-org/pycrate@0.7.9...0.7.10

0.7.9

What's Changed

New Contributors

Full Changelog: pycrate-org/pycrate@0.7.8...0.7.9

Commits
  • c97546f tag a new minor
  • 09e4d5d 24301: fix extended emergency number format
  • a4bd6a6 24501: enhance and extend QoSFlowDesc and QoSRule, fix ExtCAGInfo
  • 15cf976 24501: typo in a message header
  • b8aecea 24501: enhance GUTI's PLMN decoding
  • 5730d26 bump version
  • b6c5606 Merge pull request #43 from matan1008/bugfix/mobile/rr-assignment-command
  • 2fb8b53 pycrate_mobile: Fix RRAssignmentCmd's MobileAllocBefore type
  • 1bec89e pycrate_mobile: Fix RRAssignmentCmd's FirstChanDescBefore and SecondChanDescB...
  • c7e4e6d NAS5G: fix NSSAI decoding, SAList and extend few bitmaps
  • Additional commits viewable in compare view

Updates pyparsing from 3.1.2 to 3.3.2

Changelog

Sourced from pyparsing's changelog.

Version 3.3.2 - January, 2026

  • Defined pyparsing-specific warning classes so that they can be selectively enabled or disabled without affecting warnings raised by other libraries in the same Python app:

    • PyparsingWarning - base warning for all pyparsing-specific warnings (inherits from UserWarning)
    • PyparsingDeprecationWarning - warning for using deprecated features (inherits from PyparsingWarning and DeprecationWarning)
    • PyparsingDiagnosticWarning - warning raised when pyparsing diagnostics are enabled and a diagnostic feature is used (inherits from PyparsingWarning)
  • Added as_datetime parse action to pyparsing.common - a more generalized version of the convert_to_datetime parse action (supports any expression that extracts date/time fields into "year", "month", "day", etc. results names), and validates that the parsed fields represent a valid date and time.

  • Added iso8601_date_validated and iso8601_datetime_validated expressions to pyparsing.common, which return a Python datetime.datetime

  • Various performance improvements in ParseResults class and core functions, with 10-20% performance overall.

  • Added regex_inverter web page (using PyScript) to demonstrate using the inv_regex.py example.

  • Expanded regex forms handled by the examples/inv_regex.py example:

    • named capturing groups (?P<name>)
    • partial repetition ({m,} and {,n})
    • negated character classes ([^...])
  • Added SPy (Simplified Python) parser to examples.

Version 3.3.1 - December, 2025

  • Added license info to metadata, following PEP-639. Thanks to Gedalia Pasternak and Marc Mueller for submitted issue and PR. Fixes #626.

Version 3.3.0 - December, 2025

=========================================================================================== The version 3.3.0 release will begin emitting DeprecationWarnings for pyparsing methods that have been renamed to PEP8-compliant names (introduced in pyparsing 3.0.0, in August, 2021, with legacy names retained as aliases). In preparation, I added in pyparsing 3.2.2 a utility for finding and replacing the legacy method names with the new names. This utility is located at pyparsing/tools/cvt_pep8_names.py. This script will scan all Python files specified on the command line, and if the -u option is selected, will replace all occurrences of the old method names with the new PEP8-compliant names,

... (truncated)

Commits
  • fa24016 Sync regex_inverter example from pyparsing
  • ea22046 Updates to regex_inverter example: handle cancel during long max_results inte...
  • 7df5c09 Sync regex_inverter example from pyparsing
  • e862afa Add Regular Expressions Quick Reference to regex_inverter/index.html
  • 6fdbd88 Sync regex_inverter example from pyparsing
  • 5b33045 Add note in the regex inverter that only the 7-bit ASCII characters are used ...
  • e403f2c Merge branch 'master' of https://github.com/pyparsing/pyparsing
  • e7b5f1c Fix repo sync action in sync-regex-inverter.yml
  • ea463fa Sync regex_inverter example from pyparsing
  • afcbdac Change repetition instructions to use {,4} instead of {,10}
  • Additional commits viewable 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 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 dependency-type group in /tools with 4 updates: [asn1tools](https://github.com/eerimoq/asn1tools), [bitstruct](https://github.com/eerimoq/bitstruct), [pycrate](https://github.com/pycrate-org/pycrate) and [pyparsing](https://github.com/pyparsing/pyparsing).


Updates `asn1tools` from 0.166.0 to 0.167.0
- [Release notes](https://github.com/eerimoq/asn1tools/releases)
- [Commits](eerimoq/asn1tools@0.166.0...0.167.0)

Updates `bitstruct` from 8.19.0 to 8.22.1
- [Commits](eerimoq/bitstruct@8.19.0...8.22.1)

Updates `pycrate` from 0.7.8 to 0.7.11
- [Release notes](https://github.com/pycrate-org/pycrate/releases)
- [Commits](pycrate-org/pycrate@0.7.8...0.7.11)

Updates `pyparsing` from 3.1.2 to 3.3.2
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@pyparsing_3.1.2...3.3.2)

---
updated-dependencies:
- dependency-name: asn1tools
  dependency-version: 0.167.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-type
- dependency-name: bitstruct
  dependency-version: 8.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-type
- dependency-name: pycrate
  dependency-version: 0.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-type
- dependency-name: pyparsing
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-type
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 15, 2026
@cooperq cooperq merged commit 1160842 into main Apr 15, 2026
19 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/tools/dependency-type-4cbc46bbd9 branch April 15, 2026 18:16
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