Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the pip-deps group with 11 updates in the / directory:

Package From To
boto3 1.42.0 1.42.35
flask-cors 6.0.1 6.0.2
jsonschema 4.25.1 4.26.0
openapi-core 0.19.5 0.22.0
asf-search 10.2.0 11.0.1
moto[dynamodb] 5.1.18 5.1.20
pytest 9.0.1 9.0.2
ruff 0.14.7 0.14.14
mypy 1.19.0 1.19.1
setuptools 80.9.0 80.10.2
cfn-lint 1.42.0 1.43.4

Updates boto3 from 1.42.0 to 1.42.35

Commits
  • d8f9058 Merge branch 'release-1.42.35'
  • 3b240b9 Bumping version to 1.42.35
  • 735e979 Add changelog entries from botocore
  • a587349 Bump actions/setup-python from 6.1.0 to 6.2.0 (#4707)
  • bcb29a8 Merge pull request #4698 from RyanFitzSimmonsAK/develop
  • 74f1398 Update inject.py
  • 9a285e6 Merge branch 'release-1.42.34'
  • 62db55f Merge branch 'release-1.42.34' into develop
  • 2957415 Bumping version to 1.42.34
  • 8e1fd2e Add changelog entries from botocore
  • Additional commits viewable in compare view

Updates flask-cors from 6.0.1 to 6.0.2

Release notes

Sourced from flask-cors's releases.

6.0.2

What's Changed

New Contributors

Full Changelog: corydolphin/flask-cors@6.0.1...6.0.2

Commits

Updates jsonschema from 4.25.1 to 4.26.0

Release notes

Sourced from jsonschema's releases.

v4.26.0

What's Changed

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.25.1...v4.26.0

Changelog

Sourced from jsonschema's changelog.

v4.26.0

  • Decrease import time by delaying importing of urllib.request (#1416).
Commits
  • a727743 Add a changelog entry for 4.26.
  • 6d28c13 Update the lockfile.
  • 739499e Update pre-commit hooks.
  • cb2d779 Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-config
  • e6bbbb7 [pre-commit.ci] pre-commit autoupdate
  • d56037a Merge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...
  • e54ce13 Bump astral-sh/setup-uv from 7.1.4 to 7.1.6
  • 1f7c9fb Partially update docs requirements.
  • 241aec9 Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config
  • 2818efb Apache-2.0 -> nongpl
  • Additional commits viewable in compare view

Updates openapi-core from 0.19.5 to 0.22.0

Release notes

Sourced from openapi-core's releases.

0.22.0

Features

  • Typed style deserializers (casting is part of style deserializing) #1075
  • Urlencoded deserializer schema matching type coercion #1077

Fixes

  • BooleanCaster consistent boolean values fix #1076
  • Error with multiple schemas in urlencoded request body #1077

Backward incpomatibilities

  • style_deserializers_factory and media_tyles_deserialization_factory defaults to None in configuration and protocols
  • CastError inherits from DeserializeError
  • StyleDeserializersFactory requires schema_caster_factory
  • removed style_deserialization_factory and media_tyles_deserialization_factory objects

0.21.0

Features

  • Cache compiled path parsers #1063
  • Path tilda special character support #1071

Refactors

  • Path parser refactor #1071

0.20.0

Upgrades

  • Python 3.13 support #994
  • Python 3.14 support #1045
  • Support aioitertools 0.13 #1039
  • Allow FastAPI 0.120 and Starlette 0.49 #1027

Backward incompatibilities

  • Python 3.8 support dropped #994

Fixes

Commits
  • 92b4147 Version 0.22.0
  • 7c98dc8 Merge pull request #1077 from python-openapi/feature/urlencoded-deserializer-...
  • e1ed412 Urlencoded deserializer schema matching type coercion
  • 28ad2f9 Merge pull request #1076 from python-openapi/fix/boolean-caster-consistent-vo...
  • 9f01a88 BooleanCaster consistent boolean values fix
  • 5d0a7d0 Merge pull request #1075 from python-openapi/feature/typed-style-deserializers
  • 0c301b7 Typed style deserializers
  • 33e4503 Merge pull request #1073 from python-openapi/dependabot/pip/pymdown-extension...
  • dd1fa5d Bump pymdown-extensions from 10.9 to 10.16.1
  • af8d160 Merge pull request #1072 from python-openapi/fix/starlette-middleware-skip-va...
  • Additional commits viewable in compare view

Updates asf-search from 10.2.0 to 11.0.1

Release notes

Sourced from asf-search's releases.

v11.0.1

v11.0.1

Added

  • crid property added to NISARProduct

Changed

  • Dropped NISAR_STUF collection from NISAR dataset (Still available when querying NISAR via platform search keyword)

Fixed

  • NISARProduct class populates property pathNumber with TRACK_NUMBER field from UMM-G
    • Searching with relativeOrbit with NISAR dataset/product types in query automatically searches on TRACK_NUMBER instead of `PATH_NUMBER

v11.0.0

v11.0.0

Changed

  • ASF_AUTH_HOST auth.asf.alaska.edu replaced with cumulus.asf.alaska.edu. This change should be seamless
  • auth_with_creds() now queries ASF_AUTH_HOST for asf-urs cookie after generating EDL token via https://urs.earthdata.nasa.gov/api/users/find_or_create_token

v10.3.0

v10.3.0

Added

  • Add a Pair class that groups ASFProducts as reference and secondary scenes, and provides temporal and perpendicular baselines as member variables. Pair will be used for creating InSAR SBAS stacks, though its utility extends beyond that use case. A new dependency group coherence is included in the setup.py.

v10.2.1

v10.2.1

Added

  • Added get_searchable_attributes() search method, return dict mapping of additional attribute names to AdditionalAttribute data class object
Changelog

Sourced from asf-search's changelog.

v11.0.1

Added

  • crid property added to NISARProduct

Changed

  • Dropped NISAR_STUF collection from NISAR dataset (Still available when querying NISAR via platform search keyword)

Fixed

  • NISARProduct class populates property pathNumber with TRACK_NUMBER field from UMM-G
    • Searching with relativeOrbit with NISAR dataset/product types in query automatically searches on TRACK_NUMBER instead of PATH_NUMBER

v11.0.0

Changed

  • ASF_AUTH_HOST auth.asf.alaska.edu replaced with cumulus.asf.alaska.edu. This change should be seamless
  • auth_with_creds() now queries ASF_AUTH_HOST for asf-urs cookie after generating EDL token via https://urs.earthdata.nasa.gov/api/users/find_or_create_token

v10.3.0

Added

  • Add a Pair class that groups ASFProducts as reference and secondary scenes, and provides temporal and perpendicular baselines as member variables. Pair will be used for creating InSAR SBAS stacks, though its utility extends beyond that use case. A new dependency group coherence is included in the setup.py.

v10.2.1

Added

  • Added get_searchable_attributes() search method, return dict mapping of additional attribute names to AdditionalAttribute data class object

Commits
  • 58750f0 Merge pull request #413 from asfadmin/fix-nisar-dataset-cleanup
  • 691b7a5 Merge branch 'master' into fix-nisar-dataset-cleanup
  • 529404c Merge pull request #414 from asfadmin/feat-NISAR-CRID
  • 6c76ad4 Merge branch 'fix-nisar-dataset-cleanup' of https://github.com/asfadmin/Disco...
  • 0f9cac4 test: update test case to account for missing nisar_stuf
  • 3654eb6 feat: add crid number to NISARProduct type
  • 800e843 Merge branch 'master' into fix-nisar-dataset-cleanup
  • 5083b66 fix: changelog version number
  • 07db3ea Merge pull request #412 from asfadmin/bug-nisar-track-parsing
  • a953a73 fix: remove nisar_stuff collection from NISAR dataset collection list
  • Additional commits viewable in compare view

Updates moto[dynamodb] from 5.1.18 to 5.1.20

Changelog

Sourced from moto[dynamodb]'s changelog.

5.1.20

Docker Digest for 5.1.20: sha256:d2711655244df58411ce0be34236c95736390db17886370d21e12ae2b1e36f79

New Methods:
    * EC2:
        * create_subnet_cidr_reservation()
        * delete_subnet_cidr_reservation()
        * get_instance_uefi_data() (Just a stub, no actual data is returned)
        * get_subnet_cidr_reservations()
* IOT:
    * list_thing_principals_v2()
  • ResourceGroups:

    • cancel_tag_sync_task()
    • get_tag_sync_task()
    • list_tag_sync_tasks()
    • start_tag_sync_task()
  • Route53Resolver:

    • get_resolver_dnssec_config()
    • list_resolver_dnssec_configs()
    • update_resolver_dnssec_config()
  • S3Control:

    • create_multi_region_access_point()
    • delete_multi_region_access_point()
    • delete_storage_lens_configuration()
    • describe_multi_region_access_point_operation()
    • get_multi_region_access_point()
    • get_multi_region_access_point_policy()
    • get_multi_region_access_point_policy_status()
    • list_multi_region_access_points()
    • put_multi_region_access_point_policy()
  • SecurityHub:

    • create_members()
    • get_members()
    • list_members()

Miscellaneous: * ACM: import_certificate() now supports all key types, RSA and EC * APIGateway: update_rest_api() now supports /endpointConfiguration/types * Autoscaling: update_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * Batch: register_job_definition() now supports the eksProperties-parameter * DMS: create_replication_task() now supports the Tags-parameter * Organizations: list_policies() now support pagination * Organizations now supports Resource Control Policy * Redshift: describe_clusters() now supports the TagKeys-parameter

... (truncated)

Commits

Updates pytest from 9.0.1 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.
Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Updates ruff from 0.14.7 to 0.14.14

Release notes

Sourced from ruff's releases.

0.14.14

Release Notes

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.14

Released on 2026-01-22.

Preview features

  • Preserve required parentheses in lambda bodies (#22747)
  • Combine range suppression code diagnostics (#22613)
  • [airflow] Second positional argument to Asset/Dataset should not be a dictionary (AIR303) (#22453)
  • [ruff] Detect duplicate entries in __all__ (RUF068) (#22114)

Bug fixes

  • [pyupgrade] Allow shadowing non-builtin bindings (UP029) (#22749)
  • [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • [flake8-pie] Detect duplicated declared class fields in PIE794 (#22717)

Rule changes

Documentation

  • Add --exit-non-zero-on-format to formatter exit codes section (#22761)
  • Update contributing guide for adding a new rule (#22779)
  • [FastAPI] Document fix safety for FAST001 (#22655)
  • [flake8-async] Tweak explanation to focus on latency/efficiency tradeoff (ASYNC110) (#22715)
  • [pandas-vet] Make example error out-of-the-box (PD002) (#22561)
  • [refurb] Make the example work out of box (FURB101) (#22770)
  • [refurb] Make the example work out of box (FURB103) (#22769)

Contributors

... (truncated)

Commits
  • 8b2e7b3 Prepare release v0.14.14 (#22813)
  • 4c7d1f5 [ty] Infer TypedDict types with >=1 required key as being always truthy (#2...
  • b7de434 add CCfW hooks (#22803)
  • b912dfc [pyupgrade] Apply UP045 to string arguments of typing.cast (#22320)
  • 1ff062d [ty] Improve completion rankings for raise-from/except contexts (#22775)
  • 7e408a5 Update dependency wrangler to v4.59.1 (#22793)
  • ceb876b [flake8-pyi] Fix inconsistent handling of forward references for __new__,...
  • c5b4ee6 [ty] Support solving generics involving PEP 695 type aliases (#22678)
  • b9a6129 [ty] Improve support for kwarg splats in dictionary literals (#22781)
  • f516d47 Update contributing guide for adding a new rule (#22779)
  • Additional commits viewable in compare view

Updates mypy from 1.19.0 to 1.19.1

Changelog

Sourced from mypy's changelog.

Mypy 1.19.1

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • BobTheBuidler
  • bzoracler
  • Chainfire
  • Christoph Tyralla
  • David Foster
  • Frank Dana
  • Guo Ci
  • iap
  • Ivan Levkivskyi
  • James Hilton-Balfe
  • jhance
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • KarelKenens
  • Kevin Kannammalil
  • Marc Mueller
  • Michael Carlstrom
  • Michael J. Sullivan
  • Piotr Sawicki
  • Randolf Scholz
  • Shantanu
  • Sigve Sebastian Farstad
  • sobolevn
  • Stanislav Terliakov
  • Stephen Morton
  • Theodore Ando
  • Thiago J. Barbalho
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.18

We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance

... (truncated)

Commits

Updates setuptools from 80.9.0 to 80.10.2

Changelog

Sourced from setuptools's changelog.

v80.10.2

Bugfixes

  • Update vendored dependencies. (#5159)

Misc

v80.10.1

Misc

v80.10.0

Features

  • Remove post-release tags on setuptools' own build. (#4530)
  • Refreshed vendored dependencies. (#5139)

Misc

Commits
  • 5cf2d08 Bump version: 80.10.1 → 80.10.2
  • 852cd5e Merge pull request #5166 from pypa/bugfix/5159-vendor-bin-free
  • 11115ee Suppress deprecation warning.
  • 5cf9185 Update vendored dependencies.
  • cf59f41 Delete all binaries generated by vendored package install.
  • 89a5981 Add missing newsfragments
  • c0114af Postpone deprecation warnings related to PEP 639 to 2027-Feb-18 (#5115)
  • de07603 Revert "[CI] Constraint transient test dependency on pyobjc" (#5128)
  • 3afd5d6 Revert "[CI] Constraint transient test dependency on pyobjc"
  • adfb0c9 Bump version: 80.10.0 → 80.10.1
  • Additional commits viewable in compare view

Updates cfn-lint from 1.42.0 to 1.43.4

Release notes

Sourced from cfn-lint's releases.

Release v1.43.4

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.43.3...v1.43.4

Release v1.43.3

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.43.2...v1.43.3

Release v1.43.2

What's Changed

Full Changelog: aws-cloudformation/cfn-lint@v1.43.1...v1.43.2

Release v1.43.1

What's Changed

Bumps the pip-deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.42.0` | `1.42.35` |
| [flask-cors](https://github.com/corydolphin/flask-cors) | `6.0.1` | `6.0.2` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.1` | `4.26.0` |
| [openapi-core](https://github.com/python-openapi/openapi-core) | `0.19.5` | `0.22.0` |
| [asf-search](https://github.com/asfadmin/Discovery-asf_search) | `10.2.0` | `11.0.1` |
| [moto[dynamodb]](https://github.com/getmoto/moto) | `5.1.18` | `5.1.20` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.7` | `0.14.14` |
| [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` |
| [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.42.0` | `1.43.4` |



Updates `boto3` from 1.42.0 to 1.42.35
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.0...1.42.35)

Updates `flask-cors` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@6.0.1...6.0.2)

Updates `jsonschema` from 4.25.1 to 4.26.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0)

Updates `openapi-core` from 0.19.5 to 0.22.0
- [Release notes](https://github.com/python-openapi/openapi-core/releases)
- [Commits](python-openapi/openapi-core@0.19.5...0.22.0)

Updates `asf-search` from 10.2.0 to 11.0.1
- [Release notes](https://github.com/asfadmin/Discovery-asf_search/releases)
- [Changelog](https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md)
- [Commits](asfadmin/Discovery-asf_search@v10.2.0...v11.0.1)

Updates `moto[dynamodb]` from 5.1.18 to 5.1.20
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.1.18...5.1.20)

Updates `pytest` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.1...9.0.2)

Updates `ruff` from 0.14.7 to 0.14.14
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.7...0.14.14)

Updates `mypy` from 1.19.0 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.19.0...v1.19.1)

Updates `setuptools` from 80.9.0 to 80.10.2
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v80.9.0...v80.10.2)

Updates `cfn-lint` from 1.42.0 to 1.43.4
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.42.0...v1.43.4)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: flask-cors
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: jsonschema
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: openapi-core
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: asf-search
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: moto[dynamodb]
  dependency-version: 5.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.14.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: setuptools
  dependency-version: 80.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.43.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version major Bump the major version number of this project labels Jan 26, 2026
@dependabot dependabot bot requested review from a team as code owners January 26, 2026 21:19
@dependabot dependabot bot added major Bump the major version number of this project bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version labels Jan 26, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/pip/pip-deps-f063b3e54c branch February 3, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bumpless Changes to documentation, CI/CD pipelines, etc that don't affect the project's version major Bump the major version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants