mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-05 21:20:12 -06:00
Bumps the python-requirements group with 4 updates in the /requirements directory: [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `build` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.2.2) Updates `pytest` from 8.3.2 to 8.3.3 - [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.3.2...8.3.3) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) Updates `pyright` from 1.1.374 to 1.1.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.374...v1.1.382.post1) --- updated-dependencies: - dependency-name: build 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: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
880 B
Plaintext
49 lines
880 B
Plaintext
#
|
|
# This file is autogenerated by pip-compile with Python 3.8
|
|
# by the following command:
|
|
#
|
|
# pip-compile tests.in
|
|
#
|
|
blinker==1.8.1
|
|
# via flask
|
|
click==8.1.7
|
|
# via flask
|
|
exceptiongroup==1.2.1
|
|
# via pytest
|
|
flask==3.0.3
|
|
# via flask-sqlalchemy
|
|
flask-sqlalchemy==3.1.1
|
|
# via -r tests.in
|
|
greenlet==3.0.3
|
|
# via sqlalchemy
|
|
importlib-metadata==7.1.0
|
|
# via flask
|
|
iniconfig==2.0.0
|
|
# via pytest
|
|
itsdangerous==2.2.0
|
|
# via flask
|
|
jinja2==3.1.4
|
|
# via flask
|
|
markupsafe==2.1.5
|
|
# via
|
|
# jinja2
|
|
# werkzeug
|
|
packaging==24.0
|
|
# via pytest
|
|
pluggy==1.5.0
|
|
# via pytest
|
|
pygments==2.18.0
|
|
# via -r tests.in
|
|
pytest==8.3.3
|
|
# via -r tests.in
|
|
sqlalchemy==2.0.29
|
|
# via flask-sqlalchemy
|
|
tomli==2.0.1
|
|
# via pytest
|
|
typing-extensions==4.11.0
|
|
# via sqlalchemy
|
|
werkzeug==3.0.3
|
|
# via flask
|
|
zipp==3.19.1
|
|
# via importlib-metadata
|