fix(deps): Update dependency pytest to v7.4.2#59
Merged
kodiakhq[bot] merged 1 commit intomainfrom Oct 1, 2023
Merged
Conversation
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 2, 2023
🤖 I have created a release *beep* *boop* --- ## [0.1.4](v0.1.3...v0.1.4) (2023-10-02) ### Bug Fixes * **deps:** Update dependency black to v23.9.1 ([#61](#61)) ([591c1bc](591c1bc)) * **deps:** Update dependency cloudquery-plugin-pb to v0.0.17 ([#65](#65)) ([3cabe7c](3cabe7c)) * **deps:** Update dependency grpcio to v1.59.0 ([#62](#62)) ([5505f10](5505f10)) * **deps:** Update dependency grpcio-tools to v1.59.0 ([#63](#63)) ([62541c9](62541c9)) * **deps:** Update dependency numpy to v1.26.0 ([#64](#64)) ([ef59a20](ef59a20)) * **deps:** Update dependency pandas to v2.1.1 ([#56](#56)) ([4bc4ff9](4bc4ff9)) * **deps:** Update dependency protobuf to v4.24.3 ([#57](#57)) ([d877652](d877652)) * **deps:** Update dependency pytest to v7.4.2 ([#59](#59)) ([50f66e8](50f66e8)) * **deps:** Update dependency pytz to v2023.3.post1 ([#60](#60)) ([e14482a](e14482a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==7.4.0->==7.4.2Release Notes
pytest-dev/pytest (pytest)
v7.4.2: pytest 7.4.2 (2023-09-07)Compare Source
Bug Fixes
#11237: Fix doctest collection of
functools.cached_propertyobjects.#11306: Fixed bug using
--importmode=importlibwhich would cause package__init__.pyfiles to be imported more than once in some cases.#11367: Fixed bug where
user_propertieswhere not being saved in the JUnit XML file if a fixture failed during teardown.#11394: Fixed crash when parsing long command line arguments that might be interpreted as files.
Improved Documentation
v7.4.1: pytest 7.4.1 (2023-09-02)Compare Source
Bug Fixes
#10337: Fixed bug where fake intermediate modules generated by
--import-mode=importlibwould not include thechild modules as attributes of the parent modules.
#10702: Fixed error assertion handling in
pytest.approxwhenNoneis an expected or received value when comparing dictionaries.#10811: Fixed issue when using
--import-mode=importlibtogether with--doctest-modulesthat caused modulesto be imported more than once, causing problems with modules that have import side effects.
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.