Skip to content

Commit

Permalink
Bump mypy-extensions from 0.4.3 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [mypy-extensions](https://github.com/python/mypy_extensions) from 0.4.3 to 1.0.0.
- [Release notes](https://github.com/python/mypy_extensions/releases)
- [Commits](python/mypy_extensions@0.4.3...1.0.0)

---
updated-dependencies:
- dependency-name: mypy-extensions
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent ea255ba commit da967c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ identify==2.5.17; python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")
iniconfig==2.0.0; python_version >= "3.7"
multidict==6.0.4; python_version >= "3.7"
mypy-extensions==0.4.3; python_version >= "3.7"
mypy-extensions==1.0.0; python_version >= "3.7"
mypy==0.991; python_version >= "3.7"
nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7"
packaging==23.0; python_version >= "3.7"
Expand Down

0 comments on commit da967c5

Please sign in to comment.