Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 10 updates (
Browse files Browse the repository at this point in the history
…#2585)

* Bump the python-dependencies group across 1 directory with 10 updates

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>

* disable logging in os and release images scripts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrien Gentil <agentil@redhat.com>
  • Loading branch information
dependabot[bot] and adriengentil authored Dec 6, 2024
1 parent d908249 commit e8a9cfe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
debugpy==1.8.7
debugpy==1.8.9
dnspython==2.7.0
filelock==3.16.1
frozendict==2.4.6
ipdb==0.13.13
ipython==8.29.0
jedi==0.19.1
ipython==8.30.0
jedi==0.19.2
Jinja2===3.1.4
junit-report==0.2.7
kubernetes==31.0.0
libvirt-python==10.9.0
libvirt-python==10.10.0
munch==4.0.0
natsort==8.4.0 # natsort used in kni-assisted-installer-auto
netaddr==1.3.0 ## from https://github.com/openshift/assisted-test-infra/pull/2398
Expand All @@ -18,7 +18,7 @@ paramiko==3.5.0
pre-commit==4.0.1
pycharm-remote-debugger==0.1.18
pytest-xdist==3.6.1
pytest==8.3.3
pytest==8.3.4
python-dateutil==2.9.0.post0
python-hcl2==5.1.1
python-terraform==0.10.1
Expand All @@ -28,18 +28,18 @@ retry==0.9.2
scp==0.15.0
semver==3.0.2
tabulate==0.9.0
tqdm==4.66.6
tqdm==4.67.1
urllib3<3.0
pyvmomi==8.0.3.0.1
waiting>=1.4.1
prompt-toolkit==3.0.48
nutanix-api==0.0.20
pytest-error-for-skips==2.0.2
ansible==10.5.0 # Fix for issues with DNF and ansible core 2.17 on RHEL8 / RHEL9 systems
ansible==11.0.0 # Fix for issues with DNF and ansible core 2.17 on RHEL8 / RHEL9 systems
jmespath==1.0.1
oci==2.137.1
setuptools==75.3.0
pydantic==2.9.2
oci==2.139.0
setuptools==75.6.0
pydantic==2.10.2
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
10 changes: 10 additions & 0 deletions scripts/override_images/override_os_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
Overrides a given list of OS images to a list with a single OS image
that matches the latest release image in RELEASE_IMAGES
"""

# Disable E402 module level import not at top of file
# triggered because of the logging import that should be on top
# flake8: noqa: E402

# disable all logging to not mess up with the output of this script
import logging

logging.disable(logging.CRITICAL)

import json
import os
import sys
Expand Down
10 changes: 10 additions & 0 deletions scripts/override_images/override_release_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
Overrides the list of release images according to
OPENSHIFT_VERSION or OPENSHIFT_INSTALL_RELEASE_IMAGE environment variables
"""

# Disable E402 module level import not at top of file
# triggered because of the logging import that should be on top
# flake8: noqa: E402

# disable all logging to not mess up with the output of this script
import logging

logging.disable(logging.CRITICAL)

import json
import os
import sys
Expand Down

0 comments on commit e8a9cfe

Please sign in to comment.