Skip to content

chore(deps-dev): bump types-regex from 2026.1.15.20260116 to 2026.2.28.20260301#4758

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/types-regex-2026.2.28.20260301
Open

chore(deps-dev): bump types-regex from 2026.1.15.20260116 to 2026.2.28.20260301#4758
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/types-regex-2026.2.28.20260301

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 7, 2026

Bumps types-regex from 2026.1.15.20260116 to 2026.2.28.20260301.

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

Note

Medium Risk
Primarily a dependency/lockfile update, but the lock refresh also changes runtime packages (notably aiohttp and couchbase), which could affect HTTP or database behavior at runtime.

Overview
Updates the dev dependency types-regex to 2026.3.32.* and refreshes uv.lock accordingly.

The lockfile refresh also introduces new uv resolution options (exclude-newer/exclude-newer-span) and shifts some resolved package versions, including downgrading aiohttp to 3.13.4 and couchbase to 4.5.0.

Written by Cursor Bugbot for commit 2ffd04a. This will update automatically on new commits. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 7, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/types-regex-2026.2.28.20260301 branch 3 times, most recently from 55d3a47 to 9a8523a Compare March 23, 2026 22:26
@dependabot dependabot Bot force-pushed the dependabot/uv/types-regex-2026.2.28.20260301 branch 2 times, most recently from 5b5b551 to 7755d74 Compare March 24, 2026 11:46
@dependabot dependabot Bot force-pushed the dependabot/uv/types-regex-2026.2.28.20260301 branch 4 times, most recently from c6cca12 to 059c54e Compare March 31, 2026 19:05
Comment thread pyproject.toml
"types-requests~=2.31.0.6",
"types-pyyaml==6.0.*",
"types-regex==2026.1.15.*",
"types-regex==2026.3.32.*",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version in code doesn't match PR description

Medium Severity

The PR title and description state the bump target is types-regex version 2026.2.28.20260301, but the actual changes in pyproject.toml and uv.lock install version 2026.3.32.20260329 instead — a completely different release. Both versions exist on PyPI, so this isn't a resolution artifact. A reviewer trusting the Dependabot description would unknowingly approve a different dependency version than advertised, which is a supply-chain integrity concern.

Additional Locations (2)
Fix in Cursor Fix in Web

@dependabot dependabot Bot force-pushed the dependabot/uv/types-regex-2026.2.28.20260301 branch from 059c54e to 583c393 Compare April 3, 2026 04:46
Bumps [types-regex](https://github.com/typeshed-internal/stub_uploader) from 2026.1.15.20260116 to 2026.2.28.20260301.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-regex
  dependency-version: 2026.2.28.20260301
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/types-regex-2026.2.28.20260301 branch from 583c393 to 2ffd04a Compare April 3, 2026 18:04
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Comment thread uv.lock

[options]
exclude-newer = "2026-03-31T18:04:18.250213933Z"
exclude-newer-span = "P3D"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New exclude-newer option causes unintended package downgrades

High Severity

A new [options] section with exclude-newer and exclude-newer-span was added to uv.lock. This constrains package resolution to before 2026-03-31T18:04:18Z, causing aiohttp to downgrade from 3.13.5 to 3.13.4 and couchbase from 4.6.0 to 4.5.0. These are unintended side effects of a types-only dependency bump.

Fix in Cursor Fix in Web

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 6, 2026

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 6, 2026

Dependabot can't resolve your Python dependency files. Because of this, Dependabot cannot update this pull request.

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:uv Pull requests that update python:uv code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants