mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
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:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user