Skip to content

Commit

Permalink
Bump mypy from 1.3.0 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0.
- [Commits](python/mypy@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mr-c committed Jun 27, 2023
1 parent f88d752 commit 1bcfcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy==1.3.0 # also update pyproject.toml
mypy==1.4.0 # also update pyproject.toml
ruamel.yaml>=0.16.0,<0.18
schema-salad>=8.4,<9
cwl-utils>=0.22
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=45",
'mypy==0.971; python_version == "3.6"', # last version for Python 3.6
'mypy==1.3.0; python_version >= "3.7"', # also update mypy-requirements.txt
'mypy==1.4.0; python_version >= "3.7"', # also update mypy-requirements.txt
"types-requests",
"types-psutil",
"importlib_resources>=1.4", # equivalent to Python 3.9
Expand Down

0 comments on commit 1bcfcfb

Please sign in to comment.