mirror of
https://github.com/langgenius/dify.git
synced 2026-04-19 18:27:27 +08:00
chore(deps-dev): bump the dev group across 1 directory with 8 updates
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [types-ujson](https://github.com/python/typeshed), [types-pyopenssl](https://github.com/python/typeshed), [scipy-stubs](https://github.com/scipy/scipy-stubs), [import-linter](https://github.com/seddonym/import-linter), [celery-types](https://github.com/sbdchd/celery-types), [mypy](https://github.com/python/mypy) and [pyrefly](https://github.com/facebook/pyrefly) to permit the latest version. Updates `coverage` to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5) Updates `types-ujson` to 5.10.0.20250822 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyopenssl` to 24.1.0.20240722 - [Commits](https://github.com/python/typeshed/commits) Updates `scipy-stubs` to 1.17.1.3 - [Release notes](https://github.com/scipy/scipy-stubs/releases) - [Commits](https://github.com/scipy/scipy-stubs/compare/v1.15.3.0...v1.17.1.3) Updates `import-linter` to 2.11 - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.3...v2.11) Updates `celery-types` to 0.26.0 - [Commits](https://github.com/sbdchd/celery-types/commits) Updates `mypy` to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.0...v1.20.1) Updates `pyrefly` to 0.60.2 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.60.0...0.60.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development dependency-group: dev - dependency-name: types-ujson dependency-version: 5.10.0.20250822 dependency-type: direct:development dependency-group: dev - dependency-name: types-pyopenssl dependency-version: 24.1.0.20240722 dependency-type: direct:development dependency-group: dev - dependency-name: scipy-stubs dependency-version: 1.17.1.3 dependency-type: direct:development dependency-group: dev - dependency-name: import-linter dependency-version: '2.11' dependency-type: direct:development dependency-group: dev - dependency-name: celery-types dependency-version: 0.26.0 dependency-type: direct:development dependency-group: dev - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development dependency-group: dev - dependency-name: pyrefly dependency-version: 0.60.2 dependency-type: direct:development dependency-group: dev ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -109,7 +109,7 @@ package = false
|
||||
# Required for development and running tests
|
||||
############################################################
|
||||
dev = [
|
||||
"coverage~=7.13.4",
|
||||
"coverage~=7.13.5",
|
||||
"dotenv-linter~=0.7.0",
|
||||
"faker~=40.13.0",
|
||||
"lxml-stubs~=0.5.1",
|
||||
@ -153,25 +153,25 @@ dev = [
|
||||
"types-six>=1.17.0.20260408",
|
||||
"types-tensorflow>=2.18.0.20260408",
|
||||
"types-tqdm>=4.67.3.20260408",
|
||||
"types-ujson>=5.10.0",
|
||||
"types-ujson>=5.10.0.20250822",
|
||||
"boto3-stubs>=1.42.88",
|
||||
"types-jmespath>=1.1.0.20260408",
|
||||
"hypothesis>=6.151.12",
|
||||
"types_pyOpenSSL>=24.1.0",
|
||||
"types_pyOpenSSL>=24.1.0.20240722",
|
||||
"types_cffi>=2.0.0.20260408",
|
||||
"types_setuptools>=82.0.0.20260408",
|
||||
"pandas-stubs~=3.0.0",
|
||||
"scipy-stubs>=1.15.3.0",
|
||||
"scipy-stubs>=1.17.1.3",
|
||||
"types-python-http-client>=3.3.7.20260408",
|
||||
"import-linter>=2.3",
|
||||
"import-linter>=2.11",
|
||||
"types-redis>=4.6.0.20241004",
|
||||
"celery-types>=0.23.0",
|
||||
"mypy~=1.20.0",
|
||||
"celery-types>=0.26.0",
|
||||
"mypy~=1.20.1",
|
||||
# "locust>=2.40.4", # Temporarily removed due to compatibility issues. Uncomment when resolved.
|
||||
"sseclient-py>=1.8.0",
|
||||
"pytest-timeout>=2.4.0",
|
||||
"pytest-xdist>=3.8.0",
|
||||
"pyrefly>=0.60.0",
|
||||
"pyrefly>=0.60.2",
|
||||
]
|
||||
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user