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

build(deps): bump pytest from 7.3.1 to 7.3.2 #675

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps pytest from 7.3.1 to 7.3.2.

Release notes

Sourced from pytest's releases.

7.3.2

pytest 7.3.2 (2023-06-10)

Bug Fixes

  • #10169: Fix bug where very long option names could cause pytest to break with OSError: [Errno 36] File name too long on some systems.
  • #10894: Support for Python 3.12 (beta at the time of writing).
  • #10987: testpaths{.interpreted-text role="confval"} is now honored to load root conftests.
  • #10999: The [monkeypatch]{.title-ref} [setitem]{.title-ref}/[delitem]{.title-ref} type annotations now allow [TypedDict]{.title-ref} arguments.
  • #11028: Fixed bug in assertion rewriting where a variable assigned with the walrus operator could not be used later in a function call.
  • #11054: Fixed --last-failed's "(skipped N files)" functionality for files inside of packages (directories with [__init__.py]{.title-ref} files).
Commits
  • 9d47a39 Prepare release version 7.3.2
  • d66697e Merge pull request #11094 from pytest-dev/backport-10894-to-7.3.x
  • 8e1bbe1 [7.3.x] Python 3.12 support
  • d054a68 Merge pull request #11058 from pytest-dev/backport-11055-to-7.3.x
  • 30a1125 [7.3.x] cacheprovider: fix file-skipping feature for files in packages
  • 682fc81 Merge pull request #11057 from pytest-dev/backport-11041-to-7.3.x
  • 331bc1b [7.3.x] 11028 - Fix warlus operator behavior when called by a function
  • 69689c6 [7.3.x] nonpython example now repr all exceptions (#11034)
  • 6c95cb6 [7.3.x] Spelling and grammar fixes (#11015)
  • efcb81c [7.3.x] Reference "Status of Python Versions" in backwards-compatibility poli...
  • 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 [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.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@7.3.1...7.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from TomerFi as a code owner June 12, 2023 02:58
@dependabot dependabot bot added the type: dependencies Pull requests that update a dependency file label Jun 12, 2023
@pull-request-size pull-request-size bot added the size: xs Pull request has less then 10 lines label Jun 12, 2023
@auto-me-bot auto-me-bot bot added the status: needs review Pull request needs a review label Jun 12, 2023
@auto-me-bot auto-me-bot bot added status: approved Pull request is approved and removed status: needs review Pull request needs a review labels Jun 12, 2023
@github-actions
Copy link

Test Results

36 tests   36 ✔️  1s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit 8d81495.

@codecov
Copy link

codecov bot commented Jun 12, 2023

Codecov Report

Merging #675 (8d81495) into dev (de2dbff) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #675   +/-   ##
=======================================
  Coverage   97.66%   97.66%           
=======================================
  Files           1        1           
  Lines         171      171           
=======================================
  Hits          167      167           
  Misses          4        4           

@TomerFi TomerFi merged commit 5c96b2e into dev Jun 12, 2023
9 checks passed
@TomerFi TomerFi deleted the dependabot/pip/pytest-7.3.2 branch June 12, 2023 03:55
@auto-me-bot auto-me-bot bot added status: merged Pull request merged and removed status: approved Pull request is approved labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request has less then 10 lines status: merged Pull request merged type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant