From 56a99545ee3f0f404eb4b78fadd238d7b17262f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:34:08 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 8 updates Bumps the pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.14` | `1.35.24` | | [botocore](https://github.com/boto/botocore) | `1.35.14` | `1.35.24` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.14` | `1.35.24` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.0` | `3.16.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.36` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.9` | `10.10.1` | Updates `boto3` from 1.35.14 to 1.35.24 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.14...1.35.24) Updates `botocore` from 1.35.14 to 1.35.24 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.35.14...1.35.24) Updates `pytest` from 8.3.2 to 8.3.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/8.3.2...8.3.3) Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.14 to 1.35.24 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `filelock` from 3.16.0 to 3.16.1 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.0...3.16.1) Updates `mkdocs-material` from 9.5.34 to 9.5.36 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.34...9.5.36) Updates `pymdown-extensions` from 10.9 to 10.10.1 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.9...10.10.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: boto3-stubs-lite[iam,s3,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- requirements-dev.txt | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1b783798..6b121abf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,14 +1,14 @@ # unique to ReadTheDocs atomicwrites==1.4.1 distlib==0.3.8 -filelock==3.16.0 +filelock==3.16.1 mkdocs==1.6.1 -mkdocs-material==9.5.34 +mkdocs-material==9.5.36 mkdocs-material-extensions==1.3.1 mkdocstrings==0.26.1 mkdocstrings-python==1.11.1 mkdocstrings-python-legacy==0.2.4 Pygments==2.18.0 -pymdown-extensions==10.9 +pymdown-extensions==10.10.1 pytkdocs==0.16.2 docutils==0.20.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 019f1a60..fa7325c7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # CI pre-commit==3.5.0 # 3.6+ requires Python 3.9 # Unit testing -pytest==8.3.2 +pytest==8.3.3 coverage==7.6.1 # type check mypy==1.11.2 -boto3-stubs-lite[iam,s3,sts]==1.35.14 -types-PyYAML==6.0.12.20240808 +boto3-stubs-lite[iam,s3,sts]==1.35.24 +types-PyYAML==6.0.12.20240917 diff --git a/requirements.txt b/requirements.txt index 8dabc0dc..85d4d4fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # AWS -boto3==1.35.14 -botocore==1.35.14 +boto3==1.35.24 +botocore==1.35.24 # Speeds up IAM logic cached-property==1.5.2 # Command line