Skip to content

Commit

Permalink
depend on basedtyping 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Jun 14, 2024
1 parent b0798c7 commit f9168cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
basedtyping>=0.0.3
basedtyping>=0.1.4
typing_extensions>=4.1.0
mypy_extensions>=1.0.0
tomli>=1.1.0; python_version<'3.11'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
"setuptools >= 40.6.2",
"wheel >= 0.30.0",
# the following is from mypy-requirements.txt
"basedtyping>=0.0.3",
"basedtyping>=0.1.4",
"typing_extensions>=4.1.0",
"mypy_extensions>=1.0.0",
"tomli>=1.1.0; python_version<'3.11'",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def run(self):
cmdclass=cmdclass,
# When changing this, also update mypy-requirements.txt.
install_requires=[
"basedtyping>=0.0.3",
"basedtyping>=0.1.4",
"typing_extensions>=4.1.0",
"mypy_extensions >= 1.0.0",
"tomli>=1.1.0; python_version<'3.11'",
Expand Down

0 comments on commit f9168cb

Please sign in to comment.