Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mr-c committed May 13, 2023
1 parent 15ec9ef commit 96c711a
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.2.0 # also update pyproject.toml
mypy==1.3.0 # also update pyproject.toml
ruamel.yaml>=0.16.0,<0.17.27
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.2.0; python_version >= "3.7"', # also update mypy-requirements.txt
'mypy==1.3.0; python_version >= "3.7"', # also update mypy-requirements.txt
"types-pkg_resources",
"types-requests",
"types-psutil",
Expand Down

0 comments on commit 96c711a

Please sign in to comment.