Skip to content
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

chore(deps): bump the python group with 6 updates #366

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2024

Bumps the python group with 6 updates:

Package From To
pypdf 4.0.1 4.0.2
aws-lambda-powertools 2.33.1 2.34.0
boto3 1.34.39 1.34.46
black 24.1.1 24.2.0
types-requests 2.31.0.20240125 2.31.0.20240218
pytest 8.0.0 8.0.1

Updates pypdf from 4.0.1 to 4.0.2

Release notes

Sourced from pypdf's releases.

Version 4.0.2, 2024-02-18

What's new

Bug Fixes (BUG)

Documentation (DOC)

Developer Experience (DEV)

Testing (TST)

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 4.0.2, 2024-02-18

Bug Fixes (BUG)

  • Use NumberObject for /Border elements of annotations (#2451)

Full Changelog

Commits

Updates aws-lambda-powertools from 2.33.1 to 2.34.0

Release notes

Sourced from aws-lambda-powertools's releases.

v2.34.0

Summary

This release adds a new list intersection set of actions in Feature Flags, hot new community content, and tons of bugs squashed!

🌟 Huge thanks to community friends (recurring contributors): @​gwlester on new feature flag list intersection, @​ericbn on docs layer ARN automation bug, and @​ran-isenberg on two hot new content!

Feature flags list intersection

Thanks to @​Rogalek for the feature request!

You can now toggle feature flags on three new actions:

  • ALL_IN_VALUE. Toggle a given flag if all list items provided are also available in the schema.

    • {
          "my_feature": {
              "default": false,
              "rules": {
                  "tenant_id is in allowed list": {
                      "when_match": true,
                      "conditions": [
                          {
                              "action": "ALL_IN_VALUE",
                              "key": "tenant_id",
                              "value": [
                                  "Łukasz",
                                  "Gerald",
                                  "Leandro",
                                  "Heitor"
                              ]
                          }
                      ]
                  }
              }
          }
      }
  • ANY_IN_VALUE. Toggle a given flag if any list item provided is also available in the schema.

    • {
          "my_feature": {

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.34.0] - 2024-02-21

Bug Fixes

  • ci: create one layer artifact per region & merge (#3808)
  • event-handler: multi-value query string and validation of scalar parameters (#3795)
  • event-handler: swagger schema respects api stage (#3796)
  • event-handler: handle aliased parameters e.g., Query(alias="categoryType") (#3766)

Code Refactoring

  • feature-flags: add intersection tests; structure refinement (#3775)

Documentation

  • feature_flags: fix incorrect line markers and envelope name (#3792)
  • home: update layer version to 62 for package version 2.33.1 (#3778)
  • home: add note about POWERTOOLS_DEV side effects in CloudWatch Logs (#3770)
  • homepage: discord flat badge style; remove former devax email (#3768)
  • homepage: remove leftover announcement banner (#3783)
  • roadmap: latest roadmap update; use new grid to de-clutter homepage (#3755)
  • we-made-this: add swagger post (#3799)
  • we-made-this: add reinvent 2023 session (#3790)

Features

  • feature_flags: add intersect actions for conditions (#3692)

Maintenance

  • version bump
  • deps: bump actions/dependency-review-action from 4.1.2 to 4.1.3 (#3813)
  • deps: bump actions/dependency-review-action from 4.1.0 to 4.1.2 (#3800)
  • deps: bump actions/dependency-review-action from 4.0.0 to 4.1.0 (#3771)
  • deps: bump squidfunk/mkdocs-material from 62d3668 to 43b898a in /docs (#3801)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates (#3764)
  • deps: bump squidfunk/mkdocs-material from 6a72238 to 62d3668 in /docs (#3756)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3814)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 1 update (#3784)
  • deps-dev: bump pytest from 8.0.0 to 8.0.1 (#3812)
  • deps-dev: bump aws-cdk from 2.127.0 to 2.128.0 (#3776)
  • deps-dev: bump the boto-typing group with 2 updates (#3797)
  • deps-dev: bump cfn-lint from 0.85.1 to 0.85.2 (#3786)
  • deps-dev: bump pytest-asyncio from 0.21.1 to 0.23.5 (#3773)
  • deps-dev: bump aws-cdk-lib from 2.127.0 to 2.128.0 (#3777)
  • deps-dev: bump sentry-sdk from 1.40.3 to 1.40.4 (#3765)
  • deps-dev: bump sentry-sdk from 1.40.4 to 1.40.5 (#3805)
  • deps-dev: bump mkdocs-material from 9.5.9 to 9.5.10 (#3803)
  • deps-dev: bump types-redis from 4.6.0.20240106 to 4.6.0.20240218 (#3804)
  • deps-dev: bump the boto-typing group with 1 update (#3757)
  • deps-dev: bump aws-cdk-lib from 2.126.0 to 2.127.0 (#3758)

... (truncated)

Commits
  • 1f02a63 chore: version bump
  • 4d5310d chore(deps-dev): bump coverage from 7.4.1 to 7.4.2 (#3811)
  • 6830176 chore(deps-dev): bump pytest from 8.0.0 to 8.0.1 (#3812)
  • 8498666 chore(deps): bump actions/dependency-review-action from 4.1.2 to 4.1.3 (#3813)
  • 31d830b chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • 539cb78 chore(tests): increase idempotency coverage with nested payload tampering tes...
  • 3a54750 chore(ci): changelog rebuild (#3806)
  • 66358cb docs(we-made-this): add swagger post (#3799)
  • 6695932 fix(ci): create one layer artifact per region & merge (#3808)
  • c135cec chore(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.2 (#3800)
  • Additional commits viewable in compare view

Updates boto3 from 1.34.39 to 1.34.46

Changelog

Sourced from boto3's changelog.

1.34.46

  • api-change:dynamodb: [botocore] Publishing quick fix for doc only update.
  • api-change:firehose: [botocore] This release updates a few Firehose related APIs.
  • api-change:lambda: [botocore] Add .NET 8 (dotnet8) Runtime support to AWS Lambda.

1.34.45

  • api-change:amplify: [botocore] This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
  • api-change:chatbot: [botocore] This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
  • api-change:config: [botocore] Documentation updates for the AWS Config CLI
  • api-change:ivs: [botocore] Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
  • api-change:keyspaces: [botocore] Documentation updates for Amazon Keyspaces
  • api-change:mediatailor: [botocore] MediaTailor: marking #AdBreak.OffsetMillis as required.

1.34.44

  • api-change:connectparticipant: [botocore] Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
  • api-change:emr: [botocore] adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
  • api-change:firehose: [botocore] This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
  • api-change:lambda: [botocore] Documentation-only updates for Lambda to clarify a number of existing actions and properties.
  • api-change:rds: [botocore] Doc only update for a valid option in DB parameter group
  • api-change:sns: [botocore] This release marks phone numbers as sensitive inputs.

1.34.43

  • api-change:artifact: [botocore] This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
  • api-change:codepipeline: [botocore] Add ability to override timeout on action level.
  • api-change:detective: [botocore] Doc only updates for content enhancement
  • api-change:guardduty: [botocore] Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
  • api-change:healthlake: [botocore] This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
  • api-change:opensearch: [botocore] Adds additional supported instance types.
  • api-change:polly: [botocore] Amazon Polly adds 1 new voice - Burcu (tr-TR)
  • api-change:sagemaker: [botocore] This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
  • api-change:secretsmanager: [botocore] Doc only update for Secrets Manager
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.34.42

  • api-change:controltower: [botocore] Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
  • api-change:lookoutequipment: [botocore] This feature allows customers to see pointwise model diagnostics results for their models.

... (truncated)

Commits
  • 8b2d4e3 Merge branch 'release-1.34.46'
  • f45cebd Bumping version to 1.34.46
  • 81dc8f3 Add changelog entries from botocore
  • f08cf38 Merge branch 'release-1.34.45'
  • a5bcb60 Merge branch 'release-1.34.45' into develop
  • 4d07d23 Bumping version to 1.34.45
  • 41532a7 Add changelog entries from botocore
  • 3954a1a Merge branch 'release-1.34.44'
  • 90dc6e8 Merge branch 'release-1.34.44' into develop
  • ae78e0a Bumping version to 1.34.44
  • Additional commits viewable in compare view

Updates black from 24.1.1 to 24.2.0

Release notes

Sourced from black's releases.

24.2.0

Stable style

  • Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)

Preview style

  • Move the hug_parens_with_braces_and_square_brackets feature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)
  • Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
  • Checking for newline before adding one on docstring that is almost at the line limit (#4185)
  • Remove redundant parentheses in case statement if guards (#4214).

Configuration

  • Fix issue where Black would ignore input files in the presence of symlinks (#4222)
  • Black now ignores pyproject.toml that is missing a tool.black section when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty [tool.black] to the previously discovered pyproject.toml (#4204)

Output

  • Black will swallow any SyntaxWarnings or DeprecationWarnings produced by the ast module when performing equivalence checks (#4189)

Integrations

  • Add a JSONSchema and provide a validate-pyproject entry-point (#4181)
Changelog

Sourced from black's changelog.

24.2.0

Stable style

  • Fixed a bug where comments where mistakenly removed along with redundant parentheses (#4218)

Preview style

  • Move the hug_parens_with_braces_and_square_brackets feature to the unstable style due to an outstanding crash and proposed formatting tweaks (#4198)
  • Fixed a bug where base expressions caused inconsistent formatting of ** in tenary expression (#4154)
  • Checking for newline before adding one on docstring that is almost at the line limit (#4185)
  • Remove redundant parentheses in case statement if guards (#4214).

Configuration

  • Fix issue where Black would ignore input files in the presence of symlinks (#4222)
  • Black now ignores pyproject.toml that is missing a tool.black section when discovering project root and configuration. Since Black continues to use version control as an indicator of project root, this is expected to primarily change behavior for users in a monorepo setup (desirably). If you wish to preserve previous behavior, simply add an empty [tool.black] to the previously discovered pyproject.toml (#4204)

Output

  • Black will swallow any SyntaxWarnings or DeprecationWarnings produced by the ast module when performing equivalence checks (#4189)

Integrations

  • Add a JSONSchema and provide a validate-pyproject entry-point (#4181)
Commits
  • 6fdf8a4 Prepare release 24.2.0 (#4226)
  • 8af4394 fix: Don't remove comments along with parens (#4218)
  • 35e9776 Bump pre-commit/action from 3.0.0 to 3.0.1 (#4225)
  • 23dfc5b Fix ignoring input files for symlink reasons (#4222)
  • a201003 Simplify check for symlinks that resolve outside root (#4221)
  • dab37a6 Remove redundant parentheses in case statement if guards (#4214)
  • 32230e6 fix: bug where the doublestar operation had inconsistent formatting. (#4154)
  • 7edb50f fix: additional newline added to docstring when the previous line length is l...
  • 3e80de3 Bump furo from 2023.9.10 to 2024.1.29 in /docs (#4211)
  • a08b480 Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#4212)
  • Additional commits viewable in compare view

Updates types-requests from 2.31.0.20240125 to 2.31.0.20240218

Commits

Updates pytest from 8.0.0 to 8.0.1

Release notes

Sourced from pytest's releases.

8.0.1

pytest 8.0.1 (2024-02-16)

Bug Fixes

  • #11875: Correctly handle errors from getpass.getuser{.interpreted-text role="func"} in Python 3.13.
  • #11879: Fix an edge case where ExceptionInfo._stringify_exception could crash pytest.raises{.interpreted-text role="func"}.
  • #11906: Fix regression with pytest.warns{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their [__init__]{.title-ref}.
  • #11907: Fix a regression in pytest 8.0.0 whereby calling pytest.skip{.interpreted-text role="func"} and similar control-flow exceptions within a pytest.warns(){.interpreted-text role="func"} block would get suppressed instead of propagating.
  • #11929: Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
  • #11937: Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.
Commits
  • d7d320a Prepare release version 8.0.1
  • 9369916 Merge pull request #11992 from bluetech/backport-11991
  • a232abd [8.0.x] recwarn: fix pytest.warns handling of Warnings with multiple arguments
  • 92203d2 Merge pull request #11990 from bluetech/backport-11920
  • f1aa922 [8.0.x] recwarn: let base exceptions propagate through pytest.warns again
  • d86d081 [8.0.x] Added logot to the plugin list (#11977)
  • c554c3d Merge pull request #11968 from pytest-dev/backport-11957-to-8.0.x
  • a6851e3 [8.0.x] main: fix reversed collection order in Session
  • e6f6be3 [8.0.x] Improve error message when using @​pytest.fixture twice (#11958)
  • 23b91d1 [8.0.x] Merge pull request #11941 from bluetech/doctest-parsefactories (#11948)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pypdf](https://github.com/py-pdf/pypdf) | `4.0.1` | `4.0.2` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.33.1` | `2.34.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.39` | `1.34.46` |
| [black](https://github.com/psf/black) | `24.1.1` | `24.2.0` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240125` | `2.31.0.20240218` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` |


Updates `pypdf` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@4.0.1...4.0.2)

Updates `aws-lambda-powertools` from 2.33.1 to 2.34.0
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.33.1...v2.34.0)

Updates `boto3` from 1.34.39 to 1.34.46
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.39...1.34.46)

Updates `black` from 24.1.1 to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.2.0)

Updates `types-requests` from 2.31.0.20240125 to 2.31.0.20240218
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest` from 8.0.0 to 8.0.1
- [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.0.0...8.0.1)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: aws-lambda-powertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Feb 21, 2024
Copy link

changeset-bot bot commented Feb 21, 2024

🦋 Changeset detected

Latest commit: bb28fae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
arcane-scripts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-8814f46ab1 branch February 26, 2024 15:25
@chizmw chizmw added the deps Pull requests that update a dependency label Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Pull requests that update a dependency python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant