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 2023.6.3 to 2023.8.8 #226

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps regex from 2023.6.3 to 2023.8.8.

Changelog

Sourced from regex's changelog.

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
Conditional node needed an additional member that points to the true branch.

Version: 2023.5.5

Removed semicolon after 'else' in 'munge_name'.

Version: 2023.5.4

Fixed pyproject.toml and setup.py.

Version: 2023.5.3

pyproject.toml was missing.

Version: 2023.5.2

Added pyproject.toml.

Version: 2023.3.23

Git issue 495: Running time for failing fullmatch increases rapidly with input length
Re-enabled modified repeat guards due to regression in speed caused by excessive backtracking.

Version: 2023.3.22

Git issue 494: Backtracking failure matching regex `^a?(a?)b?c\1$` against string `abca`
Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts.

Version: 2022.10.31

Updated text for supported Unicode and Python versions.

Version: 2022.9.13

Updated to Unicode 15.0.0.

Version: 2022.9.11

Updated version.

Version: 2022.8.17

... (truncated)

Commits
  • bc73ebb Git issue 508: Regex doesn't build using CPython main (3.13.0a0)
  • See full diff in compare view

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 2023.6.3 to 2023.8.8.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2023.6.3...2023.8.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@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 Aug 9, 2023
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Aug 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #226 (8b74173) into main (34e9b79) will not change coverage.
The diff coverage is n/a.

❗ Current head 8b74173 differs from pull request most recent head 8eae030. Consider uploading reports for the commit 8eae030 to get more accurate results

@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   27.74%   27.74%           
=======================================
  Files          16       16           
  Lines        4494     4494           
=======================================
  Hits         1247     1247           
  Misses       3247     3247           
Flag Coverage Δ
Linux 27.74% <ø> (ø)

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

@makubacki makubacki merged commit 5238362 into main Aug 9, 2023
16 checks passed
@makubacki makubacki deleted the dependabot/pip/regex-2023.8.8 branch August 9, 2023 14:15
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Sep 6, 2023
Introduces 12 new commits in [Features/CONFIG](https://github.com/microsoft/mu_feature_config.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/c608e202f37a38048e29529ac1842d51d6f4a88a">c608e2</a> Repo File Sync: Update to Mu DevOps 5.0.6 and Ubuntu container 3bf70b5 (<a href="https://github.com/microsoft/mu_feature_config/pull/222">#222</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/a8adde61745c9905ec854e46af78c9dac40c1597">a8adde</a> pip: bump edk2-pytool-extensions from 0.23.9 to 0.23.10 (<a href="https://github.com/microsoft/mu_feature_config/pull/223">#223</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/861ed2b06a3572bd2c09fb25029e3e030008afb4">861ed2</a> pip: bump xmlschema from 2.3.1 to 2.4.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/225">#225</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/a78277d4e82173de57df8452ee17b707d2fa184f">a78277</a> SetupDataPkg/Tools/KnobService.py: Fix flake8 6.1.0 error</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/34e9b79e570a1e6627218c0eb7b76be058bd4bf5">34e9b7</a> pip: bump flake8 from 6.0.0 to 6.1.0</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/5e9478f7b0ebbe98c122ec8538d462d3498399ee">5e9478</a> pip: bump edk2-pytool-library from 0.15.3 to 0.16.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/227">#227</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/5238362acd147fdda369435bc4045131cd597497">523836</a> pip: bump regex from 2023.6.3 to 2023.8.8 (<a href="https://github.com/microsoft/mu_feature_config/pull/226">#226</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/2d26e7671c9ce0e5dce26f7667294a1cb110bec5">2d26e7</a> pip: bump edk2-pytool-library from 0.16.1 to 0.17.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/228">#228</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/06377fa17c99aaad9391e47dfd42abe5b99ff9c1">06377f</a> pip: bump edk2-pytool-extensions from 0.23.10 to 0.24.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/229">#229</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/51ce03de4f1db0b848f3591927e8b9f94ea43c8c">51ce03</a> UpdateConfigHdr.py: Resolve mws deprecation (<a href="https://github.com/microsoft/mu_feature_config/pull/231">#231</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/0613e8294b68db2a10a7a0eb8a96678046454472">0613e8</a> Repo File Sync: Update to Mu DevOps v6.1.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/230">#230</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/684684f91dda7f9e5174ecc3710e1fd8f830c97a">684684</a> Repo File Sync: Add extra_cargo_steps parameter to MuDevOpsWrapper.yml (<a href="https://github.com/microsoft/mu_feature_config/pull/232">#232</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
makubacki referenced this pull request in microsoft/mu_tiano_platforms Sep 6, 2023
Introduces 12 new commits in [Features/CONFIG](https://github.com/microsoft/mu_feature_config.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/c608e202f37a38048e29529ac1842d51d6f4a88a">c608e2</a> Repo File Sync: Update to Mu DevOps 5.0.6 and Ubuntu container 3bf70b5 (<a href="https://github.com/microsoft/mu_feature_config/pull/222">#222</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/a8adde61745c9905ec854e46af78c9dac40c1597">a8adde</a> pip: bump edk2-pytool-extensions from 0.23.9 to 0.23.10 (<a href="https://github.com/microsoft/mu_feature_config/pull/223">#223</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/861ed2b06a3572bd2c09fb25029e3e030008afb4">861ed2</a> pip: bump xmlschema from 2.3.1 to 2.4.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/225">#225</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/a78277d4e82173de57df8452ee17b707d2fa184f">a78277</a> SetupDataPkg/Tools/KnobService.py: Fix flake8 6.1.0 error</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/34e9b79e570a1e6627218c0eb7b76be058bd4bf5">34e9b7</a> pip: bump flake8 from 6.0.0 to 6.1.0</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/5e9478f7b0ebbe98c122ec8538d462d3498399ee">5e9478</a> pip: bump edk2-pytool-library from 0.15.3 to 0.16.1 (<a href="https://github.com/microsoft/mu_feature_config/pull/227">#227</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/5238362acd147fdda369435bc4045131cd597497">523836</a> pip: bump regex from 2023.6.3 to 2023.8.8 (<a href="https://github.com/microsoft/mu_feature_config/pull/226">#226</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/2d26e7671c9ce0e5dce26f7667294a1cb110bec5">2d26e7</a> pip: bump edk2-pytool-library from 0.16.1 to 0.17.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/228">#228</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/06377fa17c99aaad9391e47dfd42abe5b99ff9c1">06377f</a> pip: bump edk2-pytool-extensions from 0.23.10 to 0.24.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/229">#229</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/51ce03de4f1db0b848f3591927e8b9f94ea43c8c">51ce03</a> UpdateConfigHdr.py: Resolve mws deprecation (<a href="https://github.com/microsoft/mu_feature_config/pull/231">#231</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/0613e8294b68db2a10a7a0eb8a96678046454472">0613e8</a> Repo File Sync: Update to Mu DevOps v6.1.0 (<a href="https://github.com/microsoft/mu_feature_config/pull/230">#230</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/684684f91dda7f9e5174ecc3710e1fd8f830c97a">684684</a> Repo File Sync: Add extra_cargo_steps parameter to MuDevOpsWrapper.yml (<a href="https://github.com/microsoft/mu_feature_config/pull/232">#232</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <[email protected]>
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