Run-time type checking for function signatures in Python.
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps-dev): bump pytest in the development-dependencies group

Bumps the development-dependencies group with 1 update: [pytest](https://github.com/pytest-dev/pytest).


Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
github-actions[bot]
(Sep 16, 2024, 2:04 PM UTC) 0ba06b80 69a1b23e

+3 -3
+3 -3
poetry.lock
··· 306 306 307 307 [[package]] 308 308 name = "pytest" 309 - version = "8.3.2" 309 + version = "8.3.3" 310 310 description = "pytest: simple powerful testing with Python" 311 311 optional = false 312 312 python-versions = ">=3.8" 313 313 files = [ 314 - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, 315 - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, 314 + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, 315 + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, 316 316 ] 317 317 318 318 [package.dependencies]