Commit 2a3a1d19 by Adam Williamson Committed by GitHub

Allow requests-toolbelt 0.10.* releases (#6924)

requests-toolbelt has released 0.10.0 and 0.10.1 recently. These don't
look to make any backwards-incompatible changes (they only add features)
so poetry should be able to work with them fine.

Signed-off-by: Adam Williamson <awilliam@redhat.com>

# Pull Request Check List

Resolves: #6922

- [-] Added **tests** for changed code.
- [-] Updated **documentation** for changed code.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
parent 1ec8be3d
...@@ -65,7 +65,7 @@ pexpect = "^4.7.0" ...@@ -65,7 +65,7 @@ pexpect = "^4.7.0"
pkginfo = "^1.5" pkginfo = "^1.5"
platformdirs = "^2.5.2" platformdirs = "^2.5.2"
requests = "^2.18" requests = "^2.18"
requests-toolbelt = "^0.9.1" requests-toolbelt = ">=0.9.1,<0.11.0"
shellingham = "^1.5" shellingham = "^1.5"
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225 # exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
tomlkit = ">=0.11.1,<1.0.0,!=0.11.2,!=0.11.3" tomlkit = ">=0.11.1,<1.0.0,!=0.11.2,!=0.11.3"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment