1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-08 19:31:04 +03:00

build(deps-dev): bump mypy from 0.961 to 0.971

Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-02 18:06:16 +00:00 committed by GitHub
parent f973f87eb9
commit 8d9c8fa6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ flake8-noqa==1.2.5
flake8-polyfill==1.0.2
flake8-use-fstring==1.3
mypy==0.961
mypy==0.971
pep8-naming==0.13.0
safety==2.0.0
types-requests==2.28.0
@ -42,7 +42,7 @@ py2exe==0.11.1.1; sys_platform == 'win32'
# Testing
pytest==7.1.2
pytest-cov==3.0.0 # Pytest code coverage support
coverage[toml]==6.4.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
coverage[toml]==6.4.2 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs
# For manipulating folder permissions and the like.
pywin32==304; sys_platform == 'win32'