Update pytest-timeout requirement from <2.1,>=1.4.2 to >=1.4.2,<2.2 (#1602)

Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases)
- [Commits](https://github.com/pytest-dev/pytest-timeout/compare/1.4.2...2.1.0)

---
updated-dependencies:
- dependency-name: pytest-timeout
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1649/head
dependabot[bot] 2022-03-05 17:41:49 -08:00 zatwierdzone przez GitHub
rodzic 73f2d25f70
commit 7b78279b93
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ setup(
"pytest-asyncio>=0.10,<0.19",
"beautifulsoup4>=4.8.1,<4.11.0",
"black==22.1.0",
"pytest-timeout>=1.4.2,<2.1",
"pytest-timeout>=1.4.2,<2.2",
"trustme>=0.7,<0.10",
"cogapp>=3.3.0",
],