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 python-dependencies group across 1 directory with 10 updates #2585

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the python-dependencies group with 10 updates in the / directory:

Package From To
debugpy 1.8.7 1.8.9
ipython 8.29.0 8.30.0
jedi 0.19.1 0.19.2
libvirt-python 10.9.0 10.10.0
pytest 8.3.3 8.3.4
tqdm 4.66.6 4.67.1
ansible 10.5.0 11.0.0
oci 2.137.1 2.139.0
setuptools 75.3.0 75.6.0
pydantic 2.9.2 2.10.2

Updates debugpy from 1.8.7 to 1.8.9

Release notes

Sourced from debugpy's releases.

debugpy v1.8.9

Fixes for:

debugpy v1.8.8

Fixes for:

Commits
  • f4ba976 Subrepo command wasn't checked in correctly (#1737)
  • 73be8fb Takes some changes from pydevd to fix line numbers being None (#1734)
  • 3573ca0 Remove compiled files (#1723)
  • 7d0ff33 Merge pull request #1725 from microsoft/publish_pydevd_binaries
  • af0d29f Missed some quotes
  • cebb747 Remove redundant double quotes
  • 2036f44 Change job names in build matrix
  • 22fbc53 Move lint and pydevd to their own stages
  • 37eaf86 Copy downloaded binaries to the right place before running tests
  • db63cd5 build pydevd biniaries, publish them, and download them in later jobs
  • Additional commits viewable in compare view

Updates ipython from 8.29.0 to 8.30.0

Commits

Updates jedi from 0.19.1 to 0.19.2

Changelog

Sourced from jedi's changelog.

0.19.2 (2024-11-10) +++++++++++++++++++

  • Python 3.13 support
Commits
  • 41e9e95 Increase Jedi version
  • b225678 Add a release for Python 3.13
  • 30adf43 Merge pull request #2027 from WutingjiaX/feat/filterImported
  • be6df62 filter imported names during completion
  • e53359a Fix a test that had issues with a minor upgrade of Python 3.12
  • 6e5d5b7 Enable workflow_dispatch in CI
  • 91ffdea Sort completions by input resemblance. (#2018)
  • 2859e4f Support inferring not expr to bool (#2016)
  • 8ee4c26 Merge pull request #2014 from WutingjiaX/feat/in_operator
  • 4d09ac0 When inferring comparison operators, return a definite type instead of NO_VAL...
  • Additional commits viewable in compare view

Updates libvirt-python from 10.9.0 to 10.10.0

Updates pytest from 8.3.3 to 8.3.4

Release notes

Sourced from pytest's releases.

8.3.4

pytest 8.3.4 (2024-12-01)

Bug fixes

  • #12592: Fixed KeyError{.interpreted-text role="class"} crash when using --import-mode=importlib in a directory layout where a directory contains a child directory with the same name.

  • #12818: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the AST, like executing.

  • #12849: ANSI escape codes for colored output now handled correctly in pytest.fail{.interpreted-text role="func"} with [pytrace=False]{.title-ref}.

  • #9353: pytest.approx{.interpreted-text role="func"} now uses strict equality when given booleans.

Improved documentation

  • #10558: Fix ambiguous docstring of pytest.Config.getoption{.interpreted-text role="func"}.

  • #10829: Improve documentation on the current handling of the --basetemp option and its lack of retention functionality (temporary directory location and retention{.interpreted-text role="ref"}).

  • #12866: Improved cross-references concerning the recwarn{.interpreted-text role="fixture"} fixture.

  • #12966: Clarify filterwarnings{.interpreted-text role="ref"} docs on filter precedence/order when using multiple @pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>{.interpreted-text role="ref"} marks.

Contributor-facing changes

  • #12497: Fixed two failing pdb-related tests on Python 3.13.
Commits
  • 53f8b4e Update pypa/gh-action-pypi-publish to v1.12.2
  • 98dff36 Prepare release version 8.3.4
  • 1b474e2 approx: use exact comparison for bool (#13013)
  • b541721 docs: Fix wrong statement about sys.modules with importlib import mode (#1298...
  • 16cb87b pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)
  • be6bc81 Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...
  • 7aeb72b Improve docs on basetemp and retention (#12912) (#12928)
  • c875841 Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...
  • 6502816 Merge pull request #12913 from jakkdl/dontfailonbadpath
  • 52135b0 Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)
  • Additional commits viewable in compare view

Updates tqdm from 4.66.6 to 4.67.1

Release notes

Sourced from tqdm's releases.

tqdm v4.67.1 stable

  • fix gui (matplotlib syntax) (#1629)
  • misc test & framework updates
    • bump pytest-asyncio (#1630)
    • fix codecov rate limit
    • fix pybuild
    • sync dependencies

tqdm v4.67.0 stable

  • contrib.discord: replace disco-py with requests (#1536)
Commits

Updates ansible from 10.5.0 to 11.0.0

Commits
  • adfa8a7 Release Ansible 11.0.0 (#503)
  • dcbd25b Properly cancel deprecation of netapp.storagegrid (#497)
  • 3c748df Rewrite the changelogs with the updates to antsibull-build that haven't been ...
  • 1a72fba Ansible 11.0.0rc1: Dependencies, changelog and porting guide (#499)
  • 42efb72 Fix changelog links. (#494)
  • a1982a4 Ansible 11.0.0b2: Dependencies, changelog and porting guide (#496)
  • b9a5b56 Re-add netapp.storagegrid to Ansible 11. (#495)
  • 70ef8d7 Ansible 11.0.0b1: Dependencies, changelog and porting guide (#493)
  • e3118a0 Ansible 10.6.0: Dependencies, changelog and porting guide (#491)
  • 59d2892 Ansible 9.12.0: Dependencies, changelog and porting guide (#490)
  • Additional commits viewable in compare view

Updates oci from 2.137.1 to 2.139.0

Release notes

Sourced from oci's releases.

2.139.0

Added

  • Support for optional parameters for unified auditing in the Database service
  • Support for user groups for creating technical requests in the Support Management service
  • Support for additional checksum algorithms (SHA-256, SHA-384, CRC32C) in the Object Storage service
  • Support for single Read Only (RO) endpoint for the read replicas in the PostgreSQL service
  • Support for exascale database vaults in the Database service
  • Support for virtual machine clusters with database vaults in the Database service
  • Support for N3-Gi version in the Database service

Changed

  • The vendored library idna was upgraded from version 2.10 to 3.10
  • The vendored library urllib3 was upgraded from version 1.26.9 to 1.26.20

Breaking

  • The property sub_components was removed from the model SubCategories in the Customer Incident Management Service
  • The constants LIMIT_STATUS_APPROVED, LIMIT_STATUS_PARTIALLY_APPROVED, LIMIT_STATUS_NOT_APPROVED, LIMIT_STATUS_REJECTED were removed from the model CreateLimitItemDetails in the Customer Incident Management Service
  • The property limit_status was removed from the model CreateLimitItemDetails in the Customer Incident Management Service
  • The model ServiceCategories was removed from the Customer Incident Management Service

File Checksums (SHA256)

oci-python-sdk-2.139.0.zip a09ba4e3e854677038b3d7ac2da0b1f1d2bfd523cf857f81b316acae93617031

2.138.1

Added

  • Support for calling Oracle Cloud Infrastructure services in the me-alain-1 region
  • Support for connection refresh in the GoldenGate service
  • Support for secret compartment id in import and export operations of deployment wallet in the GoldenGate service
  • Support for creating metadata only backups in the GoldenGate service
  • Support for Llama 3.2 unit shape in Generative AI service
  • Support for Llama 3.2 vision in Generative AI Inference service
  • Support for Cohere CommandR response format in Generative AI Inference service

File Checksums (SHA256)

oci-python-sdk-2.138.1.zip 64979049bbdf6375a27eed8cececfddf569c62cc8e8f09e3795d6b468f08d1c5

2.138.0

Added

  • Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region
  • Support for MFA Enablement v2 in the Identity Domains service
  • Support for starting, stopping and updating min/max executor count for SQL Endpoints in the Data Flow service
  • Support for customer message in the Customer Incident Management Service
  • Support for REJECTED limitStatus in the Customer Incident Management Service

Fixed

  • Issue with using OkeWorkloaIdentityResourcePrincipalSigner after the PyJWT upgrade to 2.4.0 introduced int OCI Python SDK 2.137.1

... (truncated)

Changelog

Sourced from oci's changelog.

2.139.0 - 2024-11-19

Added

  • Support for optional parameters for unified auditing in the Database service
  • Support for user groups for creating technical requests in the Support Management service
  • Support for additional checksum algorithms (SHA-256, SHA-384, CRC32C) in the Object Storage service
  • Support for single Read Only (RO) endpoint for the read replicas in the PostgreSQL service
  • Support for exascale database vaults in the Database service
  • Support for virtual machine clusters with database vaults in the Database service
  • Support for N3-Gi version in the Database service

Changed

  • The vendored library idna was upgraded from version 2.10 to 3.10
  • The vendored library urllib3 was upgraded from version 1.26.9 to 1.26.20

Breaking

  • The property sub_components was removed from the model SubCategories in the Customer Incident Management Service
  • The constants LIMIT_STATUS_APPROVED, LIMIT_STATUS_PARTIALLY_APPROVED, LIMIT_STATUS_NOT_APPROVED, LIMIT_STATUS_REJECTED were removed from the model CreateLimitItemDetails in the Customer Incident Management Service
  • The property limit_status was removed from the model CreateLimitItemDetails in the Customer Incident Management Service
  • The model ServiceCategories was removed from the Customer Incident Management Service

==================== 2.138.1 - 2024-11-12

Added

  • Support for calling Oracle Cloud Infrastructure services in the me-alain-1 region
  • Support for connection refresh in the GoldenGate service
  • Support for secret compartment id in import and export operations of deployment wallet in the GoldenGate service
  • Support for creating metadata only backups in the GoldenGate service
  • Support for Llama 3.2 unit shape in Generative AI service
  • Support for Llama 3.2 vision in Generative AI Inference service
  • Support for Cohere CommandR response format in Generative AI Inference service

==================== 2.138.0 - 2024-11-05

Added

  • Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region
  • Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region
  • Support for MFA Enablement v2 in the Identity Domains service
  • Support for starting, stopping and updating min/max executor count for SQL Endpoints in the Data Flow service

... (truncated)

Commits

Updates setuptools from 75.3.0 to 75.6.0

Changelog

Sourced from setuptools's changelog.

v75.6.0

Features

  • Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. (#4701)
  • Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:Avasam (#4754)

v75.5.0

Features

  • Removed support for SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is deemed prone to errors. (#4746)

v75.4.0

Features

  • Added support for the environment variable SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true, allowing users to bypass the validation of pyproject.toml. This option should be used only as a last resort when resolving dependency issues, as it may lead to improper functioning. Users who enable this setting are responsible for ensuring that pyproject.toml complies with setuptools requirements. (#4611)

    .. attention:: This environment variable was removed in a later version of setuptools.

  • Require Python 3.9 or later. (#4718)

  • Remove dependency on importlib_resources and the vendored copy of the library. Instead, setuptools consistently rely on stdlib's importlib.resources (available on Python 3.9+). (#4718)

  • Setuptools' bdist_wheel implementation no longer produces wheels with the m SOABI flag (pymalloc-related). This flag was removed on Python 3.8+ (see :obj:sys.abiflags). (#4718)

  • Updated vendored packaging version to 24.2. (#4740)

... (truncated)

Commits
  • bf2ced2 Bump version: 75.5.0 → 75.6.0
  • 8685c80 Empty tuple instead of None for PlatformInfo version properties fallthrough (...
  • 50d671b Rename news fragment
  • 2b471c2 Changed the WindowsSdkVersion, FrameworkVersion32 and ``FrameworkVers...
  • 2c77cd2 Runtime typing fixes for typeshed return type merge (#4753
  • 9a4c8d4 Runtime typing fixes for typeshed return type merge
  • e622859 Preserve original PKG-INFO contents when creating wheel (instead of calling...
  • 0b5b417 Mark tests that may depend on external network
  • a4fa01d Add news fragment
  • 089aca9 Ignore coverage in test code
  • Additional commits viewable in compare view

Updates pydantic from 2.9.2 to 2.10.2

Release notes

Sourced from pydantic's releases.

v2.10.2 2024-11-26

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.1...v2.10.2

v2.10.1 2024-11-21

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.10.0...v2.10.1

v2.10.0 2024-11-20

The code released in v2.10.0 is practically identical to that of v2.10.0b2. See the v2.10 release blog post for the highlights!

What's Changed

Packaging

New Features

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.10.2 (2024-11-25)

GitHub release

What's Changed

Fixes

v2.10.1 (2024-11-21)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.0 (2024-11-20)

The code released in v2.10.0 is practically identical to that of v2.10.0b2.

GitHub release

See the v2.10 release blog post for the highlights!

What's Changed

Packaging

... (truncated)

Commits

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 python-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.7` | `1.8.9` |
| [ipython](https://github.com/ipython/ipython) | `8.29.0` | `8.30.0` |
| [jedi](https://github.com/davidhalter/jedi) | `0.19.1` | `0.19.2` |
| [libvirt-python](http://www.libvirt.org) | `10.9.0` | `10.10.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.6` | `4.67.1` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.5.0` | `11.0.0` |
| [oci](https://github.com/oracle/oci-python-sdk) | `2.137.1` | `2.139.0` |
| [setuptools](https://github.com/pypa/setuptools) | `75.3.0` | `75.6.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.2` |



Updates `debugpy` from 1.8.7 to 1.8.9
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.7...v1.8.9)

Updates `ipython` from 8.29.0 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.29.0...8.30.0)

Updates `jedi` from 0.19.1 to 0.19.2
- [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst)
- [Commits](davidhalter/jedi@v0.19.1...v0.19.2)

Updates `libvirt-python` from 10.9.0 to 10.10.0

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `tqdm` from 4.66.6 to 4.67.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.6...v4.67.1)

Updates `ansible` from 10.5.0 to 11.0.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@10.5.0...11.0.0)

Updates `oci` from 2.137.1 to 2.139.0
- [Release notes](https://github.com/oracle/oci-python-sdk/releases)
- [Changelog](https://github.com/oracle/oci-python-sdk/blob/master/CHANGELOG.rst)
- [Commits](oracle/oci-python-sdk@v2.137.1...v2.139.0)

Updates `setuptools` from 75.3.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.6.0)

Updates `pydantic` from 2.9.2 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.9.2...v2.10.2)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jedi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: libvirt-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: oci
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. python labels Dec 2, 2024
@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 2, 2024
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 4e9d8f3 and 2 for PR HEAD c33cf92 in total

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Dec 3, 2024
@adriengentil
Copy link
Contributor

/retest

@adriengentil adriengentil force-pushed the dependabot/pip/python-dependencies-f8d11e4131 branch from 3c1554e to 6f61989 Compare December 4, 2024 12:28
@openshift-ci openshift-ci bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 4, 2024
@adriengentil adriengentil force-pushed the dependabot/pip/python-dependencies-f8d11e4131 branch from 6f61989 to 2a3cd64 Compare December 4, 2024 14:41
Copy link

openshift-ci bot commented Dec 4, 2024

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-metal-assisted-kube-api-late-binding-single-node 2a3cd64 link false /test e2e-metal-assisted-kube-api-late-binding-single-node

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@adriengentil
Copy link
Contributor

/cc @danmanor

@openshift-ci openshift-ci bot requested a review from danmanor December 5, 2024 08:31
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 6, 2024
Copy link

openshift-ci bot commented Dec 6, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adriengentil, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit e8a9cfe into master Dec 6, 2024
6 of 7 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the dependabot/pip/python-dependencies-f8d11e4131 branch December 6, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. python size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants