Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump coverage from 7.2.5 to 7.2.6 #2326

Merged
merged 1 commit into from
May 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2023

Bumps coverage from 7.2.5 to 7.2.6.

Changelog

Sourced from coverage's changelog.

Version 7.2.6 — 2023-05-23

  • Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553_.

  • Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12.

  • Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628_.

.. _issue 1553: nedbat/coveragepy#1553 .. _issue 1628: nedbat/coveragepy#1628

.. _changes_7-2-5:

Commits
  • a138669 docs: sample HTML for 7.2.6
  • afa4caf docs: prep for 7.2.6
  • 009b529 fix: adapt to new tokenize error messages
  • 2a0cee9 test: cpython 104686 is fixed, un-xfail this test
  • 37b922a test: suppress an ast deprecation warning
  • 5925d8a build: run tests on 3.12
  • 1a1d176 build: clean more cache directories
  • 044ffa6 test: xfail a test because of CPython issue 104686
  • 12333be test: remove xfail for pypy bugs 3936 and 3937
  • 3fb8da5 fix: hide sensitive environment variables with asterisks. #1628
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.2.5...7.2.6)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 24, 2023 20:59
@dependabot dependabot bot requested review from heitorlessa and removed request for a team May 24, 2023 20:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 24, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 24, 2023
@github-actions github-actions bot added the internal Maintenance changes label May 24, 2023
@leandrodamascena leandrodamascena merged commit cb55707 into develop May 24, 2023
10 checks passed
@leandrodamascena leandrodamascena deleted the dependabot/pip/develop/coverage-7.2.6 branch May 24, 2023 21:34
heitorlessa added a commit to heitorlessa/aws-lambda-powertools-python that referenced this pull request May 26, 2023
* develop:
  chore(deps-dev): bump aws-cdk from 2.80.0 to 2.81.0 (aws-powertools#2332)
  chore(deps-dev): bump coverage from 7.2.5 to 7.2.6 (aws-powertools#2326)
  chore(deps-dev): bump pytest-cov from 4.0.0 to 4.1.0 (aws-powertools#2327)
  chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (aws-powertools#2325)
  fix(docs): use concrete secrets from settings (aws-powertools#2322)
  fix(logger): add setLevel function to set level programmatically (aws-powertools#2320)
  feat(parser): add support for parsing SQS events wrapped in Kinesis Firehose (aws-powertools#2294)
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 internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant