Skip to content

Commit 9a8a2b1

Browse files
Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /receptorctl directory: [click](https://github.com/pallets/click) and [pyyaml](https://github.com/yaml/pyyaml). Updates `click` from 8.1.8 to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.0) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd81313 commit 9a8a2b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

receptorctl/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
dynamic = ["version"]
77
dependencies = [
88
"python-dateutil>=2.8.1",
9-
"click>=8.1.3, <8.2.0",
9+
"click>=8.1.3, <8.4.0",
1010
"PyYAML>=5.4.1",
1111
]
1212

receptorctl/requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/requirements.txt --strip-extras pyproject.toml
66
#
7-
click==8.1.8
7+
click==8.3.1
88
# via receptorctl (pyproject.toml)
99
python-dateutil==2.9.0.post0
1010
# via receptorctl (pyproject.toml)
11-
pyyaml==6.0.2
11+
pyyaml==6.0.3
1212
# via receptorctl (pyproject.toml)
1313
six==1.17.0
1414
# via python-dateutil

0 commit comments

Comments
 (0)