Skip to content

Commit

Permalink
Bump mypy from 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 8026086 commit 8e45706
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ multidict==6.0.5
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
18 changes: 9 additions & 9 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
#
aiodns==3.2.0
# via -r lint.in
# via -r requirements/lint.in
aioredis==2.0.1
# via -r lint.in
# via -r requirements/lint.in
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
Expand Down Expand Up @@ -40,8 +40,8 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.0 ; implementation_name == "cpython"
# via -r lint.in
mypy==1.10.1 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
Expand All @@ -53,7 +53,7 @@ platformdirs==3.10.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
# via -r lint.in
# via -r requirements/lint.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -65,9 +65,9 @@ pydantic-core==2.18.2
pygments==2.17.2
# via rich
pytest==8.1.1
# via -r lint.in
# via -r requirements/lint.in
python-on-whales==0.71.0
# via -r lint.in
# via -r requirements/lint.in
pyyaml==6.0.1
# via pre-commit
requests==2.32.0
Expand All @@ -77,7 +77,7 @@ rich==13.7.1
shellingham==1.5.4
# via typer
slotscheck==0.19.0
# via -r lint.in
# via -r requirements/lint.in
tomli==2.0.1
# via
# mypy
Expand All @@ -100,7 +100,7 @@ typing-extensions==4.10.0
urllib3==2.2.2
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
# via -r lint.in
# via -r requirements/lint.in
virtualenv==20.24.2
# via pre-commit

Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ multidict==6.0.5
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.10.0 ; implementation_name == "cpython"
mypy==1.10.1 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down

0 comments on commit 8e45706

Please sign in to comment.