summarylogtreecommitdiffstats
path: root/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
blob: 029859535e957d83410b92ac39c0c6860ce53427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff --git a/pyproject.toml b/pyproject.toml
index e2296a3c..59923b0a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,12 +30,12 @@ clikit = "^0.6.2"
 crashtest = { version = "^0.3.0", python = "^3.6" }
 requests = "^2.18"
 cachy = "^0.3.0"
-requests-toolbelt = "^0.8.0"
+requests-toolbelt = "*"
 cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
 pkginfo = "^1.4"
 html5lib = "^1.0"
 shellingham = "^1.1"
-tomlkit = ">=0.7.0,<1.0.0"
+tomlkit = "*"
 pexpect = "^4.7.0"
 packaging = "^20.4"
 virtualenv = { version = "^20.0.26" }
@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
 glob2 = { version = "^0.6", python = "~2.7" }
 # functools32 is needed for Python 2.7
 functools32 = { version = "^3.2.3", python = "~2.7" }
-keyring = [
-    { version = "^18.0.1", python = "~2.7" },
-    { version = "^20.0.1", python = "~3.5" },
-    { version = "^21.2.0", python = "^3.6" }
-]
+keyring = "*"
 # Use subprocess32 for Python 2.7
 subprocess32 = { version = "^3.5", python = "~2.7" }
 importlib-metadata = {version = "^1.6.0", python = "<3.8"}
 
 [tool.poetry.dev-dependencies]
-pytest = [
-    {version = "^4.1", python = "<3.5"},
-    {version = "^5.4.3", python = ">=3.5"}
-]
+pytest = "*"
 pytest-cov = "^2.5"
 pytest-mock = "^1.9"
 pre-commit = { version = "^2.6", python = "^3.6.1" }