This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/products/distill/master/pytest-cov-5.0.0 in repository https://gitbox.apache.org/repos/asf/flagon.git
omit e06a944 Bump pytest-cov from 4.1.0 to 5.0.0 in /products/distill add ebd6d51 remove github action folders add 7c21d29 Remove unused workflows add 1662ce7 changed playwright to 1.51.0 add 8cdc1c8 Merge pull request #79 from KrehlK/update-playwright add 72187a4 Deleted duplicate files add 8194e7f Merge pull request #85 from KrehlK/update-playwright add c875ee6 Bump pytest-cov from 4.1.0 to 5.0.0 in /products/distill This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e06a944) \ N -- N -- N refs/heads/dependabot/pip/products/distill/master/pytest-cov-5.0.0 (c875ee6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/distill/bump_version.yml | 48 ---- .github/workflows/distill/pytest_publish.yml | 53 ---- .../workflows/{distill/ci.yml => distill_ci.yml} | 4 +- .../workflows/{userale/ci.yml => userale_ci.yml} | 4 +- products/distill/poetry.lock | 276 ++++++++++++++++++--- products/distill/setup.cfg | 40 --- products/distill/setup.py | 156 ------------ products/userale/package-lock.json | 27 +- products/userale/package.json | 2 +- 9 files changed, 262 insertions(+), 348 deletions(-) delete mode 100644 .github/workflows/distill/bump_version.yml delete mode 100644 .github/workflows/distill/pytest_publish.yml rename .github/workflows/{distill/ci.yml => distill_ci.yml} (95%) rename .github/workflows/{userale/ci.yml => userale_ci.yml} (96%) delete mode 100644 products/distill/setup.cfg delete mode 100644 products/distill/setup.py