Skip to content

Commit

Permalink
build(deps): bump the pip group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates in the / directory: [click](https://github.com/pallets/click), [jinja2](https://github.com/pallets/jinja), [sh](https://github.com/amoffat/sh) and [pylint](https://github.com/pylint-dev/pylint).


Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

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 `sh` from 2.1.0 to 2.2.1
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@2.1.0...2.2.1)

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: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: sh
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent 409c452 commit 01c000c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 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.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ temply = "temply.temply:main"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
click = "^8.1.7" # BSD
jinja2 = "^3.1.4" # BSD
click = "^8.1.8" # BSD
jinja2 = "^3.1.5" # BSD
PyYAML = "^6.0.2" # MIT

[tool.poetry.group.build.dependencies]
pyinstaller = "^6.11.1" # GPL 2.0
sh = "^2.1.0" # MIT
sh = "^2.2.1" # MIT

[tool.poetry.group.dev.dependencies]
black = "^24.10.0" # MIT
pylint = "^3.3.2" # GPL 2.0
pylint = "^3.3.3" # GPL 2.0
pytest = "^8.3.4" # MIT

[tool.poe.tasks."env:configure"]
Expand Down

0 comments on commit 01c000c

Please sign in to comment.