dependabot[bot]
fa254376f6
Bump scipy from 1.10.0 to 1.10.1 in /requirements ( #797 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.10.0...v1.10.1 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 07:26:14 +09:00
dependabot[bot]
5641a491b9
Bump ruff from 0.0.246 to 0.0.249 in /requirements ( #794 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.246 to 0.0.249.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.246...v0.0.249 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 07:25:57 +09:00
dependabot[bot]
ebc1d3d2f3
Bump pytest-xdist from 3.1.0 to 3.2.0 in /requirements ( #793 )
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
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>
2023-02-14 20:07:31 +09:00
dependabot[bot]
06bb1d8212
Bump ruff from 0.0.241 to 0.0.246 in /requirements ( #792 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.241 to 0.0.246.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.241...v0.0.246 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 20:07:02 +09:00
dependabot[bot]
c627f881a8
Bump mypy from 0.991 to 1.0.0 in /requirements ( #789 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.991 to 1.0.0.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 21:49:10 +09:00
dependabot[bot]
f9b2fb62af
Bump numpy from 1.24.1 to 1.24.2 in /requirements ( #790 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.24.1...v1.24.2 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 07:24:15 +09:00
dependabot[bot]
7c1a92a8e5
Bump ruff from 0.0.237 to 0.0.241 in /requirements ( #788 )
...
Bumps [ruff](https://github.com/charliermarsh/ruff ) from 0.0.237 to 0.0.241.
- [Release notes](https://github.com/charliermarsh/ruff/releases )
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md )
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.237...v0.0.241 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 07:21:09 +09:00
Atsushi Sakai
15a9190060
using ruff instead of flake8 ( #787 )
...
* using ruff instead of flake8
* using ruff instead of flake8
* using ruff instead of flake8
2023-01-30 21:33:49 +09:00
Atsushi Sakai
ffd8602e25
support python3.11 ( #741 )
...
* support python3.11
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* try to fix error
* add docs
* fix conflict
* fix conflict
* fix conflict
* using python3.10 for appveyors
* add windows CI
* roll back appveyor settings
* fix windows CI
2023-01-29 22:22:11 +09:00
dependabot[bot]
15ab19688b
Bump pytest from 7.2.0 to 7.2.1 in /requirements ( #779 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...7.2.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-17 07:28:49 +09:00
dependabot[bot]
5a16a113c7
Bump matplotlib from 3.6.2 to 3.6.3 in /requirements ( #778 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.2...v3.6.3 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-17 07:28:31 +09:00
dependabot[bot]
c8b0698a88
Bump cvxpy from 1.2.3 to 1.3.0 in /requirements ( #776 )
...
Bumps [cvxpy](https://github.com/cvxpy/cvxpy ) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/cvxpy/cvxpy/releases )
- [Commits](https://github.com/cvxpy/cvxpy/compare/v1.2.3...v1.3.0 )
---
updated-dependencies:
- dependency-name: cvxpy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 07:05:36 +09:00
dependabot[bot]
0f50d84ce6
Bump scipy from 1.9.3 to 1.10.0 in /requirements ( #775 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.3 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.3...v1.10.0 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 07:04:10 +09:00
dependabot[bot]
e7710546c1
Bump cvxpy from 1.2.2 to 1.2.3 in /requirements ( #771 )
...
Bumps [cvxpy](https://github.com/cvxpy/cvxpy ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/cvxpy/cvxpy/releases )
- [Commits](https://github.com/cvxpy/cvxpy/compare/v1.2.2...v1.2.3 )
---
updated-dependencies:
- dependency-name: cvxpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 07:52:07 +09:00
dependabot[bot]
6d27738e3d
Bump numpy from 1.24.0 to 1.24.1 in /requirements ( #765 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v1.24.1 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-27 08:02:56 +09:00
dependabot[bot]
5ac66d71dd
Bump numpy from 1.23.5 to 1.24.0 in /requirements ( #763 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.5 to 1.24.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.5...v1.24.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 07:30:26 +09:00
dependabot[bot]
727f32cb8b
Bump pytest-xdist from 3.0.2 to 3.1.0 in /requirements ( #760 )
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.0.2...v3.1.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 07:29:38 +09:00
dependabot[bot]
644ce8a5fd
Bump numpy from 1.23.4 to 1.23.5 in /requirements ( #757 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.4 to 1.23.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.4...v1.23.5 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 10:46:42 +09:00
dependabot[bot]
8f14488ec2
Bump mypy from 0.990 to 0.991 in /requirements ( #751 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.990 to 0.991.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.990...v0.991 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 07:25:44 +09:00
dependabot[bot]
85e00de888
Bump mypy from 0.982 to 0.990 in /requirements ( #744 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.982 to 0.990.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.982...v0.990 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-10 21:04:55 +09:00
dependabot[bot]
8cd5b05fb4
Bump cvxpy from 1.2.1 to 1.2.2 in /requirements ( #746 )
...
Bumps [cvxpy](https://github.com/cvxpy/cvxpy ) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/cvxpy/cvxpy/releases )
- [Commits](https://github.com/cvxpy/cvxpy/compare/v1.2.1...v1.2.2 )
---
updated-dependencies:
- dependency-name: cvxpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 08:04:42 +09:00
dependabot[bot]
768df6ffab
Bump matplotlib from 3.6.1 to 3.6.2 in /requirements ( #745 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.1...v3.6.2 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 07:27:05 +09:00
dependabot[bot]
2d0fa60fd4
Bump pytest from 7.1.3 to 7.2.0 in /requirements ( #742 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.3 to 7.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-02 23:23:52 +09:00
dependabot[bot]
2b877369a4
Bump pytest-xdist from 2.5.0 to 3.0.2 in /requirements ( #743 )
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.0.2 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 06:15:31 +09:00
dependabot[bot]
3816348215
Bump scipy from 1.9.2 to 1.9.3 in /requirements ( #739 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.2...v1.9.3 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 07:59:09 +09:00
dependabot[bot]
bc88e70f7e
Bump numpy from 1.23.3 to 1.23.4 in /requirements ( #738 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.3 to 1.23.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.3...v1.23.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-18 07:02:25 +09:00
dependabot[bot]
001efc5935
Bump scipy from 1.9.1 to 1.9.2 in /requirements ( #737 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.1...v1.9.2 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-13 20:13:00 +09:00
dependabot[bot]
ebdc2d4500
Bump matplotlib from 3.6.0 to 3.6.1 in /requirements ( #736 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 06:46:55 +09:00
dependabot[bot]
33f2fa39dc
Bump mypy from 0.971 to 0.982 in /requirements ( #730 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.971 to 0.982.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.971...v0.982 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 07:27:22 +09:00
dependabot[bot]
b607af70c3
Bump matplotlib from 3.5.3 to 3.6.0 in /requirements ( #729 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.3...v3.6.0 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 07:27:02 +09:00
Atsushi Sakai
955ad60ee3
Remove pandas dependency ( #725 )
...
* Remove pandas dependency
* Remove pandas dependency
2022-09-30 09:14:27 +09:00
dependabot[bot]
cd5a50b2aa
Bump numpy from 1.23.2 to 1.23.3 in /requirements ( #723 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.2 to 1.23.3.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.2...v1.23.3 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 06:45:54 +09:00
dependabot[bot]
1ff3095c14
Bump pandas from 1.4.3 to 1.4.4 in /requirements ( #718 )
...
Bumps [pandas](https://github.com/pandas-dev/pandas ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/pandas-dev/pandas/releases )
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md )
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.3...v1.4.4 )
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 07:17:15 +09:00
dependabot[bot]
def001ea20
Bump pytest from 7.1.2 to 7.1.3 in /requirements ( #717 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.1.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 07:16:50 +09:00
dependabot[bot]
46b6981f34
Bump scipy from 1.9.0 to 1.9.1 in /requirements ( #714 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-30 07:31:42 +09:00
dependabot[bot]
ba0a5106d9
Bump matplotlib from 3.5.2 to 3.5.3 in /requirements ( #707 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.2...v3.5.3 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 07:16:16 +09:00
dependabot[bot]
cdf5637a8d
Bump numpy from 1.23.1 to 1.23.2 in /requirements ( #708 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.1...v1.23.2 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 07:15:49 +09:00
dependabot[bot]
51e5a66b4d
Bump flake8 from 5.0.2 to 5.0.4 in /requirements ( #706 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 5.0.2 to 5.0.4.
- [Release notes](https://github.com/pycqa/flake8/releases )
- [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.4 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 08:12:04 +09:00
dependabot[bot]
48a31af8e2
Bump flake8 from 4.0.1 to 5.0.2 in /requirements ( #703 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 4.0.1 to 5.0.2.
- [Release notes](https://github.com/pycqa/flake8/releases )
- [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 07:17:47 +09:00
dependabot[bot]
76d06e0b06
Bump scipy from 1.8.1 to 1.9.0 in /requirements ( #702 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
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>
2022-08-02 07:17:28 +09:00
dependabot[bot]
bccf816cca
Bump mypy from 0.961 to 0.971 in /requirements ( #699 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
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>
2022-07-26 07:35:53 +09:00
dependabot[bot]
6d97a8f7f0
Bump numpy from 1.23.0 to 1.23.1 in /requirements ( #694 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.23.0 to 1.23.1.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.23.0...v1.23.1 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 07:31:57 +09:00
dependabot[bot]
8a8f4f7434
Bump pandas from 1.4.2 to 1.4.3 in /requirements ( #693 )
...
Bumps [pandas](https://github.com/pandas-dev/pandas ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases )
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md )
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.2...v1.4.3 )
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-28 20:41:25 +09:00
dependabot[bot]
8a0aab89a9
Bump numpy from 1.22.4 to 1.23.0 in /requirements ( #692 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.22.4 to 1.23.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.22.4...v1.23.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
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>
2022-06-28 07:22:03 +09:00
dependabot[bot]
71de5d038f
Bump mypy from 0.960 to 0.961 in /requirements ( #691 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.960...v0.961 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
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>
2022-06-07 07:35:05 +09:00
dependabot[bot]
4fffd61e70
Bump mypy from 0.950 to 0.960 in /requirements ( #689 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.950 to 0.960.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.950...v0.960 )
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
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>
2022-05-31 07:26:05 +09:00
dependabot[bot]
ddc396f402
Bump scipy from 1.8.0 to 1.8.1 in /requirements ( #686 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: scipy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 08:10:20 +09:00
dependabot[bot]
a1782fdea2
Bump numpy from 1.22.3 to 1.22.4 in /requirements ( #685 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.22.3 to 1.22.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.22.3...v1.22.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 07:34:32 +09:00
dependabot[bot]
2c44c73609
Bump cvxpy from 1.2.0 to 1.2.1 in /requirements ( #680 )
...
Bumps [cvxpy](https://github.com/cvxpy/cvxpy ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/cvxpy/cvxpy/releases )
- [Commits](https://github.com/cvxpy/cvxpy/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: cvxpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 07:15:43 +09:00
dependabot[bot]
6961d84bbb
Bump matplotlib from 3.5.1 to 3.5.2 in /requirements ( #678 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.1...v3.5.2 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 07:23:38 +09:00