mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.7 to 0.11.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.11.7...0.11.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
929 B
Plaintext
30 lines
929 B
Plaintext
# Include base requirements
|
|
-r requirements.txt
|
|
|
|
build==1.2.2.post1
|
|
coverage==7.8.0
|
|
mypy-extensions==1.1.0; platform_python_implementation=='CPython'
|
|
mypy-zope==1.0.11; platform_python_implementation=='CPython'
|
|
mypy==1.13.0; platform_python_implementation=='CPython'
|
|
pathspec==0.12.1
|
|
pipdeptree==2.26.1
|
|
pre-commit==4.2.0
|
|
pylint==3.3.6
|
|
pyre-check==0.9.23; platform_python_implementation=='CPython' and python_version<='3.13'
|
|
pyright==1.1.400
|
|
pytype==2024.1.24; platform_python_implementation=='CPython' and python_version<='3.9'
|
|
pytype==2024.10.11; platform_python_implementation=='CPython' and python_version>='3.10' and python_version<'3.14'
|
|
pyupgrade==3.19.1
|
|
pyyaml==6.0.2
|
|
readthedocs-sphinx-search==0.3.2
|
|
ruff==0.11.8
|
|
setuptools==79.0.0
|
|
sphinx-copybutton==0.5.2
|
|
sphinx_rtd_theme==3.0.2
|
|
tox==4.25.0
|
|
twine==6.1.0
|
|
types-python-dateutil==2.9.0.20241206
|
|
types-redis==4.6.0.20241004
|
|
types-requests==2.32.0.20250328
|
|
yamllint==1.37.0
|