diff --git a/requirements/base.txt b/requirements/base.txt index 701b1bc..9eeea62 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ markupsafe==2.0.1 # xblock python-dateutil==2.8.2 # via xblock -pytz==2021.1 +pytz==2021.3 # via # fs # xblock diff --git a/requirements/pip.txt b/requirements/pip.txt index a5842e7..d6eeb93 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r requirements/pip.in -setuptools==58.1.0 +setuptools==58.2.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index de8240f..d92679c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -19,7 +19,7 @@ click-log==0.3.2 # via edx-lint code-annotations==1.2.0 # via edx-lint -coverage==5.5 +coverage[toml]==6.0 # via pytest-cov edx-lint==5.2.0 # via -r requirements/test.in @@ -27,7 +27,7 @@ iniconfig==1.1.1 # via pytest isort==5.9.3 # via pylint -jinja2==3.0.1 +jinja2==3.0.2 # via code-annotations lazy-object-proxy==1.6.0 # via astroid @@ -63,7 +63,7 @@ pyparsing==2.4.7 # via packaging pytest==6.2.5 # via pytest-cov -pytest-cov==2.12.1 +pytest-cov==3.0.0 # via -r requirements/test.in python-slugify==5.0.2 # via code-annotations @@ -79,7 +79,8 @@ toml==0.10.2 # via # pylint # pytest - # pytest-cov +tomli==1.2.1 + # via coverage typing-extensions==3.10.0.2 # via # astroid