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

pip: bump regex from 2024.7.24 to 2024.9.11 #1144

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2024

Bumps regex from 2024.7.24 to 2024.9.11.

Changelog

Sourced from regex's changelog.

Version: 2024.9.14

Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml because GitHub Actions failed when using them.

Version: 2024.9.13

Updated to actions/upload-artifact@v4 in main.yml.

Version: 2024.9.12

Updated to actions/download-artifact@v4 in main.yml.

Version: 2024.9.11

Updated to Unicode 16.0.0.

Version: 2024.7.24

Git issue 539: Bug: Partial matching fails on a simple example

Version: 2024.6.22

Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation

Version: 2024.5.15

Git issue 530: hangs with fuzzy and optionals

It's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.

The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.

Version: 2024.5.10

Updated for Python 3.13.

<time.h> now needs to be included explicitly because Python.h no longer includes it.

Version: 2024.4.28

Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes

Version: 2024.4.16

Git issue 525: segfault when fuzzy matching empty list

Version: 2023.12.25

Cannot get release notification action in main.yml to work. Commenting it out for now.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24 to 2024.9.11.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2024.7.24...2024.9.11)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added language:python Pull requests that update Python code type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file labels Sep 18, 2024
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Sep 18, 2024
@apop5 apop5 merged commit a8f504e into release/202405 Sep 18, 2024
31 checks passed
@apop5 apop5 deleted the dependabot/pip/regex-2024.9.11 branch September 18, 2024 15:36
apop5 pushed a commit to apop5/mu_basecore that referenced this pull request Sep 20, 2024
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.7.24
to 2024.9.11.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Sep 25, 2024
Introduces 8 new commits in [MU_BASECORE](https://github.com/microsoft/mu_basecore.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_basecore/commit/95a58f8ff1baa410405b6b0c56cb4666b7c23364">95a58f</a> [Cherry-Pick] Support Report Status Code in the UefiPxe driver.</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/ba672c3aca5c96e493fbf3628ee779388d82634b">ba672c</a> [CHERRY-PICK] MdePkg: Bring in mocks from 2311 (<a href="https://github.com/microsoft/mu_basecore/pull/1139">#1139</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/b0921a62ca99bf5ddd56a65fd2d1bb4dcb5d87ad">b0921a</a> Repo File Sync: Update PR template text and Rust version to 1.80.0 (<a href="https://github.com/microsoft/mu_basecore/pull/1135">#1135</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/a8f504e0ae2138f4b0c4b00bd0e1664b6186e444">a8f504</a> pip: bump regex from 2024.7.24 to 2024.9.11 (<a href="https://github.com/microsoft/mu_basecore/pull/1144">#1144</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/5724e5f736815eaa8430ea19f7b13bf6f383a01d">5724e5</a> pip: update edk2-pytool-library requirement from ~=0.21.10 to ~=0.21.11 (<a href="https://github.com/microsoft/mu_basecore/pull/1143">#1143</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/d857e20486701750a011dbd15f65597495728ea7">d857e2</a> [CHERRY-PICK] .pytool/ImageValidation: Print invalid dir paths (<a href="https://github.com/microsoft/mu_basecore/pull/1142">#1142</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/85f493899fc73171f84782747da2d6e3b9ebfb65">85f493</a> [SQUASH ON REBASE] ImageValidation.py: Support gitignore style syntax for file exclusion (<a href="https://github.com/microsoft/mu_basecore/pull/1140">#1140</a>)</li>
<li><a href="https://github.com/microsoft/mu_basecore/commit/f2547000cccf6f8d37d730498c8f0b5a91ce8d89">f25470</a> MdeModulePkg/SMM: Initialize 'WillReturn' variable</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependabot Created by dependabot type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant