Skip to content

Commit

Permalink
Bump mypy from 1.11.2 to 1.12.0 (#5124)
Browse files Browse the repository at this point in the history
* Bump mypy from 1.11.2 to 1.12.0

Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.2...v1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update mypy type.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DailyDreaming <[email protected]>
  • Loading branch information
dependabot[bot] and DailyDreaming authored Oct 21, 2024
1 parent 631ae0c commit a8a972f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid>=3,<4
sphinx-autodoc-typehints>=1.24.0,<3
sphinxcontrib-autoprogram==0.1.9
cwltest>=2.2.20211116163652
mypy==1.11.2
mypy==1.12.0
types-aws-xray-sdk
types-boto<2.49.18.20240807
types-Flask-Cors
Expand Down
3 changes: 1 addition & 2 deletions src/toil/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,8 +1440,7 @@ def _runMainLoop(self, rootJob: "JobDescription") -> Any:
"""
logProcessContext(self.config)

with RealtimeLogger(self._batchSystem,
level=self.options.logLevel if self.options.realTimeLogging else None):
with RealtimeLogger(self._batchSystem, level=self.options.logLevel if self.options.realTimeLogging else 'INFO'):
# FIXME: common should not import from leader
from toil.leader import Leader
return Leader(config=self.config,
Expand Down

0 comments on commit a8a972f

Please sign in to comment.