From f8389e61496b3bf1241513116b294e8ef9a8216d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jun 2022 11:52:32 +0000 Subject: [PATCH] Bump pymc from 4.0.0b6 to 4.0.0 Bumps [pymc](https://github.com/pymc-devs/pymc) from 4.0.0b6 to 4.0.0. - [Release notes](https://github.com/pymc-devs/pymc/releases) - [Changelog](https://github.com/pymc-devs/pymc/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/pymc-devs/pymc/compare/v4.0.0b6...v4.0.0) --- updated-dependencies: - dependency-name: pymc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7148461..54a9983 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ arviz clickhouse-driver flake8 -pymc==4.0.0b6 +pymc==4.0.0 pytest pytest-cov twine