Skip to content

Commit

Permalink
chore(deps): bump the python group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates in the / directory: [jinja2](https://github.com/pallets/jinja), [boto3](https://github.com/boto/boto3) and [pylint](https://github.com/pylint-dev/pylint).


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

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

Updates `pylint` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Dec 27, 2024
1 parent 033d96d commit d84f23b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ kubernetes = "^31.0.0"
jsonpatch = "^1.33"
json-merge-patch = "^0.2"
expiringdict = "^1.2.2"
jinja2 = "^3.1.4"
jinja2 = "^3.1.5"
prometheus-client = "^0.21.1"
dataconf = "^3.3.0"
boto3 = "^1.35.82"
boto3 = "^1.35.88"
kopf = {extras = ["uvloop"], version = "^1.37.4"}
python-json-logger = "3.2.1" # Needed by kopf but kopf uses a wrong version which is missing APIs that kopf needs

Expand All @@ -26,7 +26,7 @@ python-json-logger = "3.2.1" # Needed by kopf but kopf uses a wrong version whic
black = "^24.10.0"
flake8 = "^7.1.1"
pytest = "^8.3.4"
pylint = "^3.3.2"
pylint = "^3.3.3"
pytest-mock = "^3.14.0"
flake8-pyproject = "^1.2.3"

Expand Down

0 comments on commit d84f23b

Please sign in to comment.