From 46e3a35b9465b6beb9cda81e1ef27fe1f809d040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:55:26 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 3 updates Bumps the pip group with 2 updates in the /basechem/common/toklat directory: [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [tornado](https://github.com/tornadoweb/tornado). Bumps the pip group with 1 update in the /requirements directory: [black](https://github.com/psf/black). Updates `scikit-learn` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0) Updates `tornado` from 6.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.0...v6.4.1) Updates `black` from 22.3.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.3.0...24.3.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- basechem/common/toklat/requirements.txt | 4 ++-- requirements/base.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basechem/common/toklat/requirements.txt b/basechem/common/toklat/requirements.txt index 09a21c3a..3695fd07 100644 --- a/basechem/common/toklat/requirements.txt +++ b/basechem/common/toklat/requirements.txt @@ -52,12 +52,12 @@ pytz==2024.1 PyYAML==6.0.1 pyzmq==26.0.3 rdkit==2023.9.6 -scikit-learn==1.4.2 +scikit-learn==1.5.0 scipy==1.13.0 six==1.16.0 stack-data==0.6.3 threadpoolctl==3.5.0 -tornado==6.4 +tornado==6.4.1 tqdm==4.66.4 traitlets==5.14.3 typing_extensions==4.11.0 diff --git a/requirements/base.txt b/requirements/base.txt index 53ffe357..8949ab5c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,5 +34,5 @@ flake8==3.7.8 pyflakes==2.1.1 djhtml==v1.4.10 isort==5.6.3 -black==22.3.0 +black==24.3.0 debugpy==1.5.1