Skip to content

Commit f9695c6

Browse files
Bump mypy from 1.6.0 to 1.7.1
Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2930683 commit f9695c6

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

requirements-dev.txt

+30-8
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,16 @@ click==8.1.7
8080
colorama==0.4.6
8181
# via tox
8282
coverage[toml]==7.3.2
83-
# via pytest-cov
83+
# via
84+
# coverage
85+
# pytest-cov
8486
cryptography==41.0.4
8587
# via
8688
# -r requirements.txt
8789
# authlib
8890
# cryptojwt
8991
# pyopenssl
90-
cryptojwt~=1.6.1
92+
cryptojwt==1.6.1
9193
# via
9294
# -r requirements.txt
9395
# oidcmsg
@@ -101,14 +103,18 @@ dnspython==2.4.2
101103
# via
102104
# -r requirements.txt
103105
# pymongo
104-
docutils>=0.18.1
106+
docutils==0.18.1
105107
# via
106108
# sphinx
107109
# sphinx-rtd-theme
108110
elementpath==4.1.5
109111
# via
110112
# -r requirements.txt
111113
# xmlschema
114+
exceptiongroup==1.2.0
115+
# via
116+
# anyio
117+
# pytest
112118
execnet==2.0.2
113119
# via pytest-xdist
114120
filelock==3.12.4
@@ -139,9 +145,7 @@ honcho==1.1.0
139145
html5lib==1.1
140146
# via pyspelling
141147
httpcore==0.18.0
142-
# via
143-
# -r requirements.txt
144-
# dnspython
148+
# via -r requirements.txt
145149
identify==2.5.30
146150
# via pre-commit
147151
idna==3.4
@@ -193,7 +197,7 @@ multidict==6.0.4
193197
# -r requirements.txt
194198
# aiohttp
195199
# yarl
196-
mypy==1.6.0
200+
mypy==1.7.1
197201
# via -r requirements-dev.in
198202
mypy-extensions==1.0.0
199203
# via
@@ -328,7 +332,6 @@ sniffio==1.3.0
328332
# via
329333
# -r requirements.txt
330334
# anyio
331-
# dnspython
332335
# httpcore
333336
snowballstemmer==2.2.0
334337
# via sphinx
@@ -340,7 +343,12 @@ sphinx==6.2.1
340343
# via
341344
# -r requirements-dev.in
342345
# sphinx-rtd-theme
346+
# sphinxcontrib-applehelp
347+
# sphinxcontrib-devhelp
348+
# sphinxcontrib-htmlhelp
343349
# sphinxcontrib-jquery
350+
# sphinxcontrib-qthelp
351+
# sphinxcontrib-serializinghtml
344352
sphinx-rtd-theme==1.3.0
345353
# via -r requirements-dev.in
346354
sphinxcontrib-applehelp==1.0.7
@@ -361,6 +369,18 @@ stevedore==5.1.0
361369
# via bandit
362370
toml==0.10.2
363371
# via vulture
372+
tomli==2.0.1
373+
# via
374+
# black
375+
# build
376+
# coverage
377+
# mypy
378+
# pip-tools
379+
# pylint
380+
# pyproject-api
381+
# pyproject-hooks
382+
# pytest
383+
# tox
364384
tomlkit==0.12.1
365385
# via pylint
366386
tox==4.11.3
@@ -378,6 +398,8 @@ types-ujson==5.8.0.1
378398
typing-extensions==4.8.0
379399
# via
380400
# -r requirements.txt
401+
# astroid
402+
# black
381403
# mypy
382404
# readerwriterlock
383405
ujson==5.8.0

0 commit comments

Comments
 (0)