Skip to content

Bump the pip-deps group across 1 directory with 11 updates - #335

Merged
jhkennedy merged 1 commit into
developfrom
dependabot/pip/pip-deps-3508f9b6fd
Mar 4, 2026
Merged

Bump the pip-deps group across 1 directory with 11 updates#335
jhkennedy merged 1 commit into
developfrom
dependabot/pip/pip-deps-3508f9b6fd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
hyp3-sdk 7.7.5 7.7.6
pandas 2.3.3 3.0.1
numpy 2.3.5 2.4.2
boto3 1.42.0 1.42.54
asf-search 10.2.0 12.0.1
cfn-lint 1.42.0 1.44.0
ruff 0.14.7 0.15.2
moto 5.1.18 5.1.21
mypy 1.19.0 1.19.1
pytest 9.0.1 9.0.2
responses 0.25.8 0.26.0

Updates hyp3-sdk from 7.7.5 to 7.7.6

Release notes

Sourced from hyp3-sdk's releases.

HyP3 SDK v7.7.6

Changed

  • The implementation of HyP3.update_jobs has been refactored to use the new PATCH /jobs endpoint that was added with HyP3 v10.12.0, resulting in a significant performance improvement when renaming large batches of jobs.
  • HyP3.update_jobs now requires the name parameter and no longer accepts arbitrary keyword arguments.

[!WARNING] If one of your jobs fails to update for any reason, HyP3.update_jobs will raise an exception and all of the jobs that were updated before the failure will have the new name, while all of the remaining jobs will be left with the old name. Additionally, because HyP3.update_jobs returns a new copy of your updated jobs rather than updating them in-place, you will need to manually refresh your local copy of the jobs if you want to see which jobs were successfully updated. You can refresh your jobs with the HyP3.refresh method, e.g:

>>> jobs = hyp3.refresh(jobs)

Fixed

  • Batch is now a subclass of collections.abc.Sequence, which allows hyp3_sdk.util.chunk to accept a Batch object without triggering warnings from static type checkers such as mypy.
Changelog

Sourced from hyp3-sdk's changelog.

[7.7.6]

Changed

  • The implementation of HyP3.update_jobs has been refactored to use the new PATCH /jobs endpoint that was added with HyP3 v10.12.0, resulting in a significant performance improvement when renaming large batches of jobs.
  • HyP3.update_jobs now requires the name parameter and no longer accepts arbitrary keyword arguments.

[!WARNING] If one of your jobs fails to update for any reason, HyP3.update_jobs will raise an exception and all of the jobs that were updated before the failure will have the new name, while all of the remaining jobs will be left with the old name. Additionally, because HyP3.update_jobs returns a new copy of your updated jobs rather than updating them in-place, you will need to manually refresh your local copy of the jobs if you want to see which jobs were successfully updated. You can refresh your jobs with the HyP3.refresh method, e.g:

>>> jobs = hyp3.refresh(jobs)

Fixed

  • Batch is now a subclass of collections.abc.Sequence, which allows hyp3_sdk.util.chunk to accept a Batch object without triggering warnings from static type checkers such as mypy.
Commits

Updates pandas from 2.3.3 to 3.0.1

Release notes

Sourced from pandas's releases.

pandas 3.0.1

We are pleased to announce the release of pandas 3.0.1. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

pandas 3.0.0

We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.

The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.

Highlights include:

See the announcement blog post and the detailed release notes for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 3.0.0rc2

No release notes provided.

Pandas 3.0.0rc1

... (truncated)

Commits
  • e04b26f RLS: 3.0.1 (#64206)
  • 47909e6 [backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...
  • a061bfd Backport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)
  • 085a385 [backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...
  • 5f17047 [backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...
  • 0d3a8cb Backport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...
  • 78e1917 Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....
  • 75a42ca Backport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...
  • 46d443f Backport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...
  • 9d67932 Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...
  • Additional commits viewable in compare view

Updates numpy from 2.3.5 to 2.4.2

Release notes

Sourced from numpy's releases.

2.4.2 (Feb 1, 2026)

NumPy 2.4.2 Release Notes

The NumPy 2.4.2 is a patch release that fixes bugs discovered after the 2.4.1 release. Highlights are:

  • Fixes memory leaks
  • Updates OpenBLAS to fix hangs

This release supports Python versions 3.11-3.14

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Charles Harris
  • Daniel Tang +
  • Joren Hammudoglu
  • Kumar Aditya
  • Matti Picus
  • Nathan Goldbaum
  • Ralf Gommers
  • Sebastian Berg
  • Vikram Kumar +

Pull requests merged

A total of 12 pull requests were merged for this release.

  • #30629: MAINT: Prepare 2.4.x for further development
  • #30636: TYP: arange: accept datetime strings
  • #30657: MAINT: avoid possible race condition by not touching os.environ...
  • #30700: BUG: validate contraction axes in tensordot (#30521)
  • #30701: DOC: __array_namespace__info__: set_module not __module__ (#30679)
  • #30702: BUG: fix free-threaded PyObject layout in replace_scalar_type_names...
  • #30703: TST: fix limited API example in tests for latest Cython
  • #30709: BUG: Fix some bugs found via valgrind (#30680)
  • #30712: MAINT: replace ob_type access with Py_TYPE in PyArray_CheckExact
  • #30713: BUG: Fixup the quantile promotion fixup
  • #30736: BUG: fix thread safety of array_getbuffer (#30667)
  • #30737: backport scipy-openblas version change

2.4.1 (Jan 10, 2026)

NumPy 2.4.1 Release Notes

The NumPy 2.4.1 is a patch release that fixes bugs discoved after the 2.4.0 release. In particular, the typo SeedlessSequence is preserved to enable wheels using the random Cython API and built against NumPy < 2.4.0 to run without errors.

... (truncated)

Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the numpy/numpy-release <https://github.com/numpy/numpy-release>__ repository.

The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in pyproject.toml. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.

Update 2.4.0 milestones

Look at the issues/prs with 2.4.0 milestones and either push them off to a later version, or maybe remove the milestone. You may need to add a milestone.

Check the numpy-release repo

... (truncated)

Commits
  • c81c49f Merge pull request #30757 from charris/prepare-2.4.2
  • b3ae9c5 REL: Prepare for the NumPy 2.4.2 release
  • 9de8984 Merge pull request #30737 from mattip/scipy-openblas-backport
  • b7be329 backport scipy-openblas version change
  • 7ff9863 Merge pull request #30736 from charris/backport-30667
  • 431fffb MAINT: Skip tests that require buffer.
  • 127235f BUG: fix thread safety of array_getbuffer (#30667)
  • 18bdb2e Merge pull request #30713 from charris/backport-30710
  • 41dd751 Merge pull request #30712 from charris/backport-30705
  • 7a278da BUG: Fixup the quantile promotion fixup
  • Additional commits viewable in compare view

Updates boto3 from 1.42.0 to 1.42.54

Commits
  • ae39e43 Merge branch 'release-1.42.54'
  • f07efd3 Bumping version to 1.42.54
  • 36bad54 Add changelog entries from botocore
  • ab66554 Merge branch 'release-1.42.53'
  • 9699df9 Merge branch 'release-1.42.53' into develop
  • dfa0446 Bumping version to 1.42.53
  • 4399285 Add changelog entries from botocore
  • d08d5d2 Merge branch 'release-1.42.52'
  • 16b1743 Merge branch 'release-1.42.52' into develop
  • 89e187c Bumping version to 1.42.52
  • Additional commits viewable in compare view

Updates asf-search from 10.2.0 to 12.0.1

Release notes

Sourced from asf-search's releases.

v12.0.1

v12.0.1

Added

  • collectionName and conceptID added to TROPOProduct properties dict

v12.0.0

v12.0.0

Added

  • Add DISP-S1-STATIC support: product type constant, added to OPERA-S1 dataset, supported in OPERAS1Product class
  • Add TROPO dataset for TROPO-ZENITH and ECMWF_TROPO product types
  • Add new ASFProduct subclass TROPOProduct for TROPO-ZENITH and ECMWF_TROPO product types

Changed

  • Moved TROPO-ZENITH out of OPERA-S1 dataset, now in standalone TROPO dataset

v11.0.3

v11.0.3

Fixed

  • Properly parse multipolygons from NISAR UMM-G that cross dateline, unwrap geometry (add 360 to negative longitude polygon)

v11.0.2

v11.0.2

Fixed

  • Fixed parsing product byte size on newer ARIA S1-GUNW products

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

... (truncated)

Changelog

Sourced from asf-search's changelog.

v12.0.1

Added

  • collectionName and conceptID added to TROPOProduct properties dict

v12.0.0

Added

  • Add DISP-S1-STATIC support: product type constant, added to OPERA-S1 dataset, supported in OPERAS1Product class
  • Add TROPO dataset for TROPO-ZENITH and ECMWF_TROPO product types
  • Add new ASFProduct subclass TROPOProduct for TROPO-ZENITH and ECMWF_TROPO product types

Changed

  • Moved TROPO-ZENITH out of OPERA-S1 dataset, now in standalone TROPO dataset

v11.0.3

Fixed

  • Properly parse multipolygons from NISAR UMM-G that cross dateline, unwrap geometry (add 360 to negative longitude polygon)

v11.0.2

Fixed

  • Fixed parsing product byte size on newer ARIA S1-GUNW products

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

... (truncated)

Commits
  • 036e6f7 Merge pull request #422 from asfadmin/topic-tropo-metadata-improvement
  • e7c8d94 feature: add collectionName and conceptID to TROPOProduct properties
  • 23a7b33 feat: add nisar-science-product-access notebook
  • bc4fd9a Bump version to v12.0.0 and add new product support
  • 301c621 Merge pull request #420 from asfadmin/feat-disp-static
  • 6b649ac bug: add additionalUrls, s3Urls, and byte sizes to TROPO jsonlite outputs
  • a44cd8f fix: ECMWF_TROPO uses single datetime for start and stop time
  • a92fdbf test: update test case, add missing byte mapping for TROPOProduct
  • fa2327d chore: update changelog
  • 27da71e feat: add TROPOProduct class
  • Additional commits viewable in compare view

Updates cfn-lint from 1.42.0 to 1.44.0

Release notes

Sourced from cfn-lint's releases.

Release v1.44.0

What's Changed

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

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

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

Release v1.43.0

What's Changed

... (truncated)

Changelog

Sourced from cfn-lint's changelog.

v1.44.0

What's Changed

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

v1.43.4

What's Changed

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

v1.43.3

What's Changed

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

v1.43.2

What's Changed

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

v1.43.1

What's Changed

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

v1.43.0

What's Changed

... (truncated)

Commits

Updates ruff from 0.14.7 to 0.15.2

Release notes

Sourced from ruff's releases.

0.15.2

Release Notes

Released on 2026-02-19.

Preview features

Bug fixes

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.2

Released on 2026-02-19.

Preview features

... (truncated)

Commits

Updates moto from 5.1.18 to 5.1.21

Changelog

Sourced from moto's changelog.

5.1.21

Docker Digest for 5.1.21: sha256:93ad54da7badce7f9c13e5e6439c93564c764663c42872d2c39f718aa484047a

General:
    * Moto now supports the new AWS partition for the EU sovereign cloud ('eusc-de-east-1')

New Services: * Account: * delete_alternate_contact() * get_alternate_contact() * put_alternate_contact()

* Connect:
    * associate_analytics_data_set()
    * create_instance()
    * delete_instance()
    * describe_instance()
    * disassociate_analytics_data_set()
    * list_analytics_data_associations()
    * list_instances()
    * list_tags_for_resource()
    * tag_resource()
    * untag_resource()

New Methods: * Backup: * create_report_plan() * delete_backup_vault() * delete_backup_vault_lock_configuration() * describe_backup_vault() * describe_report_plan() * list_report_plans() * put_backup_vault_lock_configuration()

* EKS:
    * update_nodegroup_config()
  • Route53Resolver:

    • get_resolver_query_log_config_association()
    • list_resolver_query_log_configs()
    • list_resolver_query_log_config_associations()
  • SecurityHub:

    • get_master_account()

Miscellaneous: * DynamoDB now supports multi-attribute composite key support for GSIs * ELBv2: Internal load balancers can now be dualstack * IAM: Policy validation now correctly validates Boolean conditions and NULL-resources

... (truncated)

Commits

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

    Description has been truncated

@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 Feb 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner February 23, 2026 19:53
@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 Feb 23, 2026
@jhkennedy

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/pip/pip-deps-3508f9b6fd branch from 5eacbac to 38442e4 Compare March 4, 2026 22:18
Bumps the pip-deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hyp3-sdk](https://github.com/ASFHyP3/hyp3-sdk) | `7.7.5` | `7.7.6` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.1` |
| [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.4.2` |
| [boto3](https://github.com/boto/boto3) | `1.42.0` | `1.42.54` |
| [asf-search](https://github.com/asfadmin/Discovery-asf_search) | `10.2.0` | `12.0.1` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.42.0` | `1.44.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.7` | `0.15.2` |
| [moto](https://github.com/getmoto/moto) | `5.1.18` | `5.1.21` |
| [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` |
| [responses](https://github.com/getsentry/responses) | `0.25.8` | `0.26.0` |



Updates `hyp3-sdk` from 7.7.5 to 7.7.6
- [Release notes](https://github.com/ASFHyP3/hyp3-sdk/releases)
- [Changelog](https://github.com/ASFHyP3/hyp3-sdk/blob/develop/CHANGELOG.md)
- [Commits](ASFHyP3/hyp3-sdk@v7.7.5...v7.7.6)

Updates `pandas` from 2.3.3 to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.3.3...v3.0.1)

Updates `numpy` from 2.3.5 to 2.4.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.3.5...v2.4.2)

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

Updates `asf-search` from 10.2.0 to 12.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...v12.0.1)

Updates `cfn-lint` from 1.42.0 to 1.44.0
- [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.44.0)

Updates `ruff` from 0.14.7 to 0.15.2
- [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.15.2)

Updates `moto` from 5.1.18 to 5.1.21
- [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.21)

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 `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 `responses` from 0.25.8 to 0.26.0
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.8...0.26.0)

---
updated-dependencies:
- dependency-name: hyp3-sdk
  dependency-version: 7.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: numpy
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: boto3
  dependency-version: 1.42.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: asf-search
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.15.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: moto
  dependency-version: 5.1.21
  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: pytest
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: responses
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@jhkennedy
jhkennedy force-pushed the dependabot/pip/pip-deps-3508f9b6fd branch from 38442e4 to 7427c98 Compare March 4, 2026 22:31
@jhkennedy
jhkennedy merged commit 277dfe1 into develop Mar 4, 2026
11 checks passed
@jhkennedy
jhkennedy deleted the dependabot/pip/pip-deps-3508f9b6fd branch March 4, 2026 22:37
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.

1 participant