Skip to content

Commit

Permalink
Bump the python-dependencies group with 2 updates (#2295)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates: [black](https://github.com/psf/black) and [oci](https://github.com/oracle/oci-python-sdk).


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

Updates `oci` from 2.113.0 to 2.114.0
- [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-minor
  dependency-group: python-dependencies
- dependency-name: oci
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 2fdbabe commit 93bde90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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==23.9.1
black==23.10.1
isort==5.12.0
flake8==6.1.0
flake8-bugbear==23.9.16 # Flake8 plugin that help identify likely bugs and design problems
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ nutanix-api==0.0.20
pytest-error-for-skips==2.0.2
ansible==8.5.0
jmespath==1.0.1
oci==2.113.0
oci==2.114.0

0 comments on commit 93bde90

Please sign in to comment.