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

Bump the pip-dependencies group with 2 updates #507

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the pip-dependencies group with 2 updates: pyarrow and pytest.

Updates pyarrow from 14.0.2 to 16.0.0

Commits
  • 6a28035 MINOR: [Release] Update versions for 16.0.0
  • 4cd1b34 MINOR: [Release] Update .deb/.rpm changelogs for 16.0.0
  • 2847737 MINOR: [Release] Update CHANGELOG.md for 16.0.0
  • eb5f162 GH-41201: [C++] Fix mistake in integration test. Explicitly cast std::string ...
  • 5a146ed GH-35081: [Python] construct pandas.DataFrame with public API in to_pandas ...
  • b7187ad GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)
  • 9cb361c GH-41121: [C++] Fix: left anti join filter empty rows. (#41122)
  • 1e40252 GH-41016: [C++] Fix null count check in BooleanArray.true_count() (#41070)
  • 0d3af8d GH-41098: [Python] Add copy keyword in Array.array for numpy 2.0+ compati...
  • 0d1a016 GH-39848: [Python][Packaging] Build pyarrow wheels with numpy RC instead of n...
  • Additional commits viewable in compare view

Updates pytest from 7.4.4 to 8.1.2

Release notes

Sourced from pytest's releases.

8.1.2

pytest 8.1.2 (2024-04-26)

Bug Fixes

  • #12114: Fixed error in pytest.approx{.interpreted-text role="func"} when used with [numpy]{.title-ref} arrays and comparing with other types.

8.1.1

pytest 8.1.1 (2024-03-08)

::: {.note} ::: {.title} Note :::

This release is not a usual bug fix release -- it contains features and improvements, being a follow up to 8.1.0, which has been yanked from PyPI. :::

Features

  • #11475: Added the new consider_namespace_packages{.interpreted-text role="confval"} configuration option, defaulting to False.

    If set to True, pytest will attempt to identify modules that are part of namespace packages when importing modules.

  • #11653: Added the new verbosity_test_cases{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity. See Fine-grained verbosity <pytest.fine_grained_verbosity>{.interpreted-text role="ref"} for more details.

Improvements

  • #10865: pytest.warns{.interpreted-text role="func"} now validates that warnings.warn{.interpreted-text role="func"} was called with a [str]{.title-ref} or a [Warning]{.title-ref}. Currently in Python it is possible to use other types, however this causes an exception when warnings.filterwarnings{.interpreted-text role="func"} is used to filter those warnings (see [CPython #103577](python/cpython#103577) for a discussion). While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.

  • #11311: When using --override-ini for paths in invocations without a configuration file defined, the current working directory is used as the relative directory.

    Previoulsy this would raise an AssertionError{.interpreted-text role="class"}.

  • #11475: --import-mode=importlib <import-mode-importlib>{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :pysys.path{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.

    This means that installed packages will be imported under their canonical name if possible first, for example app.core.models, instead of having the module name always be derived from their path (for example .env310.lib.site_packages.app.core.models).

  • #11801: Added the iter_parents() <_pytest.nodes.Node.iter_parents>{.interpreted-text role="func"} helper method on nodes. It is similar to listchain <_pytest.nodes.Node.listchain>{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.

... (truncated)

Commits
  • cf84163 Prepare release version 8.1.2
  • 0675383 [8.1.x] Fixed Bug Regarding Attribute Error in pytest.approx For Types Implic...
  • a43b098 [8.1.x] Update events/trainings (#12237)
  • f55c660 [8.1.x] doc: import pytest in conftest.py example in doctest.rst (#12182)
  • be7c8be [8.1.x] Add research item in doc (#12148)
  • c5e3921 [8.1.x] doc: add versionadded to ExceptionInfo.group_contains (#12142)
  • 83614e1 [8.1.x] doc: fix typos (#12119)
  • cd585a1 [8.1.x] doc: add versionadded to Stash and StashKey (#12109)
  • 6c14139 [8.1.x] doc/flaky: remove box/flaky plugin suggestion (#12102)
  • abb0cf4 Merge pull request #12094 from pytest-dev/release-8.1.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-dependencies group with 2 updates: [pyarrow](https://github.com/apache/arrow) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pyarrow` from 14.0.2 to 16.0.0
- [Commits](apache/arrow@go/v14.0.2...go/v16.0.0)

Updates `pytest` from 7.4.4 to 8.1.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.4.4...8.1.2)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot-pip-pip-dependencies-5dd8bf7c7a branch May 1, 2024 14:44
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.

None yet

1 participant