Skip to content

chore(deps): bump the pip group across 1 directory with 5 updates#495

Merged
cccs-mdr merged 1 commit into
developfrom
dependabot/pip/api/pip-6d4ca3a570
Jul 20, 2026
Merged

chore(deps): bump the pip group across 1 directory with 5 updates#495
cccs-mdr merged 1 commit into
developfrom
dependabot/pip/api/pip-6d4ca3a570

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip group with 5 updates in the /api directory:

Package From To
flask-caching 2.4.0 2.4.1
tzdata 2026.2 2026.3
ruff 0.15.20 0.15.21
coverage 7.15.0 7.15.2
types-requests 2.33.0.20260518 2.33.0.20260712

Updates flask-caching from 2.4.0 to 2.4.1

Release notes

Sourced from flask-caching's releases.

2.4.1

https://github.com/pallets-eco/flask-caching/blob/v2.3.1/CHANGES.rst

What's Changed

New Contributors

Full Changelog: pallets-eco/flask-caching@v2.4.0...v2.4.1

Changelog

Sourced from flask-caching's changelog.

Version 2.4.1

Released 2026-07-08

  • Use pallets_sphinx_themes for the documentation.
  • Type CachedResponse.__init__ so it doesn't trigger mypy [no-untyped-call] in strict downstream codebases. :issue:628
  • Docs: clarify that @memoize uses repr(obj) (or __caching_id__) for the self/cls identity, not Python's :func:id. :issue:555
  • Fix test failure with pytest 9.1. :issue:651
Commits
  • 2892a64 Fix "publish" GitHub Actions workflow
  • 05cfb79 Version 2.4.1
  • 5c846dc Update dependencies
  • 6ca413d Use pallets_sphinx_themes for the docs.
  • d2c0aa4 Merge pull request #643 from jbbqqf/fix/628-cachedresponse-init-type
  • e2de5b1 Merge branch 'main' into fix/628-cachedresponse-init-type
  • 5109d6b Merge pull request #647 from pallets-eco/dependabot/uv/cryptography-48.0.1
  • 8c4b644 Merge pull request #652 from cjwatson/pytest-9.1
  • f24171d Don't define class-scoped fixtures as instance methods
  • b559c7b Merge pull request #650 from vsmontanari/feat/redis-cluster-cache-from-url-kw...
  • Additional commits viewable in compare view

Updates tzdata from 2026.2 to 2026.3

Release notes

Sourced from tzdata's releases.

2026.3: Release of upstream tzdata 2026c

Version 2026.3

Upstream version 2026c released 2026-07-08T17:23:58+00:00

Briefly:

Alberta moved to permanent -06 on 2026-06-18. Morocco moves to permanent +00 on 2026-09-20. More integer overflow bugs have been fixed in zic.

Changes to future timestamps

Alberta’s 2026-03-08 spring forward was its last foreseeable clock change, as it moved to permanent -06 thereafter. (Thanks to Roozbeh Pournader and others.) Model this with its traditional abbreviation CST. Although the change to permanent -06 legally took place on 2026-06-18, temporarily model the change to occur on 2026-11-01 at 02:00 instead, for the same reason we introduced a similarly temporary hack for British Columbia in 2026b.

Although another TZDB release will likely be needed soon because Northwest Territories will likely follow Alberta, the legal formalities have not yet taken place.

Morocco plans to move back to permanent UTC, without daylight saving time transitions, on 2026-09-20 at 02:00. This also affects Western Sahara.

Changes to commentary

Northwest Territories is expected to move to permanent -06 prior to 2026-11-01 02:00, when clocks would otherwise fall back. (Thanks to Tim Parenti and James Bellaire.) Model this with its traditional abbreviation CST. Unfortunately the change is not yet official, so it is currently present only as comments that can be uncommented as needed.

Changelog

Sourced from tzdata's changelog.

Version 2026.3

Upstream version 2026c released 2026-07-08T17:23:58+00:00

Briefly:

Alberta moved to permanent -06 on 2026-06-18. Morocco moves to permanent +00 on 2026-09-20. More integer overflow bugs have been fixed in zic.

Changes to future timestamps

Alberta’s 2026-03-08 spring forward was its last foreseeable clock change, as it moved to permanent -06 thereafter. (Thanks to Roozbeh Pournader and others.) Model this with its traditional abbreviation CST. Although the change to permanent -06 legally took place on 2026-06-18, temporarily model the change to occur on 2026-11-01 at 02:00 instead, for the same reason we introduced a similarly temporary hack for British Columbia in 2026b.

Although another TZDB release will likely be needed soon because Northwest Territories will likely follow Alberta, the legal formalities have not yet taken place.

Morocco plans to move back to permanent UTC, without daylight saving time transitions, on 2026-09-20 at 02:00. This also affects Western Sahara.

Changes to commentary

Northwest Territories is expected to move to permanent -06 prior to 2026-11-01 02:00, when clocks would otherwise fall back. (Thanks to Tim Parenti and James Bellaire.) Model this with its traditional abbreviation CST. Unfortunately the change is not yet official, so it is currently present only as comments that can be uncommented as needed.


Commits
  • a442794 Update tzdata to version 2026c (#145)
  • 8f35937 Use the release environment for TestPyPI publishes (#146)
  • ba0b891 Few fixes to the maintaining doc
  • 9a7e6a0 Add Stan Ulbrych to license
  • 1cab5e2 Bump actions/checkout from 6.0.2 to 7.0.0 (#144)
  • e71cff9 Bump hynek/build-and-inspect-python-package action (#143)
  • 14b2953 Make open PR check stricter (#141)
  • 68d4d51 Isolate package build and publish (#137)
  • 5bb6232 Fix punctuation in README.
  • e313d95 Raise with an informative message when release is missing from NEWS file
  • Additional commits viewable in compare view

Updates ruff from 0.15.20 to 0.15.21

Release notes

Sourced from ruff's releases.

0.15.21

Release Notes

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.21

Released on 2026-07-09.

Preview features

  • Add --add-ignore for adding ruff:ignore comments (#26346)
  • [flake8-comprehensions] Drop C409 tuple comprehension preview behavior (#25707)
  • Avoid whitespace normalization when formatting comments (#26455)
  • [pyupgrade] Lint and fix use of deprecated abc decorators (UP051) (#26417)

Bug fixes

  • Refine non-empty f-string detection (#26526)
  • Detect syntax errors in individual notebook cells (#26419)
  • [flake8-implicit-str-concat] Fix ISC003 autofix incorrectly stripping + from comments (#26554)

Rule changes

  • [flake8-executable] Mark EXE004 fix as unsafe (#26033)
  • [flake8-pyi] Mark PYI061 fixes as unsafe in Python files (#26533)
  • [pydocstyle] Skip overload-with-docstring in stub files (D418) (#26318)

Performance

  • Avoid per-token source index visitor calls (#26506)
  • Cache parenthesized expression boundaries in the formatter (#26344)
  • Improve performance of rendering edits in preview mode (#26565)
  • Inline fits_element in formatter (#26429)
  • Inline formatter printing hot paths (#26504)
  • Lazily create builtin bindings (#26510)
  • Skip empty trivia scans in the source indexer (#26507)
  • Use ICF for macOS release builds (#25780)

Formatter

  • Add --extend-exclude to ruff format (#26372)

Documentation

  • Add "How does Ruff's import sorting compare to isort?" link to README (#26530)
  • Fix Mozilla Firefox repository link in README (#26537)
  • [flake8-bandit] Fix misleading docstring for mako-templates (S702) (#26432)
  • [ruff] Fix non-triggering example for if-key-in-dict-del (RUF051) (#26433)

Contributors

... (truncated)

Commits

Updates coverage from 7.15.0 to 7.15.2

Release notes

Sourced from coverage's releases.

7.15.2

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229.

➡️  PyPI page: coverage 7.15.2. :arrow_right:  To install: python3 -m pip install coverage==7.15.2

7.15.1

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close the inline <script> element in a file page early, injecting markup. Context labels are now fully escaped. Thanks, Rajath Mohare.
  • A number of performance improvements thanks to Paul Kehrer, in pull requests 2213, 2214, 2215, 2216, 2218, 2220, and 2221.

➡️  PyPI page: coverage 7.15.1. :arrow_right:  To install: python3 -m pip install coverage==7.15.1

Changelog

Sourced from coverage's changelog.

Version 7.15.2 — 2026-07-15

  • Fix: one of the performance improvements in 7.15.1 (pull 2215) dramatically increased memory use during reporting for large projects. Now we use a different approach that is both faster and slimmer than 7.15.0. Fixes issue 2229_.

.. _issue 2229: coveragepy/coveragepy#2229

.. _changes_7-15-1:

Version 7.15.1 — 2026-07-12

  • Fix: in the HTML report with show_contexts enabled, a context label containing </script> (for example a parametrized pytest node id) could close the inline <script> element in a file page early, injecting markup. Context labels are now fully escaped. Thanks, Rajath Mohare <pull 2224_>_.

  • A number of performance improvements thanks to Paul Kehrer, in pull requests 2213 <pull 2213_>, 2214 <pull 2214_>, 2215 <pull 2215_>, 2216 <pull 2216_>, 2218 <pull 2218_>, 2220 <pull 2220_>, and 2221 <pull 2221_>_.

.. _pull 2213: coveragepy/coveragepy#2213 .. _pull 2214: coveragepy/coveragepy#2214 .. _pull 2215: coveragepy/coveragepy#2215 .. _pull 2216: coveragepy/coveragepy#2216 .. _pull 2218: coveragepy/coveragepy#2218 .. _pull 2220: coveragepy/coveragepy#2220 .. _pull 2221: coveragepy/coveragepy#2221 .. _pull 2224: coveragepy/coveragepy#2224

.. _changes_7-15-0:

Commits
  • 50d8659 docs: sample HTML for 7.15.2
  • b5eed20 docs: prep for 7.15.2
  • 78cab6e fix: reduce memory use during reporting. #2229 (#2231)
  • b4c1fda build: bump version to 7.15.2
  • da63bed docs: sample HTML for 7.15.1
  • bc35e64 docs: prep for 7.15.1
  • 182b010 perf: resolve sysmon branch events lazily, one pair at a time (#2221)
  • ee271ee perf: compute multiline maps cheaply in the sysmon core (#2220)
  • 1441b96 chore: bump the action-dependencies group with 6 updates (#2225)
  • dd80635 fix: escape context labels in html report inline script block (#2224)
  • Additional commits viewable in compare view

Updates types-requests from 2.33.0.20260518 to 2.33.0.20260712

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 15, 2026
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Static Badge

Howler API - Coverage Results

Static Badge Static Badge

Diff Coverage

Diff: origin/main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

Full Coverage Report

Expand
Name                                            Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------------
howler/__init__.py                                  0      0      0      0   100%
howler/actions/__init__.py                         83      2     36      3    96%
howler/actions/add_label.py                        30      2      6      0    94%
howler/actions/add_to_bundle.py                    50      3     16      2    92%
howler/actions/add_to_case.py                      40      0     12      0   100%
howler/actions/change_field.py                     18      2      2      0    90%
howler/actions/demote.py                           35      2      8      0    95%
howler/actions/example_plugin.py                   13      8      2      0    33%
howler/actions/prioritization.py                   24      2      2      0    92%
howler/actions/promote.py                          35      2      8      0    95%
howler/actions/remove_from_bundle.py               52      0     16      0   100%
howler/actions/remove_label.py                     30      2      6      0    94%
howler/actions/transition.py                       66      4     24      4    91%
howler/api/__init__.py                            130     46     26      2    62%
howler/api/base.py                                 36      0     12      0   100%
howler/api/socket.py                               77      7     12      4    88%
howler/api/v1/__init__.py                          12      0      0      0   100%
howler/api/v1/action.py                           132     31     32      8    71%
howler/api/v1/analytic.py                         252     77     76     25    63%
howler/api/v1/auth.py                             164     25     56     16    80%
howler/api/v1/clue.py                              47     14     12      0    66%
howler/api/v1/configs.py                           14      0      0      0   100%
howler/api/v1/dossier.py                           96     27     10      4    69%
howler/api/v1/help.py                              13      0      0      0   100%
howler/api/v1/hit.py                              436     58    126     39    82%
howler/api/v1/notebook.py                          33      5      6      1    85%
howler/api/v1/overview.py                          84     10     18      6    84%
howler/api/v1/search.py                           291     78     86     17    70%
howler/api/v1/template.py                          93     12     26      8    83%
howler/api/v1/tool.py                             131      6     58      5    93%
howler/api/v1/user.py                             182     55     58     22    63%
howler/api/v1/utils/__init__.py                     0      0      0      0   100%
howler/api/v1/utils/etag.py                        30      0     14      0   100%
howler/api/v1/utils/params.py                      30      3     10      1    85%
howler/api/v1/view.py                             134     26     36     12    78%
howler/api/v2/__init__.py                          12      0      0      0   100%
howler/api/v2/case.py                             204      1     44      0    99%
howler/api/v2/fuzzy.py                             49      0     16      0   100%
howler/api/v2/ingest.py                           161      3     44      2    98%
howler/api/v2/search.py                           114      3     14      0    98%
howler/app.py                                     141     15     36     12    84%
howler/common/__init__.py                           0      0      0      0   100%
howler/common/classification.py                   597     77    342     73    83%
howler/common/exceptions.py                        74      8      2      0    89%
howler/common/loader.py                            85     24     38     10    66%
howler/common/logging/__init__.py                 141     60     64     13    51%
howler/common/logging/audit.py                     44      5      8      4    83%
howler/common/logging/format.py                    14      2      0      0    86%
howler/common/net.py                               55      2     28      2    95%
howler/common/net_static.py                         1      0      0      0   100%
howler/common/random_user.py                       10      0      2      0   100%
howler/common/swagger.py                           69     10     28      5    82%
howler/config.py                                   27      0      0      0   100%
howler/cronjobs/__init__.py                        19      2      4      0    91%
howler/cronjobs/action_queue_worker.py             22      2      6      1    89%
howler/cronjobs/correlation.py                     14      0      2      0   100%
howler/cronjobs/retention.py                       76     16     18      2    79%
howler/cronjobs/view_cleanup.py                    47      6     22      4    83%
howler/datastore/__init__.py                        0      0      0      0   100%
howler/datastore/bulk.py                           53     53     26      0     0%
howler/datastore/collection.py                   1277    263    570    110    76%
howler/datastore/constants.py                       7      0      0      0   100%
howler/datastore/exceptions.py                     23      1      0      0    96%
howler/datastore/howler_store.py                   84      8     14      2    90%
howler/datastore/operations.py                     45      5     16      5    84%
howler/datastore/schemas.py                         4      4      0      0     0%
howler/datastore/store.py                         155     34     36      8    74%
howler/datastore/support/__init__.py                0      0      0      0   100%
howler/datastore/support/build.py                 101     26     68      9    71%
howler/datastore/support/schemas.py                 4      0      0      0   100%
howler/datastore/types.py                          11      0      0      0   100%
howler/error.py                                    52     31     12      0    33%
howler/healthz.py                                  47     31     12      0    27%
howler/helper/__init__.py                           0      0      0      0   100%
howler/helper/azure.py                             20      0      8      0   100%
howler/helper/discover.py                          31      6     12      3    79%
howler/helper/hit.py                               66     16     32     12    69%
howler/helper/oauth.py                            155     68    100     19    52%
howler/helper/search.py                            24      2      6      2    87%
howler/helper/workflow.py                          47      3     22      3    91%
howler/odm/__init__.py                              1      0      0      0   100%
howler/odm/base.py                                920    164    416     45    78%
howler/odm/constants.py                            10      0      0      0   100%
howler/odm/helper.py                              283     99    100      6    60%
howler/odm/howler_enum.py                          15      0      0      0   100%
howler/odm/mixins.py                               26      0      2      0   100%
howler/odm/randomizer.py                          223     44    120     18    80%
howler/plugins/__init__.py                         17      0      4      0   100%
howler/plugins/config.py                           78      0     40      0   100%
howler/remote/__init__.py                           0      0      0      0   100%
howler/remote/datatypes/__init__.py               105      2     40      2    97%
howler/remote/datatypes/counters.py                47      5     16      0    92%
howler/remote/datatypes/events.py                  35      0      6      2    95%
howler/remote/datatypes/hash.py                   114     17     22      7    82%
howler/remote/datatypes/lock.py                    19      0      2      0   100%
howler/remote/datatypes/queues/__init__.py          0      0      0      0   100%
howler/remote/datatypes/queues/comms.py            47     10     14      3    75%
howler/remote/datatypes/queues/multi.py            22      3      8      3    80%
howler/remote/datatypes/queues/named.py            66      6     24      6    87%
howler/remote/datatypes/queues/priority.py        107     20     38     12    75%
howler/remote/datatypes/set.py                     74     12      8      2    80%
howler/remote/datatypes/user_quota_tracker.py      28     10      4      0    56%
howler/security/__init__.py                       128     19     40      9    83%
howler/security/socket.py                          60     10     12      5    76%
howler/security/utils.py                           81     37     36      2    48%
howler/services/__init__.py                         0      0      0      0   100%
howler/services/action_service.py                 101      4     52      5    94%
howler/services/analytic_service.py                78      9     32      2    90%
howler/services/auth_service.py                   140     13     52     12    87%
howler/services/bundle_compat_service.py          115      1     48      5    96%
howler/services/case_service.py                   449      6    234     12    97%
howler/services/comms_service.py                   61      0     22      1    99%
howler/services/config_service.py                  51      8      8      2    83%
howler/services/correlation_service.py             91      0     30      1    99%
howler/services/docs_service.py                    28      1     14      2    93%
howler/services/dossier_service.py                 79      7     40      2    89%
howler/services/event_service.py                   58      1     20      1    97%
howler/services/fuzzy_service.py                  187      0     88      6    98%
howler/services/hit_service.py                    226      6     92      6    96%
howler/services/jwt_service.py                     71     20     18      3    74%
howler/services/lucene_service.py                 157     12     48      8    90%
howler/services/notebook_service.py                58      3     18      3    92%
howler/services/overview_service.py                21      5      6      2    74%
howler/services/search_service.py                 167      8     74      5    95%
howler/services/template_service.py                22      5      6      2    75%
howler/services/user_service.py                   150     32     66     17    72%
howler/services/viewer_service.py                  20      0      0      0   100%
howler/telemetry.py                                33     28      6      0    13%
howler/utils/__init__.py                            0      0      0      0   100%
howler/utils/annotations.py                         0      0      0      0   100%
howler/utils/chunk.py                               8      0      2      0   100%
howler/utils/compat.py                             11      6      2      1    46%
howler/utils/constants.py                           3      0      0      0   100%
howler/utils/dict_utils.py                        123     12     86     11    87%
howler/utils/isotime.py                             8      1      2      1    80%
howler/utils/list_utils.py                          7      0      4      0   100%
howler/utils/lucene.py                             52      1     18      1    97%
howler/utils/net_utils.py                          12      0      4      0   100%
howler/utils/path.py                               16     16      2      0     0%
howler/utils/socket_utils.py                       20      1     12      2    91%
howler/utils/str_utils.py                         115     21     38      4    80%
howler/utils/uid.py                                20      2      4      2    83%
---------------------------------------------------------------------------------
TOTAL                                           12339   1983   4564    721    81%

@cccs-mdr

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps the pip group with 5 updates in the /api directory:

| Package | From | To |
| --- | --- | --- |
| [flask-caching](https://github.com/pallets-eco/flask-caching) | `2.4.0` | `2.4.1` |
| [tzdata](https://github.com/python/tzdata) | `2026.2` | `2026.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.15.21` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.15.0` | `7.15.2` |
| [types-requests](https://github.com/python/typeshed) | `2.33.0.20260518` | `2.33.0.20260712` |



Updates `flask-caching` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/pallets-eco/flask-caching/releases)
- [Changelog](https://github.com/pallets-eco/flask-caching/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-caching@v2.4.0...v2.4.1)

Updates `tzdata` from 2026.2 to 2026.3
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2026.2...2026.3)

Updates `ruff` from 0.15.20 to 0.15.21
- [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.15.20...0.15.21)

Updates `coverage` from 7.15.0 to 7.15.2
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.15.0...7.15.2)

Updates `types-requests` from 2.33.0.20260518 to 2.33.0.20260712
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: flask-caching
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: types-requests
  dependency-version: 2.33.0.20260712
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: tzdata
  dependency-version: '2026.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the pip group in /api with 5 updates chore(deps): bump the pip group across 1 directory with 5 updates Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/api/pip-6d4ca3a570 branch from e44335a to 5ccefef Compare July 15, 2026 20:01
@cccs-mdr
cccs-mdr merged commit d5c2167 into develop Jul 20, 2026
9 checks passed
@cccs-mdr
cccs-mdr deleted the dependabot/pip/api/pip-6d4ca3a570 branch July 20, 2026 13:29
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant