From 9484c6ee0ef45587069470052c0bb265ea576f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:03:58 +0000 Subject: [PATCH] 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] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c8edf7a..74dbd0e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 diff --git a/requirements/tests.txt b/requirements/tests.txt index 90f23dd..a7bd719 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -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