-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/5.0.1 #752
Merged
Merged
Release/5.0.1 #752
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore: add badges to readme for version and license
Latest Development
latest development
* 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), [aws-codeseeder](https://github.com/awslabs/aws-codeseeder) and [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `boto3` from 1.34.158 to 1.35.0 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.158...1.35.0) Updates `botocore` from 1.34.159 to 1.35.0 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.159...1.35.0) Updates `aws-codeseeder` from 1.0.0 to 1.1.0 - [Changelog](https://github.com/awslabs/aws-codeseeder/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-codeseeder/commits) Updates `pydantic-core` from 2.20.1 to 2.22.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.22.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: aws-codeseeder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix constraints --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
* Bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [moto[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/getmoto/moto), [ruff](https://github.com/astral-sh/ruff) and [types-setuptools](https://github.com/python/typeshed). Updates `moto[codebuild,iam,s3,secretsmanager,ssm,sts]` from 5.0.12 to 5.0.13 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.12...5.0.13) Updates `ruff` from 0.5.7 to 0.6.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.7...0.6.1) Updates `types-setuptools` from 71.1.0.20240806 to 71.1.0.20240818 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: moto[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix constraints --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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), [idna](https://github.com/kjd/idna) and [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `boto3` from 1.35.0 to 1.35.5 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.0...1.35.5) Updates `botocore` from 1.35.0 to 1.35.5 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.35.0...1.35.5) Updates `idna` from 3.7 to 3.8 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.7...v3.8) Updates `pydantic-core` from 2.20.1 to 2.23.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.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: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
…ates (#710) * Bump the development-dependencies group across 1 directory with 4 updates Bumps the development-dependencies group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [types-setuptools](https://github.com/python/typeshed) and [werkzeug](https://github.com/pallets/werkzeug). Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `ruff` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.1...0.6.2) Updates `types-setuptools` from 71.1.0.20240818 to 73.0.0.20240822 - [Commits](https://github.com/python/typeshed/commits) Updates `werkzeug` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.3...3.0.4) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: werkzeug dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix constraints --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
* Bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [awscli](https://github.com/aws/aws-cli), [ruff](https://github.com/astral-sh/ruff) and [types-setuptools](https://github.com/python/typeshed). Updates `awscli` from 1.34.5 to 1.34.10 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.34.5...1.34.10) Updates `ruff` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.2...0.6.3) Updates `types-setuptools` from 73.0.0.20240822 to 74.0.0.20240831 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes (#713) * Bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [rich](https://github.com/Textualize/rich) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `certifi` from 2024.7.4 to 2024.8.30 - [Commits](certifi/python-certifi@2024.07.04...2024.08.30) Updates `rich` from 13.7.1 to 13.8.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.7.1...v13.8.0) Updates `sphinx-autoapi` from 3.2.1 to 3.3.1 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
* Bump cryptography from 42.0.8 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump the development-dependencies group with 5 updates Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [awscli](https://github.com/aws/aws-cli) | `1.34.10` | `1.34.14` | | [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.2` | `1.35.14` | | [moto[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/getmoto/moto) | `5.0.13` | `5.0.14` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` | | [types-setuptools](https://github.com/python/typeshed) | `74.0.0.20240831` | `74.1.0.20240907` | Updates `awscli` from 1.34.10 to 1.34.14 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.34.10...1.34.14) Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.2 to 1.35.14 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `moto[codebuild,iam,s3,secretsmanager,ssm,sts]` from 5.0.13 to 5.0.14 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.13...5.0.14) Updates `ruff` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.3...0.6.4) Updates `types-setuptools` from 74.0.0.20240831 to 74.1.0.20240907 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: moto[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes (#717) * Bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core) and [types-python-dateutil](https://github.com/python/typeshed). Updates `pydantic` from 2.8.2 to 2.9.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.9.1) Updates `pydantic-core` from 2.20.1 to 2.23.3 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.20.1...v2.23.3) Updates `types-python-dateutil` from 2.9.0.20240821 to 2.9.0.20240906 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * fix: Python layered dependencies not picked up by dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <luttenberger.leon@gmail.com>
Bumps the production-dependencies group with 4 updates: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [idna](https://github.com/kjd/idna) and [rich](https://github.com/Textualize/rich). Updates `boto3` from 1.35.14 to 1.35.19 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.14...1.35.19) Updates `botocore` from 1.35.14 to 1.35.19 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.35.14...1.35.19) Updates `idna` from 3.8 to 3.10 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.8...v3.10) Updates `rich` from 13.8.0 to 13.8.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.8.0...v13.8.1) --- 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: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ates (#723) Bumps the development-dependencies group with 4 updates in the / directory: [awscli](https://github.com/aws/aws-cli), [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `awscli` from 1.34.14 to 1.34.19 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.34.14...1.34.19) Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.14 to 1.35.19 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) 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](pytest-dev/pytest@8.3.2...8.3.3) Updates `ruff` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.4...0.6.5) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
correct package name
…tes (#728) Bumps the production-dependencies group with 4 updates in the / directory: [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [pydantic](https://github.com/pydantic/pydantic) and [pydantic-core](https://github.com/pydantic/pydantic-core). Updates `boto3` from 1.35.19 to 1.35.24 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.19...1.35.24) Updates `botocore` from 1.35.19 to 1.35.24 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.35.19...1.35.24) Updates `pydantic` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.1...v2.9.2) Updates `pydantic-core` from 2.23.3 to 2.23.4 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.23.3...v2.23.4) --- 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: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ates (#729) Bumps the development-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [awscli](https://github.com/aws/aws-cli) | `1.34.19` | `1.34.24` | | [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.19` | `1.35.24` | | [moto[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/getmoto/moto) | `5.0.14` | `5.0.15` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.5` | `0.6.7` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240808` | `6.0.12.20240917` | | [types-setuptools](https://github.com/python/typeshed) | `74.1.0.20240907` | `75.1.0.20240917` | Updates `awscli` from 1.34.19 to 1.34.24 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](aws/aws-cli@1.34.19...1.34.24) Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.19 to 1.35.24 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `moto[codebuild,iam,s3,secretsmanager,ssm,sts]` from 5.0.14 to 5.0.15 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.14...5.0.15) Updates `ruff` from 0.6.5 to 0.6.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.5...0.6.7) Updates `types-pyyaml` from 6.0.12.20240808 to 6.0.12.20240917 - [Commits](https://github.com/python/typeshed/commits) Updates `types-setuptools` from 74.1.0.20240907 to 75.1.0.20240917 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: moto[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-pyyaml dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-replacement feat: add parameter to disable env replacement in module params
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.29` | `1.35.34` | | [botocore](https://github.com/boto/botocore) | `1.35.29` | `1.35.34` | | [rich](https://github.com/Textualize/rich) | `13.8.1` | `13.9.2` | | [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20240906` | `2.9.0.20241003` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `2.0.0` | `3.0.0` | Updates `boto3` from 1.35.29 to 1.35.34 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.29...1.35.34) Updates `botocore` from 1.35.29 to 1.35.34 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.35.29...1.35.34) Updates `rich` from 13.8.1 to 13.9.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.8.1...v13.9.2) Updates `types-python-dateutil` from 2.9.0.20240906 to 2.9.0.20241003 - [Commits](https://github.com/python/typeshed/commits) Updates `sphinx-rtd-theme` from 2.0.0 to 3.0.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@2.0.0...3.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: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the development-dependencies group with 2 updates: [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder) and [ruff](https://github.com/astral-sh/ruff). Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.29 to 1.35.34 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.6.8 to 0.6.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.8...0.6.9) --- updated-dependencies: - dependency-name: boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…encies-0fae342b73 Bump the production-dependencies group with 5 updates
…dencies-32b4fbe58c Bump the development-dependencies group with 2 updates
… explicit command
chore: Adds `seedfarmer --version`
chore: Updating bootstrap docs with minimum permissions
…sions chore: update example manifest module versions
chore: Set example manifests to create buckets with destroy retention…
Bumps the production-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.34` | `1.35.49` | | [botocore](https://github.com/boto/botocore) | `1.35.34` | `1.35.49` | | [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` | | [rich](https://github.com/Textualize/rich) | `13.9.2` | `13.9.3` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.2` | `0.10.3` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.25.0` | | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.3.2` | `3.3.3` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.0` | `3.0.1` | Updates `boto3` from 1.35.34 to 1.35.49 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.34...1.35.49) Updates `botocore` from 1.35.34 to 1.35.49 - [Commits](boto/botocore@1.35.34...1.35.49) Updates `charset-normalizer` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.3.2...3.4.0) Updates `markupsafe` from 2.1.5 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.2) Updates `rich` from 13.9.2 to 13.9.3 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.2...v13.9.3) Updates `s3transfer` from 0.10.2 to 0.10.3 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.10.2...0.10.3) Updates `pydantic-core` from 2.23.4 to 2.25.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.23.4...v2.25.0) Updates `sphinx-autoapi` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.3.2...v3.3.3) Updates `sphinx-rtd-theme` from 3.0.0 to 3.0.1 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.0...3.0.1) --- 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: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: rich 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: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…encies-a528344649 Bump the production-dependencies group across 1 directory with 9 updates
fix: sts pass toolchain region
Updates the requirements on [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [packaging](https://github.com/pypa/packaging), [rich](https://github.com/Textualize/rich), [s3transfer](https://github.com/boto/s3transfer), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) and [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. Updates `boto3` from 1.35.49 to 1.35.72 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.49...1.35.72) Updates `botocore` from 1.35.49 to 1.35.72 - [Commits](boto/botocore@1.35.49...1.35.72) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `rich` from 13.9.3 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.3...v13.9.4) Updates `s3transfer` from 0.10.3 to 0.10.4 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.10.3...0.10.4) Updates `pydantic` from 2.9.2 to 2.10.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.2...v2.10.2) Updates `pydantic-core` to 2.27.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.23.0...v2.27.1) Updates `sphinx-autoapi` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.3.3...v3.4.0) Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2) --- 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: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rich 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: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pydantic-core dependency-type: direct:production dependency-group: production-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…encies-b6f740f368 Bump the production-dependencies group across 1 directory with 9 updates
fix support for nested modules in archives
newman911
approved these changes
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Releasing release/5.0.1
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.