mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Add support of six 1.12 (#212)
* Increase range of six versions to 1.12 * Update changelog
This commit is contained in:
parent
f4f773be5a
commit
2792d02455
|
@ -11,6 +11,7 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- Fix issue with copying providers that have system streams injections
|
- Fix issue with copying providers that have system streams injections
|
||||||
(``sys.stdin``, ``sys.stdout`` and ``sys.stderr``).
|
(``sys.stdin``, ``sys.stdout`` and ``sys.stderr``).
|
||||||
|
- Add support of six 1.12.0.
|
||||||
|
|
||||||
3.14.2
|
3.14.2
|
||||||
------
|
------
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
six>=1.7.0,<=1.11.0
|
six>=1.7.0,<=1.12.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user