Skip to content

Commit 765ca40

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [asyncclick](https://github.com/python-trio/asyncclick), [time-machine](https://github.com/adamchainz/time-machine) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `asyncclick` from 8.1.8 to 8.2.2.2 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst) - [Commits](https://github.com/python-trio/asyncclick/commits) Updates `time-machine` from 2.16.0 to 2.19.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](adamchainz/time-machine@2.16.0...2.19.0) Updates `hypothesis` from 6.136.8 to 6.138.13 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.136.8...hypothesis-python-6.138.13) --- updated-dependencies: - dependency-name: asyncclick dependency-version: 8.2.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: time-machine dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.138.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d38f21 commit 765ca40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ email = "[email protected]"
5555

5656
[project.optional-dependencies]
5757
cli = [
58-
"asyncclick == 8.1.8",
58+
"asyncclick == 8.2.2.2",
5959
"prompt-toolkit == 3.0.52",
6060
"parsedatetime == 2.6",
6161
"tzlocal == 5.3.1",
@@ -103,8 +103,8 @@ dev-pytest = [
103103
"pytest-mock == 3.14.1",
104104
"pytest-asyncio == 1.1.0",
105105
"async-solipsism == 0.8",
106-
"time-machine == 2.16.0",
107-
"hypothesis == 6.136.8",
106+
"time-machine == 2.19.0",
107+
"hypothesis == 6.138.13",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)