mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-17 22:58:27 -05:00
Bump the python-requirements group in /requirements with 4 updates
Bumps the python-requirements group in /requirements with 4 updates: [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest), [types-pygments](https://github.com/python/typeshed) and [pygments](https://github.com/pygments/pygments). Updates `pyright` from 1.1.360 to 1.1.365 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.360...v1.1.365) Updates `pytest` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.0...8.2.1) Updates `types-pygments` from 2.17.0.20240310 to 2.18.0.20240506 - [Commits](https://github.com/python/typeshed/commits) Updates `pygments` from 2.17.2 to 2.18.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.17.2...2.18.0) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -143,16 +143,16 @@ pluggy==1.5.0
|
||||
# tox
|
||||
pre-commit==3.5.0
|
||||
# via -r dev.in
|
||||
pygments==2.17.2
|
||||
pygments==2.18.0
|
||||
# via
|
||||
# -r docs.txt
|
||||
# -r tests.txt
|
||||
# sphinx
|
||||
pyproject-api==1.6.1
|
||||
# via tox
|
||||
pyright==1.1.360
|
||||
pyright==1.1.365
|
||||
# via -r typing.txt
|
||||
pytest==8.2.0
|
||||
pytest==8.2.1
|
||||
# via
|
||||
# -r tests.txt
|
||||
# -r typing.txt
|
||||
@@ -220,7 +220,7 @@ types-docutils==0.21.0.20240423
|
||||
# via
|
||||
# -r typing.txt
|
||||
# types-pygments
|
||||
types-pygments==2.17.0.20240310
|
||||
types-pygments==2.18.0.20240506
|
||||
# via -r typing.txt
|
||||
types-setuptools==69.5.0.20240423
|
||||
# via
|
||||
|
||||
@@ -30,7 +30,7 @@ packaging==24.0
|
||||
# sphinx
|
||||
pallets-sphinx-themes==2.1.3
|
||||
# via -r docs.in
|
||||
pygments==2.17.2
|
||||
pygments==2.18.0
|
||||
# via sphinx
|
||||
pytz==2024.1
|
||||
# via babel
|
||||
|
||||
@@ -32,9 +32,9 @@ packaging==24.0
|
||||
# via pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pygments==2.17.2
|
||||
pygments==2.18.0
|
||||
# via -r tests.in
|
||||
pytest==8.2.0
|
||||
pytest==8.2.1
|
||||
# via -r tests.in
|
||||
sqlalchemy==2.0.29
|
||||
# via flask-sqlalchemy
|
||||
|
||||
@@ -38,9 +38,9 @@ packaging==24.0
|
||||
# via pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pyright==1.1.360
|
||||
pyright==1.1.365
|
||||
# via -r typing.in
|
||||
pytest==8.2.0
|
||||
pytest==8.2.1
|
||||
# via -r typing.in
|
||||
sqlalchemy==2.0.29
|
||||
# via flask-sqlalchemy
|
||||
@@ -50,7 +50,7 @@ tomli==2.0.1
|
||||
# pytest
|
||||
types-docutils==0.21.0.20240423
|
||||
# via types-pygments
|
||||
types-pygments==2.17.0.20240310
|
||||
types-pygments==2.18.0.20240506
|
||||
# via -r typing.in
|
||||
types-setuptools==69.5.0.20240423
|
||||
# via types-pygments
|
||||
|
||||
Reference in New Issue
Block a user