-
Notifications
You must be signed in to change notification settings - Fork 105
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
Bump the python-dependencies group across 1 directory with 10 updates #2585
Conversation
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>
/retest |
3c1554e
to
6f61989
Compare
6f61989
to
2a3cd64
Compare
@dependabot[bot]: The following test failed, say
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. |
/cc @danmanor |
[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 |
Bumps the python-dependencies group with 10 updates in the / directory:
1.8.7
1.8.9
8.29.0
8.30.0
0.19.1
0.19.2
10.9.0
10.10.0
8.3.3
8.3.4
4.66.6
4.67.1
10.5.0
11.0.0
2.137.1
2.139.0
75.3.0
75.6.0
2.9.2
2.10.2
Updates
debugpy
from 1.8.7 to 1.8.9Release notes
Sourced from debugpy's releases.
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_binariesaf0d29f
Missed some quotescebb747
Remove redundant double quotes2036f44
Change job names in build matrix22fbc53
Move lint and pydevd to their own stages37eaf86
Copy downloaded binaries to the right place before running testsdb63cd5
build pydevd biniaries, publish them, and download them in later jobsUpdates
ipython
from 8.29.0 to 8.30.0Commits
a8541f5
release 8.30.00bbf70c
misc headers fixes and whatsnew 8.30 (#14588)a8810c6
misc headers fixesd7eebae
crashhandler: Cast rptdir to Path (#14578)17f17d1
Update IPython/core/crashhandler.py938e3ba
Turn on type checking and update crahshandlera336a98
Some documentations about custom formatters (#14579)969bfa6
Some documentations about custom formatters546d856
crashhandler: Cast rptdir to Path0615526
deprecated ast attribute (#14575)Updates
jedi
from 0.19.1 to 0.19.2Changelog
Sourced from jedi's changelog.
Commits
41e9e95
Increase Jedi versionb225678
Add a release for Python 3.1330adf43
Merge pull request #2027 from WutingjiaX/feat/filterImportedbe6df62
filter imported names during completione53359a
Fix a test that had issues with a minor upgrade of Python 3.126e5d5b7
Enable workflow_dispatch in CI91ffdea
Sort completions by input resemblance. (#2018)2859e4f
Support inferring not expr to bool (#2016)8ee4c26
Merge pull request #2014 from WutingjiaX/feat/in_operator4d09ac0
When inferring comparison operators, return a definite type instead of NO_VAL...Updates
libvirt-python
from 10.9.0 to 10.10.0Updates
pytest
from 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
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/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
tqdm
from 4.66.6 to 4.67.1Release notes
Sourced from tqdm's releases.
Commits
0ed5d7f
bump version, merge pull request #1629 from tqdm/fix-guia2d5f1c
tests: fix codecov rate limitcac7150
tests: bump pytest-asyncio6338f62
deps: fix pybuild342b15e
tests: sync depsc66458d
gui: fix matplotlib35a6ee9
bump version, merge pull request #1536 from guigoruiz18aa9470
add discord requests dep1db24b4
better user-agent61365d8
handle rate limitUpdates
ansible
from 10.5.0 to 11.0.0Commits
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)Updates
oci
from 2.137.1 to 2.139.0Release notes
Sourced from oci's releases.
... (truncated)
Changelog
Sourced from oci's changelog.
... (truncated)
Commits
dec87f1
Releasing version 2.139.0662d0e3
Releasing version 2.139.022fd62c
Releasing version 2.138.11a59c55
Releasing version 2.138.1ea06d06
Releasing version 2.138.0006daa0
Releasing version 2.138.0Updates
setuptools
from 75.3.0 to 75.6.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
bf2ced2
Bump version: 75.5.0 → 75.6.08685c80
Empty tuple instead of None for PlatformInfo version properties fallthrough (...50d671b
Rename news fragment2b471c2
Changed theWindowsSdkVersion
,FrameworkVersion32
and ``FrameworkVers...2c77cd2
Runtime typing fixes for typeshed return type merge (#47539a4c8d4
Runtime typing fixes for typeshed return type mergee622859
Preserve originalPKG-INFO
contents when creating wheel (instead of calling...0b5b417
Mark tests that may depend on external networka4fa01d
Add news fragment089aca9
Ignore coverage in test codeUpdates
pydantic
from 2.9.2 to 2.10.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
fe32515
Prepare for v2.10.2 release (#10982)226cfaf
HideBaseModel.__replace__
definition from type checkers (#10979)02229a6
hashing support for urls (#10975)a9cf39c
Fix type hint ofField.default
to be compatible with Python 3.8 and 3.9 (#1...869eafd
Support serialization as any forSecret
types andUrl
types (#10947)7c0ed72
Do not evaluate annotations for private fields (#10962)d6fc7fc
Only evaluateFieldInfo
annotations if required during schema building (#10...17e60fa
spacing369b355
remove typo4c75404
Prepare for v2.10.1 release (#10939)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