Remove explicit 2.26.0 version in python tests

Also, rename test scripts to indicate the version they are using.
This commit is contained in:
Andrew Eisenberg
2021-10-14 13:33:35 -07:00
parent 3df217266d
commit 43ea2ce0c9
8 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
requests = "2.26.0"
requests = "*"
[tool.poetry.dev-dependencies]