mirror of https://github.com/jab/bidict.git
Bump sortedcollections from 1.2.1 to 1.2.3 in /requirements
Bumps [sortedcollections](https://github.com/grantjenks/python-sortedcollections) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/grantjenks/python-sortedcollections/releases) - [Commits](https://github.com/grantjenks/python-sortedcollections/compare/v1.2.1...v1.2.3) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e6f36a0262
commit
9484c6ee0e
|
@ -43,7 +43,7 @@ pyyaml==5.3.1 # via pre-commit
|
|||
requests==2.25.0 # via sphinx
|
||||
six==1.15.0 # via tox, virtualenv
|
||||
snowballstemmer==2.0.0 # via sphinx
|
||||
sortedcollections==1.2.1 # via -r tests.in
|
||||
sortedcollections==1.2.3 # via -r tests.in
|
||||
sortedcontainers==2.3.0 # via -r tests.in, hypothesis, sortedcollections
|
||||
sphinx==3.4.1 # via -r docs.in
|
||||
sphinxcontrib-applehelp==1.0.2 # via sphinx
|
||||
|
|
|
@ -29,7 +29,7 @@ pytest==6.2.1 # via -r tests.in, pytest-benchmark, pytest-cov
|
|||
pytz==2020.4 # via babel
|
||||
requests==2.25.0 # via sphinx
|
||||
snowballstemmer==2.0.0 # via sphinx
|
||||
sortedcollections==1.2.1 # via -r tests.in
|
||||
sortedcollections==1.2.3 # via -r tests.in
|
||||
sortedcontainers==2.3.0 # via -r tests.in, hypothesis, sortedcollections
|
||||
sphinx==3.4.1 # via -r docs.in
|
||||
sphinxcontrib-applehelp==1.0.2 # via sphinx
|
||||
|
|
Loading…
Reference in New Issue