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.5.10 to 2024.5.15 #274

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps regex from 2024.5.10 to 2024.5.15.

Changelog

Sourced from regex's changelog.

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.

Version: 2023.12.24

Fixed invalid main.yml.

Version: 2023.12.23

The escape function no longer escapes \x00. It's not necessary.

Inline flags can now be turned off and apply to what follows.

Added \R to match line endings.

Version: 2023.10.3

Updated to Unicode 15.1.0.

Version: 2023.8.8

Git issue 508: Regex doesn't build using CPython main (3.13.0a0)
Removed usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

Version: 2023.6.3

Git issue 498: Conditional negative lookahead inside positive lookahead fails to match

... (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)

@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 May 29, 2024
@github-actions github-actions bot removed the language:python Pull requests that update Python code label May 29, 2024
@apop5
Copy link
Contributor

apop5 commented Jun 2, 2024

@dependabot rebase

1 similar comment
@apop5
Copy link
Contributor

apop5 commented Jun 2, 2024

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/regex-2024.5.15 branch from 139ac87 to 5948ef1 Compare June 2, 2024 22:34
@codecov-commenter
Copy link

codecov-commenter commented Jun 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 1.35%. Comparing base (7fe1fbe) to head (5948ef1).

Additional details and impacted files
@@              Coverage Diff               @@
##           release/202311    #274   +/-   ##
==============================================
  Coverage            1.35%   1.35%           
==============================================
  Files                 162     162           
  Lines               38591   38591           
  Branches              265     265           
==============================================
  Hits                  521     521           
  Misses              38070   38070           
Flag Coverage Δ
FmpDevicePkg 8.07% <ø> (ø)
SecurityPkg 0.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@apop5 apop5 merged commit 3262d4d into release/202311 Jun 3, 2024
19 checks passed
@apop5 apop5 deleted the dependabot/pip/regex-2024.5.15 branch June 3, 2024 00:09
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Jul 17, 2024
Introduces 9 new commits in [Common/MU_TIANO](https://github.com/microsoft/mu_tiano_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/3262d4d84367abad190af212d9da3c3597193cdf">3262d4</a> pip: bump regex from 2024.5.10 to 2024.5.15 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/274">#274</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/046c871426768cefa1f0d89be1b142a4138369d7">046c87</a> SecurityPkg: Add RngPei (<a href="https://github.com/microsoft/mu_tiano_plus/pull/277">#277</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/208b56efe7b3d0004e282d177c518fd540bfb996">208b56</a> pip: bump edk2-pytool-library from 0.21.5 to 0.21.6 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/279">#279</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/b962d6ca0b8bd2e0968496eef4a7d2f791d81db2">b962d6</a> pip: bump edk2-pytool-library from 0.21.6 to 0.21.7 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/281">#281</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/87758cbaf99491f5e82c4fc9706134752263a54e">87758c</a> pip: bump edk2-pytool-extensions from 0.27.5 to 0.27.6 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/280">#280</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/76cde1d886e745d94bb3e61b8f2af021c9de07d3">76cde1</a> pip: bump edk2-pytool-library from 0.21.7 to 0.21.8 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/285">#285</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/85dbff8e3fefe940458e390fe02b832bef10b66d">85dbff</a> Repo File Sync: synced file(s) with microsoft/mu_devops (<a href="https://github.com/microsoft/mu_tiano_plus/pull/288">#288</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/bd55e5a840714e99f02b034b974bd1002f7c4a43">bd55e5</a> GitHub Action: Bump robinraju/release-downloader from 1.10 to 1.11 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/291">#291</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/9cf63ae3a9904c9d395f9b87867bb85297a1f16f">9cf63a</a> pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.9 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/302">#302</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
apop5 referenced this pull request in microsoft/mu_tiano_platforms Jul 24, 2024
Bumps Common/MU_TIANO from `2023110001.0.1` to `2023110001.1.0`


Introduces 9 new commits in
[Common/MU_TIANO](https://github.com/microsoft/mu_tiano_plus.git).

<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/3262d4d84367abad190af212d9da3c3597193cdf">3262d4</a>
pip: bump regex from 2024.5.10 to 2024.5.15 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/274">#274</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/046c871426768cefa1f0d89be1b142a4138369d7">046c87</a>
SecurityPkg: Add RngPei (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/277">#277</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/208b56efe7b3d0004e282d177c518fd540bfb996">208b56</a>
pip: bump edk2-pytool-library from 0.21.5 to 0.21.6 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/279">#279</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/b962d6ca0b8bd2e0968496eef4a7d2f791d81db2">b962d6</a>
pip: bump edk2-pytool-library from 0.21.6 to 0.21.7 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/281">#281</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/87758cbaf99491f5e82c4fc9706134752263a54e">87758c</a>
pip: bump edk2-pytool-extensions from 0.27.5 to 0.27.6 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/280">#280</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/76cde1d886e745d94bb3e61b8f2af021c9de07d3">76cde1</a>
pip: bump edk2-pytool-library from 0.21.7 to 0.21.8 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/285">#285</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/85dbff8e3fefe940458e390fe02b832bef10b66d">85dbff</a>
Repo File Sync: synced file(s) with microsoft/mu_devops (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/288">#288</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/bd55e5a840714e99f02b034b974bd1002f7c4a43">bd55e5</a>
GitHub Action: Bump robinraju/release-downloader from 1.10 to 1.11 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/291">#291</a>)</li>
<li><a
href="https://github.com/microsoft/mu_tiano_plus/commit/9cf63ae3a9904c9d395f9b87867bb85297a1f16f">9cf63a</a>
pip: bump edk2-pytool-extensions from 0.27.6 to 0.27.9 (<a
href="https://github.com/microsoft/mu_tiano_plus/pull/302">#302</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Co-authored-by: Aaron <105021049+apop5@users.noreply.github.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.

2 participants