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.

build(deps-dev): Bump pytest from 7.4.4 to 8.2.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.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.4.4...8.2.0)

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

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

authored by

dependabot[bot] and committed by
GitHub
(May 6, 2024, 1:05 PM UTC) 55b6857e e0adfb88

+9 -9
+8 -8
poetry.lock
··· 246 246 247 247 [[package]] 248 248 name = "pytest" 249 - version = "7.4.4" 249 + version = "8.2.0" 250 250 description = "pytest: simple powerful testing with Python" 251 251 optional = false 252 - python-versions = ">=3.7" 252 + python-versions = ">=3.8" 253 253 files = [ 254 - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, 255 - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, 254 + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, 255 + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, 256 256 ] 257 257 258 258 [package.dependencies] ··· 260 260 exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} 261 261 iniconfig = "*" 262 262 packaging = "*" 263 - pluggy = ">=0.12,<2.0" 264 - tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} 263 + pluggy = ">=1.5,<2.0" 264 + tomli = {version = ">=1", markers = "python_version < \"3.11\""} 265 265 266 266 [package.extras] 267 - testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] 267 + dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] 268 268 269 269 [[package]] 270 270 name = "pyyaml" ··· 387 387 [metadata] 388 388 lock-version = "2.0" 389 389 python-versions = "^3.8" 390 - content-hash = "ae3a3bedcc9f67033353a09976c336fb32ba9e8e2316f6b7aad65ed67e90611c" 390 + content-hash = "db0ae2e21c7b7caf73dc43abcbfc63e412d1c31f5ae61da5a7cbbfc1a93c69b0"
+1 -1
pyproject.toml
··· 15 15 16 16 [tool.poetry.group.dev.dependencies] 17 17 black = "^24.4.2" 18 - pytest = "^7.4" 18 + pytest = ">=7.4,<9.0" 19 19 pre-commit = ">=2.21,<4.0" 20 20 21 21 [build-system]