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 10 updates #351

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps the python group with 10 updates:

Package From To
jinja2 3.1.2 3.1.3
pypdf 3.16.4 3.17.4
pdf2image 1.16.3 1.17.0
aws-lambda-powertools 2.26.0 2.31.0
boto3 1.28.66 1.34.21
black 23.10.0 23.12.1
mypy 1.6.1 1.8.0
pylint 3.0.1 3.0.3
types-requests 2.31.0.10 2.31.0.20240106
pytest 7.4.2 7.4.4

Updates jinja2 from 3.1.2 to 3.1.3

Release notes

Sourced from jinja2's releases.

3.1.3

This is a fix release for the 3.1.x feature branch.

Changelog

Sourced from jinja2's changelog.

Version 3.1.3

Released 2024-01-10

  • Fix compiler error when checking if required blocks in parent templates are empty. :pr:1858
  • xmlattr filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
  • Make error messages stemming from invalid nesting of {% trans %} blocks more helpful. :pr:1918
Commits

Updates pypdf from 3.16.4 to 3.17.4

Release notes

Sourced from pypdf's releases.

Version 3.17.4, 2023-12-24

What's new

Bug Fixes (BUG)

Documentation (DOC)

Maintenance (MAINT)

Testing (TST)

Code Style (STY)

Full Changelog

Version 3.17.3, 2023-12-17

What's new

Robustness (ROB)

Developer Experience (DEV)

Maintenance (MAINT)

Full Changelog

Version 3.17.2, 2023-12-10

What's new

Bug Fixes (BUG)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 3.17.4, 2023-12-24

