Skip to content

Commit

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

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

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.4.0` | `24.4.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.13.4` | `3.14.0` |
| [frozendict](https://github.com/Marco-Sulla/python-frozendict) | `2.4.2` | `2.4.3` |
| [ipython](https://github.com/ipython/ipython) | `8.23.0` | `8.24.0` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` |
| [libvirt-python](http://www.libvirt.org) | `10.2.0` | `10.3.0` |
| [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.5.0` | `3.6.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.2` | `4.66.4` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `9.4.0` | `9.5.1` |
| [oci](https://github.com/oracle/oci-python-sdk) | `2.126.0` | `2.126.2` |



Updates `black` from 24.4.0 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.4.0...24.4.2)

Updates `filelock` from 3.13.4 to 3.14.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.13.4...3.14.0)

Updates `frozendict` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases)
- [Commits](Marco-Sulla/python-frozendict@v2.4.2...v2.4.3)

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

Updates `jinja2` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

Updates `libvirt-python` from 10.2.0 to 10.3.0

Updates `pytest-xdist` from 3.5.0 to 3.6.1
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v3.5.0...v3.6.1)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

Updates `tqdm` from 4.66.2 to 4.66.4
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.2...v4.66.4)

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

Updates `oci` from 2.126.0 to 2.126.2
- [Release notes](https://github.com/oracle/oci-python-sdk/releases)
- [Changelog](https://github.com/oracle/oci-python-sdk/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/oracle/oci-python-sdk/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: frozendict
  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: jinja2
  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-xdist
  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-minor
  dependency-group: python-dependencies
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: oci
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 6186dfa commit 719230b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.0
black==24.4.2
isort==5.13.2
flake8==7.0.0
flake8-bugbear==23.12.2 # Flake8 plugin that help identify likely bugs and design problems
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
debugpy==1.8.1
dnspython==2.6.1
filelock==3.13.4
frozendict==2.4.2
filelock==3.14.0
frozendict==2.4.3
ipdb==0.13.13
ipython==8.23.0
ipython==8.24.0
jedi==0.19.1
Jinja2===3.1.3
Jinja2===3.1.4
junit-report==0.2.7
kubernetes==29.0.0
libvirt-python==10.2.0
libvirt-python==10.3.0
munch==4.0.0
netaddr==0.10.0
netifaces==0.11.0
openshift-client==2.0.4
paramiko==3.4.0
pre-commit==3.7.0
pycharm_remote_debugger==0.1.16
pytest-xdist==3.5.0
pytest==8.1.1
pytest-xdist==3.6.1
pytest==8.2.0
python-dateutil==2.9.0.post0
python-hcl2==4.3.3
python-terraform==0.10.1
Expand All @@ -27,13 +27,13 @@ retry==0.9.2
scp==0.14.5
semver==3.0.2
tabulate==0.9.0
tqdm==4.66.2
tqdm==4.66.4
urllib3<3.0
pyvmomi>=7.0.2
waiting>=1.4.1
prompt_toolkit==3.0.43
nutanix-api==0.0.20
pytest-error-for-skips==2.0.2
ansible==9.4.0
ansible==9.5.1
jmespath==1.0.1
oci==2.126.0
oci==2.126.2

0 comments on commit 719230b

Please sign in to comment.