From a2b2b3b46a52bcf7bc42a00d46b8328c9f77c336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:56:54 +0000 Subject: [PATCH 1/2] Bump the production-dependencies group with 4 updates Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [s3transfer](https://github.com/boto/s3transfer) and [myst-parser](https://github.com/executablebooks/MyST-Parser). Updates `boto3` from 1.36.0 to 1.36.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.36.0...1.36.2) Updates `botocore` from 1.36.0 to 1.36.2 - [Commits](https://github.com/boto/botocore/compare/1.36.0...1.36.2) Updates `s3transfer` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.11.0...0.11.1) Updates `myst-parser` from 3.0.1 to 4.0.0 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: myst-parser dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.in | 2 +- docs/requirements-docs.txt | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/requirements-docs.in b/docs/requirements-docs.in index e4df73e..4aec9c3 100644 --- a/docs/requirements-docs.in +++ b/docs/requirements-docs.in @@ -8,7 +8,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 sphinx-click==6.0.0 -myst_parser==3.0.1 +myst_parser==4.0.0 docutils~=0.16 PyYAML==6.0.2 urllib3~=1.26.19 diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 86a8bf5..312ea41 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -18,7 +18,7 @@ charset-normalizer==3.1.0 # via requests click==8.1.7 # via sphinx-click -docutils==0.18.1 +docutils==0.20.1 # via # -r docs/requirements-docs.in # myst-parser @@ -45,7 +45,7 @@ mdit-py-plugins==0.4.1 # via myst-parser mdurl==0.1.2 # via markdown-it-py -myst-parser==3.0.1 +myst-parser==4.0.0 # via -r docs/requirements-docs.in packaging==24.2 # via sphinx diff --git a/requirements.txt b/requirements.txt index 02fe7d5..bda72c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,9 +12,9 @@ aws-codeseeder==1.2.0 # via seed-farmer (setup.py) binaryornot==0.4.4 # via cookiecutter -boto3==1.36.0 +boto3==1.36.2 # via aws-codeseeder -botocore==1.36.0 +botocore==1.36.2 # via # boto3 # s3transfer @@ -103,7 +103,7 @@ rich==13.9.4 # via # cookiecutter # seed-farmer (setup.py) -s3transfer==0.11.0 +s3transfer==0.11.1 # via boto3 six==1.17.0 # via From ce62807647f54a5170d0647beb77003c10c886f1 Mon Sep 17 00:00:00 2001 From: Derek Graeber Date: Thu, 23 Jan 2025 20:05:02 +0000 Subject: [PATCH 2/2] dependabot makes mistakes tooo --- docs/requirements-docs.in | 2 +- docs/requirements-docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements-docs.in b/docs/requirements-docs.in index 4aec9c3..d50ffde 100644 --- a/docs/requirements-docs.in +++ b/docs/requirements-docs.in @@ -8,7 +8,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 sphinx-click==6.0.0 -myst_parser==4.0.0 +myst_parser~=3.0.1 docutils~=0.16 PyYAML==6.0.2 urllib3~=1.26.19 diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 312ea41..8142d05 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -45,7 +45,7 @@ mdit-py-plugins==0.4.1 # via myst-parser mdurl==0.1.2 # via markdown-it-py -myst-parser==4.0.0 +myst-parser==3.0.1 # via -r docs/requirements-docs.in packaging==24.2 # via sphinx