Bug Fixes (BUG)

  • Handle IndirectObject as image filter (#2355)

Full Changelog

Version 3.17.3, 2023-12-17

Robustness (ROB)

  • Out-of-bounds issue in handle_tj (text extraction) (#2342)

Developer Experience (DEV)

  • Make make_release.py easier to configure (#2348)

Maintenance (MAINT)

  • Bump actions/download-artifact from 3 to 4 (#2344)

Full Changelog

Version 3.17.2, 2023-12-10

Bug Fixes (BUG)

  • Cope with deflated images with CMYK Black Only (#2322)
  • Handle indirect objects as parameters for CCITTFaxDecode (#2307)
  • check words length in _cmap type1_alternative function (#2310)

Robustness (ROB)

  • Relax flate decoding for too many lookup values (#2331)
  • Let _build_destination skip in case of missing /D key (#2018)

Full Changelog

Version 3.17.1, 2023-11-14

Bug Fixes (BUG)

  • Mediabox expansion size when applying non-right angle rotation (#2282)

Robustness (ROB)

  • MissingWidth is IndirectObject (#2288)
  • Initialize states array with an empty value (#2280)

Full Changelog

Version 3.17.0, 2023-10-29

Security (SEC)

  • Infinite recursion when using PdfWriter(clone_from=reader) (#2264)

New Features (ENH)

... (truncated)

Commits

Updates pdf2image from 1.16.3 to 1.17.0

Release notes

Sourced from pdf2image's releases.

Version 1.17.0

What's Changed

New Contributors

Full Changelog: Belval/pdf2image@v.1.16.3...v1.17.0

Commits
  • 3bfb7f7 Version 1.17.0
  • 4aa051b Add test for pdfinfo first-last page
  • 9191787 Fix issue when single_file is True and thread_count is greater than 1
  • e8a9235 Import memory_profiler only when it is enabled
  • 351ec66 Minor README formatting
  • 9cde8dd Add first and last page parameters to pdfinfo
  • 579a57c Update overview.md to read pdf as binary
  • a2db903 Compatibility with pyright
  • See full diff in compare view

Updates aws-lambda-powertools from 2.26.0 to 2.31.0

Release notes

Sourced from aws-lambda-powertools's releases.

v2.31.0

Summary

This release introduces enhanced top-level Tags in the OpenAPI schema, and adds Lambda layer support in AWS Canada region (ca-west-1). It also includes improvements to documentation and bug fixes.

⭐ Huge thanks to our new contributors: @​kamilturek (Middleware factory docs), and @​troyswanson (Parameters).

Support for enhanced top-level Tags

Docs: Event Handler OpenAPI

The OpenAPI schema now supports more comprehensive top-level Tags, simplifying the organization and categorization of API operations.

carbon (16) carbon (17)

Last but not least, kudos to @​Mavtti for bringing attention to an issue in our error handling within the Parser utility, thereby improving the development experience.

Changes

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.31.0] - 2024-01-05

Bug Fixes

  • ci: fail dispatch analytics job when Lambda call fails (#3579)

Code Refactoring

  • parameters: add overload signatures for get_parameter and get_parameters (#3534)
  • parser: Improve error message when parsing models and envelopes (#3587)

Documentation

  • middleware-factory: Fix and improve typing (#3569)

Features

  • event-handler: add description to request body in OpenAPI schema (#3548)
  • event_handler: support richer top level Tags (#3543)
  • layers: add new comercial region Canada - ca-west-1 (#3549)

Maintenance

  • version bump
  • ci: Remove dev dependencies locked to Pydantic v1 within the Pydantic v2 workflow. (#3582)
  • deps: bump squidfunk/mkdocs-material from 9af3b7e to 2f29d71 in /docs (#3559)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 4 updates (#3593)
  • deps: bump actions/setup-node from 4.0.0 to 4.0.1 (#3535)
  • deps: bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.2 to 3.0.3 (#3536)
  • deps: bump actions/dependency-review-action from 3.1.4 to 3.1.5 (#3592)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 2 updates (#3544)
  • deps: bump fastjsonschema from 2.19.0 to 2.19.1 (#3567)
  • deps-dev: bump ruff from 0.1.8 to 0.1.9 (#3550)
  • deps-dev: bump aws-cdk from 2.115.0 to 2.116.1 (#3553)
  • deps-dev: bump aws-cdk from 2.117.0 to 2.118.0 (#3589)
  • deps-dev: bump cfn-lint from 0.83.6 to 0.83.7 (#3554)
  • deps-dev: bump ruff from 0.1.9 to 0.1.10 (#3583)
  • deps-dev: bump pytest from 7.4.3 to 7.4.4 (#3576)
  • deps-dev: bump aws-cdk from 2.116.1 to 2.117.0 (#3565)
  • deps-dev: bump ruff from 0.1.10 to 0.1.11 (#3588)

[v2.30.2] - 2023-12-18

Bug Fixes

  • event-handler: fix operation tags schema generation (#3528)
  • event-handler: set default OpenAPI version to 3.0.0 (#3527)
  • event-handler: upgrade Swagger UI to fix regressions (#3526)

Maintenance

... (truncated)

Commits
  • 96dd148 chore: version bump
  • aacb37d refactor(parser): Improve error message when parsing models and envelopes (#3...
  • 67d3537 chore(ci): changelog rebuild (#3594)
  • d19ed9f chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • ea01920 chore(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 (#3592)
  • 6c41463 chore(ci): changelog rebuild (#3590)
  • 131aecc chore(deps-dev): bump aws-cdk from 2.117.0 to 2.118.0 (#3589)
  • f6a3ac1 chore(deps-dev): bump ruff from 0.1.10 to 0.1.11 (#3588)
  • bc81a69 chore(ci): changelog rebuild (#3585)
  • 78d7004 chore(ci): Remove dev dependencies locked to Pydantic v1 within the Pydantic ...
  • Additional commits viewable in compare view

Updates boto3 from 1.28.66 to 1.34.21

Changelog

Sourced from boto3's changelog.

1.34.21

  • api-change:dynamodb: [botocore] Updating note for enabling streams for UpdateTable.
  • api-change:keyspaces: [botocore] This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

1.34.20

  • api-change:iot: [botocore] Revert release of LogTargetTypes
  • api-change:iotfleetwise: [botocore] Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
  • api-change:macie2: [botocore] This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects.
  • api-change:payment-cryptography: [botocore] Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations with ISO9797 Algorithm 1 MAC calculations.
  • api-change:personalize-runtime: [botocore] Documentation updates for Amazon Personalize
  • api-change:personalize: [botocore] Documentation updates for Amazon Personalize.
  • api-change:rekognition: [botocore] This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses.
  • api-change:securityhub: [botocore] Documentation updates for AWS Security Hub

1.34.19

  • api-change:sagemaker: [botocore] This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.

1.34.18

  • api-change:connect: [botocore] Supervisor Barge for Chat is now supported through the MonitorContact API.
  • api-change:connectparticipant: [botocore] Introduce new Supervisor participant role
  • api-change:location: [botocore] Location SDK documentation update. Added missing fonts to the MapConfiguration data type. Updated note for the SubMunicipality property in the place data type.
  • api-change:mwaa: [botocore] This Amazon MWAA feature release includes new fields in CreateWebLoginToken response model. The new fields IamIdentity and AirflowIdentity will let you match identifications, as the Airflow identity length is currently hashed to 64 characters.
  • api-change:s3control: [botocore] S3 On Outposts team adds dualstack endpoints support for S3Control and S3Outposts API calls.
  • api-change:supplychain: [botocore] This release includes APIs CreateBillOfMaterialsImportJob and GetBillOfMaterialsImportJob.
  • api-change:transfer: [botocore] AWS Transfer Family now supports static IP addresses for SFTP & AS2 connectors and for async MDNs on AS2 servers.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.34.17

  • api-change:ec2: [botocore] This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
  • api-change:ecs: [botocore] This release adds support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
  • api-change:events: [botocore] Update events client to latest version
  • api-change:iot: [botocore] Add ConflictException to Update APIs of AWS IoT Software Package Catalog
  • api-change:iotfleetwise: [botocore] The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
  • api-change:secretsmanager: [botocore] Doc only update for Secrets Manager
  • api-change:workspaces: [botocore] Added AWS Workspaces RebootWorkspaces API - Extended Reboot documentation update

... (truncated)

Commits
  • 998f3b5 Merge branch 'release-1.34.21'
  • 0a5b63b Bumping version to 1.34.21
  • 53b2210 Add changelog entries from botocore
  • fd15afa Merge branch 'release-1.34.20'
  • b9c7e6d Merge branch 'release-1.34.20' into develop
  • df64eed Bumping version to 1.34.20
  • 9555527 Add changelog entries from botocore
  • 1d7b3fb Merge branch 'release-1.34.19'
  • 86426e8 Merge branch 'release-1.34.19' into develop
  • dca34ab Bumping version to 1.34.19
  • Additional commits viewable in compare view

Updates black from 23.10.0 to 23.12.1

Release notes

Sourced from black's releases.

23.12.1

Fixed a bug that included dependencies from the d extra by default (#4108)

23.12.0

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in --preview mode will be in the 2024 stable style.

Stable style

  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges option, even when it is not within the specified line range. (#4084)
  • Fix feature detection for parenthesized context managers (#4104)

Preview style

  • Prefer more equal signs before a break when splitting chained assignments (#4010)
  • Standalone form feed characters at the module level are no longer removed (#4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (#4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a docstring (#4060)
  • Fix crash in preview mode when using a short --line-length (#4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (#4066) (#4103)

Configuration

  • --line-ranges now skips Black's internal stability check in --safe mode. This avoids a crash on rare inputs that have many unformatted same-content lines. (#4034)

Packaging

  • Upgrade to mypy 1.7.1 (#4049) (#4069)
  • Faster compiled wheels are now available for CPython 3.12 (#4070)

Integrations

  • Enable 3.12 CI (#4035)
  • Build docker images in parallel (#4054)
  • Build docker images with 3.12 (#4055)

23.11.0

... (truncated)

Changelog

Sourced from black's changelog.

23.12.1

Packaging

  • Fixed a bug that included dependencies from the d extra by default (#4108)

23.12.0

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in --preview mode will be in the 2024 stable style.

Stable style

  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges option, even when it is not within the specified line range. (#4084)
  • Fix feature detection for parenthesized context managers (#4104)

Preview style

  • Prefer more equal signs before a break when splitting chained assignments (#4010)
  • Standalone form feed characters at the module level are no longer removed (#4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now indented less (#4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a docstring (#4060)
  • Fix crash in preview mode when using a short --line-length (#4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions (#4066) (#4103)

Configuration

  • --line-ranges now skips Black's internal stability check in --safe mode. This avoids a crash on rare inputs that have many unformatted same-content lines. (#4034)

Packaging

  • Upgrade to mypy 1.7.1 (#4049) (#4069)
  • Faster compiled wheels are now available for CPython 3.12 (#4070)

Integrations

  • Enable 3.12 CI (#4035)
  • Build docker images in parallel (#4054)

... (truncated)

Commits
  • ec91a2b Prepare release 23.12.1 (#4124)
  • 8fec1c3 Adds paren to deps for hidden extra constraint (#4108)
  • 35ce37d Add new changelog template
  • d9ad09a Prepare release 23.12.0 (#4105)
  • ebd543c Fix feature detection for parenthesized context managers (#4104)
  • eb7661f Fix another case where we format dummy implementation for non-functions/class...
  • 0c98999 Fix path in test message (#4102)
  • 9aea976 Only use dummy implementation logic for functions and classes (#4066)
  • 67b23d7 Bump actions/setup-python from 4 to 5 (#4101)
  • ce28be2 Add dedicated preview feature for East Asian Width (#4097)
  • Additional commits viewable in compare view

Updates mypy from 1.6.1 to 1.8.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.8

We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Type-checking Improvements

  • Do not intersect types in isinstance checks if at least one is final (Christoph Tyralla, PR 16330)
  • Detect that @final class without __bool__ cannot have falsey instances (Ilya Priven, PR 16566)
  • Do not allow TypedDict classes with extra keywords (Nikita Sobolev, PR 16438)
  • Do not allow class-level keywords for NamedTuple (Nikita Sobolev, PR 16526)
  • Make imprecise constraints handling more robust (Ivan Levkivskyi, PR 16502)
  • Fix strict-optional in extending generic TypedDict (Ivan Levkivskyi, PR 16398)
  • Allow type ignores of PEP 695 constructs (Shantanu, PR 16608)
  • Enable type_check_only support for TypedDict and NamedTuple (Nikita Sobolev, PR 16469)

Performance Improvements

  • Add fast path to analyzing special form assignments (Jukka Lehtosalo, PR 16561)

Improvements to Error Reporting

  • Don't show documentation links for plugin error codes (Ivan Levkivskyi, PR 16383)
  • Improve error messages for super checks and add more tests (Nikita Sobolev, PR 16393)
  • Add error code for mutable covariant override (Ivan Levkivskyi, PR 16399)

Stubgen Improvements

  • Preserve simple defaults in function signatures (Ali Hamdan, PR 15355)
  • Include __all__ in output (Jelle Zijlstra, PR 16356)
  • Fix stubgen regressions with pybind11 and mypy 1.7 (Chad Dombrova, PR 16504)

Stubtest Improvements

  • Improve handling of unrepresentable defaults (Jelle Zijlstra, PR 16433)
  • Print more helpful errors if a function is missing from stub (Alex Waygood, PR 16517)
  • Support @type_check_only decorator (Nikita Sobolev, PR 16422)
  • Warn about missing __del__ (Shantanu, PR 16456)
  • Fix crashes with some uses of final and deprecated (Shantanu, PR 16457)

Fixes to Crashes

  • Fix crash with type alias to Callable[[Unpack[Tuple[Any, ...]]], Any] (Alex Waygood, PR 16541)
  • Fix crash on TypeGuard in __call__ (Ivan Levkivskyi, PR 16516)
  • Fix crash on invalid enum in method (Ivan Levkivskyi, PR 16511)
  • Fix crash on unimported Any in TypedDict (Ivan Levkivskyi, PR 16510)

Documentation Updates

  • Update soft-error-limit default value to -1 (Sveinung Gundersen, PR 16542)

... (truncated)

Commits
  • 3b46750 remove +dev suffix from version
  • c9bc833 Fix tests broken by hatchling (#16655)
  • 60d30e3 Fix crash with type alias to Callable[[Unpack[Tuple[Any, ...]]], Any] (#16541)
  • f53f422 Allow type ignores of PEP 695 constructs (#16608)
  • 7c33e7c @​final class without bool cannot have falsey instances (#16566)
  • c224da5 Do not intersect types in isinstance checks if at least one is final (#16330)
  • d54cc35 Change example in test cases with no stubs available (#16513)
  • eb1ee97 Update hashes in sync-typeshed.py following recent typeshed sync (#16600)
  • 344298e Revert use of ParamSpec for functools.wraps
  • 3e5d813 Revert typeshed ctypes change
  • Additional commits viewable in compare view

Updates pylint from 3.0.1 to 3.0.3

Commits
  • 1a5ffc1 Bump pylint to 3.0.3, update changelog
  • 54687e7 Disallow isort 5.13.0 (#9290) (#9292)
  • fea5483 [wrong-exception-operation] Fix FP for tuple concatenation of exception types...
  • d0d5c91 [pointless-string-statement] Ignore docstrings on py3.12 type aliases (#9269)...
  • 81f0f2e [Backport maintenance/3.0.x] [bugfix] Find files with ./ as input with a __in...
  • 7f01d83 Fix doc generation in implicit-str-concat
  • a60ddd1 Fix incorrect suggestion for unnecessary-comprehension (#9172) (#9242)
  • dc11223 [todos] Fix the todos version and the warnings' text (#9202) (#9204)
  • 0273db7 Fix false positive for unnecessary-lambda. (#9149) (#9200)
  • 53d4541 Fix undefined-variable etc for Python 3.12 generic type syntax (#9195) (#9199)
  • Additional commits viewable in compare view

Updates types-requests from 2.31.0.10 to 2.31.0.20240106

Commits

Updates pytest from 7.4.2 to 7.4.4

Release notes

Sourced from pytest's releases.

pytest 7.4.4 (2023-12-31)

Bug Fixes

  • #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
  • #11572: Handle an edge case where sys.stderr{.interpreted-text role="data"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.interpreted-text role="ref"} is tearing down.
  • #11710: Fixed tracebacks from collection errors not getting pruned.
  • #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in __iter__ methods. Now they are treated un-iterable instead.

Improved Documentation

  • #11091: Updated documentation to refer to hyphenated options: replaced --junitxml with --junit-xml and --collectonly with --collect-only.

pytest 7.4.3 (2023-10-24)

Bug Fixes

  • #10447: Markers are now considered in the reverse mro order to ensure base class markers are considered first -- this resolves a regression.

  • #11239: Fixed := in asserts impacting unrelated test cases.

  • #11439: Handled an edge case where :data:sys.stderr might already be closed when :ref:faulthandler is tearing down.

Commits
  • 33f694f Prepare release version 7.4.4
  • 76c107c Merge pull request #11751 from bluetech/backport-11143-to-7.4.x
  • 531d76d [7.4.x] Improve reporting from iter exceptions (#11749)
  • a0f58fa Merge pull request #11143 from tushar-deepsource/patch-1
  • Description has been truncated

Bumps the python group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.3` |
| [pypdf](https://github.com/py-pdf/pypdf) | `3.16.4` | `3.17.4` |
| [pdf2image](https://github.com/Belval/pdf2image) | `1.16.3` | `1.17.0` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.26.0` | `2.31.0` |
| [boto3](https://github.com/boto/boto3) | `1.28.66` | `1.34.21` |
| [black](https://github.com/psf/black) | `23.10.0` | `23.12.1` |
| [mypy](https://github.com/python/mypy) | `1.6.1` | `1.8.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.0.1` | `3.0.3` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.10` | `2.31.0.20240106` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `7.4.4` |


Updates `jinja2` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.3)

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

Updates `pdf2image` from 1.16.3 to 1.17.0
- [Release notes](https://github.com/Belval/pdf2image/releases)
- [Commits](Belval/pdf2image@v.1.16.3...v1.17.0)

Updates `aws-lambda-powertools` from 2.26.0 to 2.31.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.26.0...v2.31.0)

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

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

Updates `mypy` from 1.6.1 to 1.8.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.1...v1.8.0)

Updates `pylint` from 3.0.1 to 3.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.1...v3.0.3)

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

Updates `pytest` from 7.4.2 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pdf2image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  dependency-group: python
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jan 18, 2024
Copy link

changeset-bot bot commented Jan 18, 2024

🦋 Changeset detected

Latest commit: c7dc874

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

@chizmw chizmw added deps Pull requests that update a dependency and removed dependencies labels Feb 12, 2024
@chizmw
Copy link
Owner

chizmw commented Feb 12, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

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

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-1d8c4d586d branch February 12, 2024 01:00
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