1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-07-15 20:24:15 +02:00
docker-pi-hole/test/Pipfile
dependabot[bot] 2783e38030
Bump pytest from 8.0.2 to 8.1.1 in /test
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1.
- [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.0.2...8.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 18:54:26 +00:00

16 lines
229 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pytest = "==8.1.1"
pytest-xdist = "==3.5.0"
pytest-testinfra = "==10.1.0"
black = "==24.4.0"
[requires]
python_version = "3"