Skip to content

Commit

Permalink
Bump the production-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the production-deps group with 3 updates: [click](https://github.com/pallets/click), [packaging](https://github.com/pypa/packaging) and [pyyaml](https://github.com/yaml/pyyaml).


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

Updates `packaging` from 23.1 to 24.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@23.1...24.0)

Updates `pyyaml` from 6.0 to 6.0.1
- [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
- [Commits](yaml/pyyaml@6.0...6.0.1)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-deps
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent c99c489 commit e829f3d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 50 deletions.
109 changes: 60 additions & 49 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ skjold = 'skjold.cli:cli'
[tool.poetry.dependencies]
python = "^3.7"
click = ">=8,<9"
packaging = ">=21,<24"
packaging = ">=21,<25"
pyyaml = "^6.0"
toml = ">=0.10.0"

Expand Down

0 comments on commit e829f3d

Please sign in to comment.