Skip to content

Commit 95c6f57

Browse files
Bump asserts from 0.11.1 to 0.12.0
Bumps [asserts](https://github.com/srittau/python-asserts) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/srittau/python-asserts/releases) - [Changelog](https://github.com/srittau/python-asserts/blob/main/CHANGELOG.md) - [Commits](srittau/python-asserts@v0.11.1...v0.12.0) --- updated-dependencies: - dependency-name: asserts dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3eae800 commit 95c6f57

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = ["*/py.typed", "*.pyi"]
2020
python = ">=3.7"
2121

2222
[tool.poetry.dev-dependencies]
23-
asserts = ">=0.8.0, <0.12"
23+
asserts = ">=0.8.0,<0.13"
2424
mypy = "0.982"
2525

2626
[tool.black]

0 commit comments

Comments
 (0)