Skip to content

Commit

Permalink
Bump pygments from 2.7.4 to 2.8.0 (#5480)
Browse files Browse the repository at this point in the history
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](pygments/pygments@2.7.4...2.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 16, 2021
1 parent 0fdb774 commit 77d0366
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -148,20 +147,21 @@ pyflakes==2.2.0
# via
# flake8
# flake8-pyi
pygments==2.7.4
pygments==2.8.0
# via
# -r requirements/doc.txt
# sphinx
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 77d0366

Please sign in to comment.