This repository was archived by the owner on Oct 16, 2024. It is now read-only.
Commit 7dfaf51
authored
Temporarily upper-bounce acceptance toxenv urllib3 (#318)
We're being slightly bad here and using an unpinned set of dependencies,
which has finally come back to bite us.
We can probably can oribably generate some requirements files to
fully pin things OR we can use a single venv for all this
(i.e., use the normal env with our dev dependencies) - but these will
all take a little longer than I/we want to dedicate to this right now
so the fastest "fix" is to simply add an upper-bound to urllib3 so that
pip's resolver no longer complains about version conflicts1 parent 8b1b59f commit 7dfaf51
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments