From 52fe2bc2441c2b74312917a40be0c9a932acbcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:05:56 +0000 Subject: [PATCH] Bump pymc from 4.3.0 to 4.4.0 Bumps [pymc](https://github.com/pymc-devs/pymc) from 4.3.0 to 4.4.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.3.0...v4.4.0) --- updated-dependencies: - dependency-name: pymc dependency-type: direct:development update-type: version-update:semver-minor ... 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 038aff9..f092d91 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ arviz clickhouse-driver flake8 -pymc==4.3.0 +pymc==4.4.0 pytest pytest-cov # Temporary pin to fix Aesara import