build(deps): Bump mypy from 0.990 to 0.991 in /requirements (#123)

Bumps [mypy](https://github.com/python/mypy) from 0.990 to 0.991.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.990...v0.991)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-02 11:24:01 -05:00 committed by GitHub
parent 6291d12f15
commit 4f8519345c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,23 +7,23 @@
attrs==22.1.0 attrs==22.1.0
# via pytest # via pytest
black==22.10.0 black==22.10.0
# via -r requirements/test.in # via -r test.in
certifi==2022.12.7 certifi==2022.12.7
# via # via
# -r requirements/test.in # -r test.in
# requests # requests
charset-normalizer==2.1.1 charset-normalizer==2.1.1
# via requests # via requests
click==8.1.3 click==8.1.3
# via # via
# -r requirements/test.in # -r test.in
# black # black
coverage[toml]==6.4.4 coverage[toml]==6.4.4
# via # via
# -r requirements/test.in # -r test.in
# pytest-cov # pytest-cov
flake8==5.0.4 flake8==5.0.4
# via -r requirements/test.in # via -r test.in
idna==3.4 idna==3.4
# via # via
# requests # requests
@ -31,15 +31,15 @@ idna==3.4
iniconfig==1.1.1 iniconfig==1.1.1
# via pytest # via pytest
label-studio-sdk==0.0.15 label-studio-sdk==0.0.15
# via -r requirements/test.in # via -r test.in
lxml==4.9.1 lxml==4.9.1
# via label-studio-sdk # via label-studio-sdk
mccabe==0.7.0 mccabe==0.7.0
# via flake8 # via flake8
multidict==6.0.2 multidict==6.0.2
# via yarl # via yarl
mypy==0.990 mypy==0.991
# via -r requirements/test.in # via -r test.in
mypy-extensions==0.4.3 mypy-extensions==0.4.3
# via # via
# black # black
@ -65,7 +65,7 @@ pyparsing==3.0.9
pytest==7.1.3 pytest==7.1.3
# via pytest-cov # via pytest-cov
pytest-cov==4.0.0 pytest-cov==4.0.0
# via -r requirements/test.in # via -r test.in
pyyaml==6.0 pyyaml==6.0
# via vcrpy # via vcrpy
requests==2.28.1 requests==2.28.1
@ -73,11 +73,7 @@ requests==2.28.1
six==1.16.0 six==1.16.0
# via vcrpy # via vcrpy
tomli==2.0.1 tomli==2.0.1
# via # via pytest
# black
# coverage
# mypy
# pytest
typing-extensions==4.3.0 typing-extensions==4.3.0
# via # via
# mypy # mypy
@ -85,7 +81,7 @@ typing-extensions==4.3.0
urllib3==1.26.12 urllib3==1.26.12
# via requests # via requests
vcrpy==4.2.1 vcrpy==4.2.1
# via -r requirements/test.in # via -r test.in
wrapt==1.14.1 wrapt==1.14.1
# via vcrpy # via vcrpy
yarl==1.8.1 yarl==1.8.1