Skip to content

Commit

Permalink
chore(deps): bump the python group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.129` | `1.34.154` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.0` | `7.1.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.3` | `3.2.6` |



Updates `boto3` from 1.34.129 to 1.34.154
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.129...1.34.154)

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

Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

Updates `pytest` from 8.2.2 to 8.3.2
- [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.2.2...8.3.2)

Updates `pylint` from 3.2.3 to 3.2.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.6)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 8ffa5d8 commit 42b9266
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
92 changes: 46 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ expiringdict = "^1.2.2"
jinja2 = "^3.1.4"
prometheus-client = "^0.20.0"
dataconf = "^3.2.0"
boto3 = "^1.34.129"
boto3 = "^1.34.154"
kopf = {extras = ["uvloop"], version = "^1.37.2"}


[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
flake8 = "^7.1.0"
pytest = "^8.2.2"
pylint = "^3.2.3"
black = "^24.8.0"
flake8 = "^7.1.1"
pytest = "^8.3.2"
pylint = "^3.2.6"
pytest-mock = "^3.14.0"
flake8-pyproject = "^1.2.3"

Expand Down

0 comments on commit 42b9266

Please sign in to comment.