Skip to content

chore(deps-dev): update regopy requirement from >=0.3.0 to >=1.4.0 in /libs/kest-core/python#40

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/libs/kest-core/python/regopy-gte-1.4.0
Closed

chore(deps-dev): update regopy requirement from >=0.3.0 to >=1.4.0 in /libs/kest-core/python#40
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/libs/kest-core/python/regopy-gte-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on regopy to permit the latest version.

Release notes

Sourced from regopy's releases.

v1.4.0

Minor version adding glob.match, glob.quote_meta, and regex.globs_match built-in implementations.

New Features

  • Added glob.match built-in with full gobwas/glob-compatible pattern matching, including *, **, ?, character classes ([abc], [a-z], [!x]), brace alternatives ({foo,bar}), and configurable path delimiters.
  • Added glob.quote_meta built-in for escaping glob metacharacters.
  • Added regex.globs_match built-in for testing whether the intersection of two glob patterns matches a non-empty set of non-empty strings.

Bug Fixes

  • Fixed regex.find_all_string_submatch to advance by one Unicode codepoint after a zero-length match, preventing infinite loops and matching Go's regexp.FindAllStringSubmatch behavior.

Build System / Packaging

  • Fixed vcpkg portfile.cmake REF to use v${VERSION} prefix, matching the actual git tag format.
  • Added "supports": "!x86" constraint to vcpkg manifest.
  • Bumped vcpkg OpenSSL minimum version from 3.0.0 to 3.0.2.

Test Infrastructure

  • Extracted built-in-specific test cases from regocpp.yaml into a new builtins.yaml file with a dedicated CTest target (rego_test_builtins).
  • Added 27 new test cases covering glob.match, glob.quote_meta, and regex.globs_match (including edge cases and error conditions).
Changelog

Sourced from regopy's changelog.

2026-04-08 - Version 1.4.0

Minor version adding glob.match, glob.quote_meta, and regex.globs_match built-in implementations.

New Features

  • Added glob.match built-in with full gobwas/glob-compatible pattern matching, including *, **, ?, character classes ([abc], [a-z], [!x]), brace alternatives ({foo,bar}), and configurable path delimiters.
  • Added glob.quote_meta built-in for escaping glob metacharacters.
  • Added regex.globs_match built-in for testing whether the intersection of two glob patterns matches a non-empty set of non-empty strings.

Bug Fixes

  • Fixed regex.find_all_string_submatch to advance by one Unicode codepoint after a zero-length match, preventing infinite loops and matching Go's regexp.FindAllStringSubmatch behavior.

Build System / Packaging

  • Fixed vcpkg portfile.cmake REF to use v${VERSION} prefix, matching the actual git tag format.
  • Added "supports": "!x86" constraint to vcpkg manifest.
  • Bumped vcpkg OpenSSL minimum version from 3.0.0 to 3.0.2.

Test Infrastructure

  • Extracted built-in-specific test cases from regocpp.yaml into a new builtins.yaml file with a dedicated CTest target (rego_test_builtins).
  • Added 27 new test cases covering glob.match, glob.quote_meta, and regex.globs_match (including edge cases and error conditions).

2026-04-02 - Version 1.3.1

Patch release replacing the mbedTLS crypto backend with OpenSSL 3, fixing the print built-in to match OPA semantics, and adding vcpkg packaging support.

Breaking Changes

  • Removed the mbedtls crypto backend. The default REGOCPP_CRYPTO_BACKEND is now openssl3 (previously mbedtls). Builds on Linux/macOS require OpenSSL 3.0+ development headers (e.g. libssl-dev, openssl@3). The bcrypt backend for Windows is unchanged.

Bug Fixes

  • Fixed the print built-in (internal.print) to match OPA semantics: arguments are now wrapped in set comprehensions, undefined arguments print as <undefined> instead of aborting, and multi-valued arguments produce the cross-product of output lines.
  • Fixed regocppConfig.cmake.in to use @PACKAGE_INIT@ and CMakeFindDependencyMacro instead of re-fetching Trieste from git. Corrected the typo REGOCPP_lIBRARIESREGOCPP_LIBRARIES.

Build System / Packaging

  • Added REGOCPP_USE_FETCH_CONTENT option (default ON). When OFF, Trieste

... (truncated)

Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [regopy](https://github.com/microsoft/rego-cpp) to permit the latest version.
- [Release notes](https://github.com/microsoft/rego-cpp/releases)
- [Changelog](https://github.com/microsoft/rego-cpp/blob/main/CHANGELOG)
- [Commits](microsoft/rego-cpp@v0.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: regopy
  dependency-version: 1.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python related changes labels Apr 11, 2026
@dependabot dependabot Bot requested a review from eterna2 as a code owner April 11, 2026 21:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python related changes labels Apr 11, 2026
@eterna2
Copy link
Copy Markdown
Owner

eterna2 commented Apr 12, 2026

Superseded by consolidated deps PR

@eterna2 eterna2 closed this Apr 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/libs/kest-core/python/regopy-gte-1.4.0 branch April 12, 2026 01:42
eterna2 added a commit that referenced this pull request Apr 25, 2026
…endencies (#103)

This commit updates several dependencies to address known security vulnerabilities:
- aiohttp: 3.13.3 -> 3.13.4 (Fixes #19-28)
- cryptography: 46.0.5 -> 46.0.7 (Fixes #17, #29)
- requests: 2.32.5 -> 2.33.0 (Fixes #16)
- Pygments: 2.19.2 -> 2.20.0 (Fixes #4, #18)
- PyJWT: 2.11.0 -> 2.12.1 (Fixes #1)
- postcss: 8.4.31 -> 8.5.10 (Fixes #40)
- uuid: 11.1.0 -> 14.0.0 (Fixes #39)

Verified with moon run kest-core-python:test and moon run website:build.
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 Python related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant