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.8.8 to 2023.10.3 #186

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2023

Bumps regex from 2023.8.8 to 2023.10.3.

Changelog

Sourced from regex's changelog.

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
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

... (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 Oct 4, 2023
@github-actions github-actions bot removed the language:python Pull requests that update Python code label Oct 4, 2023
@TaylorBeebe TaylorBeebe enabled auto-merge (squash) October 4, 2023 20:33
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.8.8 to 2023.10.3.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2023.8.8...2023.10.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@ProjectMuBot ProjectMuBot force-pushed the dependabot/pip/regex-2023.10.3 branch from 5b8bc89 to ea68f10 Compare October 4, 2023 20:33
@TaylorBeebe TaylorBeebe merged commit d7158ff into release/202302 Oct 4, 2023
@TaylorBeebe TaylorBeebe deleted the dependabot/pip/regex-2023.10.3 branch October 4, 2023 22:22
kenlautner pushed a commit that referenced this pull request Oct 23, 2023
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.8.8 to
2023.10.3.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taylor Beebe <31827475+TaylorBeebe@users.noreply.github.com>
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Nov 1, 2023
Introduces 18 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/0d2455a0a8cc810041e09717f5989a8ec022ce00">0d2455</a> GitHub Action: Bump actions/checkout from 3 to 4 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/176">#176</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/38869d9a8027f8a570c9762b1cc9e3c536a4c353">38869d</a> pip: bump antlr4-python3-runtime from 4.13.0 to 4.13.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/178">#178</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/d31ae99fccf3d3aa89707d6806530ed6cf94feb9">d31ae9</a> pip: bump edk2-pytool-extensions from 0.24.0 to 0.24.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/180">#180</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/497efb97bb8006efd30f9240a290ee7b31f95e1d">497efb</a> Repo File Sync: Update CodeQL GitHub workflow (<a href="https://github.com/microsoft/mu_tiano_plus/pull/181">#181</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/6153caad09b2f255dfb3d59b26449991966eb731">6153ca</a> pip: bump edk2-pytool-library from 0.17.0 to 0.18.0 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/182">#182</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/d5bc5dd31f35929af7d9eeec46341a976d7da104">d5bc5d</a> Repo File Sync: Add cargo ecosystem to dependabot config (<a href="https://github.com/microsoft/mu_tiano_plus/pull/183">#183</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/ab1a6ad8269382d15b205f2cf8713e71ff32ffd8">ab1a6a</a> Repo File Sync: Update to Mu DevOps 6.5.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/184">#184</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/7ab59c76b3f6b0c3f759ea827afd1b044646e5fc">7ab59c</a> pip: bump edk2-pytool-library from 0.18.0 to 0.18.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/185">#185</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/1bd1adfa79cfff431a36441076f9ee817b2143aa">1bd1ad</a> pip: bump edk2-pytool-library from 0.18.1 to 0.18.2 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/187">#187</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/d7158ff394b20b12fcad12d35e41f773943b4982">d7158f</a> pip: bump regex from 2023.8.8 to 2023.10.3 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/186">#186</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/94f914d57c59441a0fdebb83202a6ad98b18e0cf">94f914</a> pip: bump edk2-pytool-library from 0.18.2 to 0.19.0 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/189">#189</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/b7882a6dbd59fd65bb924d2edfab5d58601634f1">b7882a</a> pip: bump edk2-pytool-extensions from 0.24.1 to 0.25.0 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/190">#190</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/207a4ff166d5bcf9f6b208869d331ba1fa200480">207a4f</a> Repo File Sync: Update to Mu DevOps v7.0.0 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/188">#188</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/ec303c3c15e1b430bfd50fa1d8bdacc97bb93fc0">ec303c</a> Repo File Sync: Update to Mu DevOps 7.0.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/191">#191</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/5c96768c404d1e4e32b1fea6bfd83e588c0f5d67">5c9676</a> pip: bump edk2-pytool-library from 0.19.0 to 0.19.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/192">#192</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/bc81df88ed63bd66f727c130f01410f25efdd97e">bc81df</a> pip: bump edk2-pytool-extensions from 0.25.0 to 0.25.1 (<a href="https://github.com/microsoft/mu_tiano_plus/pull/193">#193</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/3e98f832ec7d959caf8d6e413c28f852102918dc">3e98f8</a> Repo File Sync: Include Rust Env Exclusions in CodeQL Workflow (<a href="https://github.com/microsoft/mu_tiano_plus/pull/194">#194</a>)</li>
<li><a href="https://github.com/microsoft/mu_tiano_plus/commit/64a814a00322ea7a81565bb655bb5242eabbd7a5">64a814</a> SecurityPkg: Tcg2Smm: Inspect target address before usage (<a href="https://github.com/microsoft/mu_tiano_plus/pull/195">#195</a>)</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.

2 participants