A simple, elegant counter with support for counting multiple things at once.
0

Configure Feed

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

Bump pytest from 7.3.2 to 7.4.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0.
- [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/7.3.2...7.4.0)

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

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

authored by

dependabot[bot] and committed by
Joseph Hale
(Jun 23, 2023, 10:45 AM -0500) e721ead8 74f4092e

+5 -5
+4 -4
poetry.lock
··· 247 247 248 248 [[package]] 249 249 name = "pytest" 250 - version = "7.3.2" 250 + version = "7.4.0" 251 251 description = "pytest: simple powerful testing with Python" 252 252 optional = false 253 253 python-versions = ">=3.7" 254 254 files = [ 255 - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, 256 - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, 255 + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, 256 + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, 257 257 ] 258 258 259 259 [package.dependencies] ··· 377 377 [metadata] 378 378 lock-version = "2.0" 379 379 python-versions = "^3.8" 380 - content-hash = "44f9fa35cb95e2dc91a4ffe8685e8fc37d84a7267a461358a0333d16db5fa68f" 380 + content-hash = "1a5e0244f564d673af4061c18926fc0730c2b27d8aec786d32517f5f969bb0de"
+1 -1
pyproject.toml
··· 14 14 python = "^3.8" 15 15 16 16 [tool.poetry.dev-dependencies] 17 - pytest = "^7.3" 17 + pytest = "^7.4" 18 18 pre-commit = "^3.3.3" 19 19 black = "^23.3.0" 20 20