From 32d7590a770fca6c7f2ef479a9d35fba4f80806a Mon Sep 17 00:00:00 2001 From: MrParosk <35773375+MrParosk@users.noreply.github.com> Date: Sat, 9 Sep 2023 11:38:54 +0200 Subject: [PATCH] Upgraded dependency versions (#2) --- .pre-commit-config.yaml | 6 +++--- requirements-dev.txt | 12 ++++++------ requirements.txt | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9092a1d..5103ac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--exclude=.venv] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black @@ -16,7 +16,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.5.1 hooks: - id: mypy diff --git a/requirements-dev.txt b/requirements-dev.txt index fa9975a..0c64700 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -black==23.1.0 -flake8==6.0.0 +black==23.7.0 +flake8==6.1.0 isort==5.12.0 -mypy==1.1.1 -pre-commit==3.2.1 -pytest==7.2.2 -pytest-cov==4.0.0 +mypy==1.5.1 +pre-commit==3.3.3 +pytest==7.4.0 +pytest-cov==4.1.0 diff --git a/requirements.txt b/requirements.txt index 4d37371..f890f43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numba>=0.56.2,<0.57 -numpy>=1.23,<1.25 -scikit-learn>=1.0,<1.3 +numba>=0.56.2,<=0.57.1 +numpy>=1.23,<=1.25.2 +scikit-learn>=1.0,<=1.3