diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-02 17:01:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 17:01:25 -0600 |
commit | 3ee6507dd64d9b73406e057286c84d7650c4ba88 (patch) | |
tree | 677277ccb46f6517d3be267b3c4a1085ef5f58b1 | |
parent | 425bba2f1ace61fc7a4b3a7100bd3997debfef44 (diff) | |
download | spack-3ee6507dd64d9b73406e057286c84d7650c4ba88.tar.gz spack-3ee6507dd64d9b73406e057286c84d7650c4ba88.tar.bz2 spack-3ee6507dd64d9b73406e057286c84d7650c4ba88.tar.xz spack-3ee6507dd64d9b73406e057286c84d7650c4ba88.zip |
build(deps): bump mypy from 1.11.0 to 1.11.1 in /lib/spack/docs (#45530)
Bumps [mypy](https://github.com/python/mypy) from 1.11.0 to 1.11.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
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>
-rw-r--r-- | lib/spack/docs/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/requirements.txt b/lib/spack/docs/requirements.txt index 90cae4526b..ceb606d0c4 100644 --- a/lib/spack/docs/requirements.txt +++ b/lib/spack/docs/requirements.txt @@ -10,4 +10,4 @@ pytest==8.3.1 isort==5.13.2 black==24.4.2 flake8==7.1.0 -mypy==1.11.0 +mypy==1.11.1 |