diff --git a/CHANGELOG.md b/CHANGELOG.md index 903518c..ffc506f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.7.7 +* Fix issue [#160](https://github.com/shakedzy/dython/issues/160) + ## 0.7.6 * Fix issue [#162](https://github.com/shakedzy/dython/issues/162) diff --git a/VERSION b/VERSION index 4d01880..11d9d6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.6 \ No newline at end of file +0.7.7 \ No newline at end of file diff --git a/dev_requirements.txt b/dev_requirements.txt index a0402e0..371d0d6 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ -pytest[testing]>=6.2.2,<8.0.0 -hypothesis>=6.24.0 -black>=22.8.0 -pre-commit>=2.20.0 -pytest-black-multipy>=1.0.1 \ No newline at end of file +pytest[testing]>=8.3.2 +hypothesis>=6.111.0 +black>=24.8.0 +pre-commit>=3.8.0 +pytest-enabler>=3.1.1 \ No newline at end of file diff --git a/pytest.ini b/pytest.ini index 0ea5954..825a0df 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ -[pytest] -addopts = --black \ No newline at end of file +[tool.pytest-enabler.black] +addopts = "--black" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2c32e47..cd01b70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ seaborn>=0.12.0 scipy>=1.7.1 matplotlib>=3.6.0 scikit-learn>=0.24.2 -psutil>=5.9.1 \ No newline at end of file +psutil>=5.9.1 +setuptools \ No newline at end of file