Skip to content

Commit

Permalink
Bump mypy from 1.10.1 to 1.11.0 (#412)
Browse files Browse the repository at this point in the history
* Bump mypy from 1.10.1 to 1.11.0

Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <git@sambull.org>
  • Loading branch information
dependabot[bot] and Dreamsorcerer authored Jul 22, 2024
1 parent 54535d6 commit a3e9e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

mypy==1.10.1
mypy==1.11.0
flake8==7.1.0
flake8-bandit==4.1.1
flake8-bugbear==24.4.26
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest==8.3.1
pytest-asyncio==0.23.8
pytest-cov==5.0.0
python-memcached==1.62
typing_extensions==4.4.0; python_version<"3.11"
typing_extensions==4.12.2; python_version<"3.11"

0 comments on commit a3e9e12

Please sign in to comment.