Skip to content

Commit

Permalink
Bump mypy from 1.8 to 1.9.0 in /requirements (#144)
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.8 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thomasgaudelet <69150449+thomasgaudelet@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and thomasgaudelet authored Apr 12, 2024
1 parent ba38030 commit 99e45c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==24.3.0
flake8==7.0.0
flake8-bugbear==24.2.6
isort==5.13.2
mypy==1.8
mypy==1.9.0
parameterized==0.9.0
pre-commit==2.21.0
protobuf>=3.19.0
Expand Down

1 comment on commit 99e45c0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyrelational
   __init__.py60100% 
   types.py50100% 
   version.py10100% 
pyrelational/data_managers
   __init__.py10100% 
   data_manager.py1881212 94%
pyrelational/datasets
   __init__.py30100% 
   benchmark_datamanager.py320100% 
   classification.py3771616 96%
   regression.py9433 97%
   uci_datasets.py13966 96%
pyrelational/informativeness
   __init__.py30100% 
   classification.py340100% 
   regression.py6622 97%
   task_agnostic.py9355 95%
pyrelational/model_managers
   __init__.py40100% 
   abstract_model_manager.py2944 86%
   ensemble_model_manager.py5522 96%
   lightning_model_manager.py5022 96%
   mcdropout_model_manager.py5833 95%
   model_utils.py70100% 
pyrelational/oracles
   __init__.py20100% 
   abstract_oracle.py2611 96%
   benchmark_oracle.py90100% 
pyrelational/pipeline
   __init__.py10100% 
   pipeline.py1342323 83%
pyrelational/strategies
   __init__.py40100% 
   abstract_strategy.py3111 97%
pyrelational/strategies/classification
   __init__.py40100% 
   abstract_classification_strategy.py200100% 
   entropy_classification_strategy.py60100% 
   least_confidence_strategy.py60100% 
   marginal_confidence_strategy.py60100% 
   ratio_confidence_strategy.py60100% 
pyrelational/strategies/regression
   __init__.py60100% 
   abstract_regression_strategy.py170100% 
   bald_strategy.py230100% 
   expected_improvement_strategy.py150100% 
   least_confidence_strategy.py60100% 
   mean_prediction_strategy.py60100% 
   thompson_sampling_strategy.py60100% 
   upper_confidence_bound_strategy.py150100% 
pyrelational/strategies/task_agnostic
   __init__.py30100% 
   random_acquisition_strategy.py110100% 
   relative_distance_strategy.py130100% 
   representative_sampling_strategy.py160100% 
TOTAL16378095% 

Tests Skipped Failures Errors Time
205 0 💤 0 ❌ 0 🔥 1m 7s ⏱️

Please sign in to comment.