From 77d0366b276fc8f7e22d10d157e47fa96a1e2de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 15:43:19 +0100 Subject: [PATCH] Bump pygments from 2.7.4 to 2.8.0 (#5480) Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.8.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.8.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 3f8a5a398a6..32da97b0adb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -53,13 +53,12 @@ click==7.1.2 # black # cherry-picker # towncrier -coverage==5.3.1 +coverage==5.4 # via # -r requirements/test.txt # pytest-cov -cryptography==3.3.1 ; platform_machine != "i686" and python_version < "3.9" +cryptography==3.3.1 # via - # -r requirements/test.txt # pyjwt # trustme distlib==0.3.1 @@ -74,7 +73,7 @@ flake8==3.8.4 # via # -r requirements/lint.txt # flake8-pyi -freezegun==1.0.0 +freezegun==1.1.0 # via -r requirements/test.txt frozenlist==1.1.1 # via @@ -99,7 +98,7 @@ incremental==17.5.0 # via towncrier iniconfig==1.1.1 # via pytest -isort==5.6.4 +isort==5.7.0 # via -r requirements/lint.txt jinja2==2.11.2 # via @@ -148,7 +147,7 @@ pyflakes==2.2.0 # via # flake8 # flake8-pyi -pygments==2.7.4 +pygments==2.8.0 # via # -r requirements/doc.txt # sphinx @@ -156,12 +155,13 @@ pyjwt[crypto]==2.0.0 # via gidgethub pyparsing==2.4.7 # via packaging -pytest-cov==2.10.1 +pytest-cov==2.11.1 # via -r requirements/test.txt pytest-mock==3.5.1 # via -r requirements/test.txt -pytest==6.1.2 +pytest==6.2.2 # via + # -r requirements/lint.txt # -r requirements/test.txt # pytest-cov # pytest-mock @@ -190,7 +190,7 @@ six==1.15.0 # virtualenv snowballstemmer==2.0.0 # via sphinx -sphinx==3.4.3 +sphinx==3.5.0 # via # -r requirements/doc.txt # sphinxcontrib-asyncio @@ -220,7 +220,7 @@ toml==0.10.2 # towncrier towncrier==19.2.0 # via -r requirements/doc.txt -trustme==0.6.0 ; platform_machine != "i686" +trustme==0.7.0 ; platform_machine != "i686" # via -r requirements/test.txt typed-ast==1.4.2 # via @@ -236,8 +236,6 @@ uritemplate==3.0.1 # via gidgethub urllib3==1.26.2 # via requests -uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9" - # via -r requirements/base.txt virtualenv==20.3.1 # via pre-commit webcolors==1.11.1