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 dependencies group with 10 updates #266

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2023

Bumps the dependencies group with 10 updates:

Package From To
pypdf 3.16.2 3.16.3
pytz 2023.3 2023.3.post1
aws-lambda-powertools 2.23.1 2.25.1
boto3 1.28.37 1.28.62
click 8.1.6 8.1.7
black 23.7.0 23.9.1
mypy 1.4.1 1.5.1
pylint 2.17.5 3.0.1
types-requests 2.31.0.2 2.31.0.8
pytest 7.4.1 7.4.2

Updates pypdf from 3.16.2 to 3.16.3

Release notes

Sourced from pypdf's releases.

Version 3.16.3, 2023-10-08

What's new

Bug Fixes (BUG)

Robustness (ROB)

Documentation (DOC)

Developer Experience (DEV)

Maintenance (MAINT)

Testing (TST)

  • Regression test against non-deterministic accidental object reuse (#2244) by @​sjoerdjob

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 3.16.3, 2023-10-08

Bug Fixes (BUG)

  • Invalid cm/tm in visitor functions (#2206)
  • Encrypt / decrypt Stream object dictionaries (#2228)
  • Support nested color spaces for the /DeviceN color space (#2241)
  • Images property fails if NullObject in list (#2215)

Developer Experience (DEV)

  • Unify mypy options and warn redundant workarounds (#2223)

Full Changelog

Commits

Updates pytz from 2023.3 to 2023.3.post1

Commits

Updates aws-lambda-powertools from 2.23.1 to 2.25.1

Release notes

Sourced from aws-lambda-powertools's releases.

v2.25.1

Summary

This is a patch release to address a bug in @metrics.log_metrics decorator to support functions with arbitrary arguments/kwargs, and a minor typing fix in Logger for explicit None return types.

🌟 Huge thanks to two new contributors who reported and fixed both bugs @​FollowTheProcess and @​thegeorgeliu

Changes

📜 Documentation updates

  • chore(deps): bump squidfunk/mkdocs-material from 4ff781e to b41ba6d in /docs (#3117) by @​dependabot
  • chore(deps): bump squidfunk/mkdocs-material from c4890ab to 4ff781e in /docs (#3110) by @​dependabot

🐛 Bug and hot fixes

🔧 Maintenance

This release was made possible by the following contributors:

@​FollowTheProcess, @​dependabot, @​dependabot[bot], @​github-actions, @​github-actions[bot] and @​thegeorgeliu

v2.25.0

Summary

This release simplifies data transformation with Amazon Kinesis Data Firehose, and handling secret rotation events from Amazon Secrets Manager.

🌟 Huge welcome to our new contributor @​TonySherman. Tony documented how to use Event Handler with micro Lambda functions.

Data Transformation code snippet

Data transformation

Docs

When using Kinesis Firehose, you can use a Lambda function to perform data transformation. For each transformed record, you can choose to either:

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v2.25.1] - 2023-09-22

Bug Fixes

  • logger: add explicit None return type annotations (#3113)
  • metrics: support additional arguments in functions wrapped with log_metrics decorator (#3120)

Maintenance

  • version bump
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 1 update (#3108)
  • deps: bump the layer-balancer group in /layer/scripts/layer-balancer with 1 update (#3115)
  • deps: bump squidfunk/mkdocs-material from 4ff781e to b41ba6d in /docs (#3117)
  • deps: bump squidfunk/mkdocs-material from c4890ab to 4ff781e in /docs (#3110)
  • deps-dev: bump ruff from 0.0.289 to 0.0.290 (#3105)
  • deps-dev: bump aws-cdk from 2.96.1 to 2.96.2 (#3102)
  • deps-dev: bump the boto-typing group with 3 updates (#3118)
  • deps-dev: bump the boto-typing group with 1 update (#3101)
  • deps-dev: bump cfn-lint from 0.79.11 to 0.80.2 (#3107)
  • deps-dev: bump types-requests from 2.31.0.2 to 2.31.0.3 (#3114)

[v2.25.0] - 2023-09-15

Code Refactoring

  • parameters: BaseProvider._get to also support Dict (#3090)

Documentation

  • event_handler: fix typing in micro function example (#3098)
  • event_handler: add micro function examples (#3056)
  • we-made-this: fix broken Twitch video embeds (#3096)

Features

  • event_source: add Kinesis Firehose Data Transformation data class (#3029)
  • event_sources: add Secrets Manager secret rotation event (#3061)

Maintenance

  • version bump
  • automation: remove previous labels when PR is updated (#3066)
  • deps: bump actions/dependency-review-action from 3.0.8 to 3.1.0 (#3071)
  • deps: bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#3081)
  • deps: bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#3083)
  • deps: bump squidfunk/mkdocs-material from dd1770c to c4890ab in /docs (#3078)
  • deps-dev: bump cfn-lint from 0.79.9 to 0.79.10 (#3077)
  • deps-dev: bump hvac from 1.2.0 to 1.2.1 (#3075)
  • deps-dev: bump ruff from 0.0.288 to 0.0.289 (#3080)
  • deps-dev: bump ruff from 0.0.287 to 0.0.288 (#3076)

... (truncated)

Commits
  • 4335de8 chore: version bump
  • 12ed11b fix(logger): add explicit None return type annotations (#3113)
  • 5065f9c chore(ci): changelog rebuild (#3121)
  • f2b15c9 chore(deps): bump squidfunk/mkdocs-material from 4ff781e to b41ba6d in /d...
  • 2f38c94 chore(deps-dev): bump the boto-typing group with 3 updates (#3118)
  • e5cab1e fix(metrics): support additional arguments in functions wrapped with log_metr...
  • 1009729 chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.3 (#3114)
  • d39141d chore(ci): changelog rebuild (#3116)
  • 9efdc5c chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • 812b63d chore(deps): bump the layer-balancer group in /layer/scripts/layer-balancer w...
  • Additional commits viewable in compare view

Updates boto3 from 1.28.37 to 1.28.62

Changelog

Sourced from boto3's changelog.

1.28.62

  • enhancement:Dependencies: [botocore] Add support for urllib3 2.0 for Python 3.10+
  • api-change:ec2: [botocore] Documentation updates for Elastic Compute Cloud (EC2).
  • api-change:fsx: [botocore] After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.
  • api-change:marketplace-catalog: [botocore] This release adds support for Document type as an alternative for stringified JSON for StartChangeSet, DescribeChangeSet and DescribeEntity APIs
  • api-change:quicksight: [botocore] NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
  • api-change:transfer: [botocore] This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

1.28.61

  • api-change:omics: [botocore] Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API
  • api-change:rds: [botocore] Updates Amazon RDS documentation for corrections and minor improvements.
  • api-change:route53: [botocore] Add hostedzonetype filter to ListHostedZones API.
  • api-change:securityhub: [botocore] Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster
  • api-change:storagegateway: [botocore] Add SoftwareVersion to response of DescribeGatewayInformation.
  • api-change:workspaces: [botocore] This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.

1.28.60

  • api-change:appconfig: [botocore] AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.
  • api-change:datazone: [botocore] Initial release of Amazon DataZone
  • api-change:mediatailor: [botocore] Updates DescribeVodSource to include a list of ad break opportunities in the response
  • api-change:mgn: [botocore] This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.
  • api-change:sagemaker: [botocore] Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.

1.28.59

  • api-change:connect: [botocore] GetMetricDataV2 API: Update to include new metrics CONTACTS_RESOLVED_IN_X , AVG_HOLD_TIME_ALL_CONTACTS , AVG_RESOLUTION_TIME , ABANDONMENT_RATE , AGENT_NON_RESPONSE_WITHOUT_CUSTOMER_ABANDONS with added features: Interval Period, TimeZone, Negate MetricFilters, Extended date time range.
  • api-change:location: [botocore] Amazon Location Service adds support for bounding polygon queries. Additionally, the GeofenceCount field has been added to the DescribeGeofenceCollection API response.
  • api-change:mediaconvert: [botocore] This release adds the ability to replace video frames without modifying the audio essence.
  • api-change:oam: [botocore] This release adds support for sharing AWS::ApplicationInsights::Application resources.
  • api-change:sagemaker: [botocore] This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps.
  • api-change:wellarchitected: [botocore] AWS Well-Architected now supports Review Templates that allows you to create templates with pre-filled answers for Well-Architected and Custom Lens best practices.

1.28.58

  • api-change:bedrock-runtime: [botocore] Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
  • api-change:bedrock: [botocore] Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
  • api-change:ec2: [botocore] Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
  • api-change:managedblockchain: [botocore] Remove Rinkeby as option from Ethereum APIs

... (truncated)

Commits
  • ca13c52 Merge branch 'release-1.28.62'
  • f3df111 Bumping version to 1.28.62
  • 4b4ed21 Add changelog entries from botocore
  • cbe9683 Merge branch 'release-1.28.61' into develop
  • 777acd6 Merge branch 'release-1.28.61'
  • a9c9688 Bumping version to 1.28.61
  • 760dc4d Add changelog entries from botocore
  • 21266fc Merge branch 'release-1.28.60' into develop
  • 6a91df5 Merge branch 'release-1.28.60'
  • 204e265 Bumping version to 1.28.60
  • Additional commits viewable in compare view

Updates click from 8.1.6 to 8.1.7

Release notes

Sourced from click's releases.

8.1.7

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

Changelog

Sourced from click's changelog.

Version 8.1.7

Released 2023-08-17

  • Fix issue with regex flags in shell completion. :issue:2581
  • Bash version detection issues a warning instead of an error. :issue:2574
  • Fix issue with completion script for Fish shell. :issue:2567
Commits
  • 874ca2b release version 8.1.7
  • 6e1f6d3 completion(fish): add back ; as line endings in fish script (#2570)
  • a955c77 update fish enabling script
  • 3c1529e add back semicolons in fish script
  • a260ca6 Replace bash shell completion version error with warning (#2576)
  • d9db70c bash version support shows warning instead of error
  • 22b9b1c Fix incorrect passing of flags to re.sub (#2581)
  • d69d210 fix flake8 finding
  • af2da1e Fix incorrect passing of flags to re.sub
  • bb6a872 start version 8.1.7
  • Additional commits viewable in compare view

Updates black from 23.7.0 to 23.9.1

Release notes

Sourced from black's releases.

23.9.1

Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.

Packaging

  • Upgrade to mypy 1.5.1 (#3864)

Performance

  • Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (#3877)

23.9.0

Preview style

  • More concise formatting for dummy implementations (#3796)
  • In stub files, add a blank line between a statement with a body (e.g an if sys.version_info > (3, x):) and a function definition on the same level (#3862)
  • Fix a bug whereby spaces were removed from walrus operators within subscript(#3823)

Configuration

  • Black now applies exclusion and ignore logic before resolving symlinks (#3846)

Performance

  • Avoid importing IPython if notebook cells do not contain magics (#3782)
  • Improve caching by comparing file hashes as fallback for mtime and size (#3821)

Blackd

  • Fix an issue in blackd with single character input (#3558)

Integrations

  • Black now has an official pre-commit mirror. Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (#3828)
  • The .black.env folder specified by ENV_PATH will now be removed on the completion of the GitHub Action (#3759)
Changelog

Sourced from black's changelog.

23.9.1

Due to various issues, the previous release (23.9.0) did not include compiled mypyc wheels, which make Black significantly faster. These issues have now been fixed, and this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12 wheels in a future release as soon as the mypyc bug is fixed.

Packaging

  • Upgrade to mypy 1.5.1 (#3864)

Performance

  • Store raw tuples instead of NamedTuples in Black's cache, improving performance and decreasing the size of the cache (#3877)

23.9.0

Preview style

  • More concise formatting for dummy implementations (#3796)
  • In stub files, add a blank line between a statement with a body (e.g an if sys.version_info > (3, x):) and a function definition on the same level (#3862)
  • Fix a bug whereby spaces were removed from walrus operators within subscript(#3823)

Configuration

  • Black now applies exclusion and ignore logic before resolving symlinks (#3846)

Performance

  • Avoid importing IPython if notebook cells do not contain magics (#3782)
  • Improve caching by comparing file hashes as fallback for mtime and size (#3821)

Blackd

  • Fix an issue in blackd with single character input (#3558)

Integrations

  • Black now has an official pre-commit mirror. Swapping https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in your .pre-commit-config.yaml will make Black about 2x faster (#3828)
  • The .black.env folder specified by ENV_PATH will now be removed on the completion of the GitHub Action (#3759)
Commits

Updates mypy from 1.4.1 to 1.5.1

Commits

Updates pylint from 2.17.5 to 3.0.1

Commits
  • f2cded4 Bump pylint to 3.0.1, update changelog (#9119)
  • a1443ed Fix a crash for Enum class decorated with dataclass (#9104) (#9112)
  • 2d8a894 Fix false positive for inherit-non-class for generic Protocols (#9108) (#...
  • 4a7ad5e Bump pylint to 3.0.0, update changelog
  • 3cba15b Bump actions/setup-python from 4.7.0 to 4.7.1 (#9089)
  • 83bd48f [doc] Upgrade doc following the full implementation of pyupgrade in ruff
  • 31f40a9 [ruff conf] Simplify the ruff configuration
  • 1f3de87 [pre-commit] Remove pyupgrade and use ruff instead
  • 9c69801 Prevent stats loss (#9082)
  • ca8690a Merge maintenance 2.17.x into main (#9085)
  • Additional commits viewable in compare view

Updates types-requests from 2.31.0.2 to 2.31.0.8

Commits

Updates pytest from 7.4.1 to 7.4.2

Release notes

Sourced from pytest's releases.

pytest 7.4.2 (2023-09-07)

Bug Fixes

  • #11237: Fix doctest collection of functools.cached_property objects.

  • #11306: Fixed bug using --importmode=importlib which would cause package __init__.py files to be imported more than once in some cases.

  • #11367: Fixed bug where user_properties where not being saved in the JUnit XML file if a fixture failed during teardown.

  • #11394: Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation

  • #11391: Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
Commits
  • 45f34df Prepare release version 7.4.2
  • e4f022f Merge pull request #11406 from nicoddemus/backport-11404-to-7.4.x
  • 63b0c6f Use _pytest.pathlib.safe_exists in get_dirs_from_args
  • 884b911 Fix crash when passing a very long cmdline argument (#11404)
  • 6e49a74 [7.4.x] Fix doctest collection of functools.cached_property objects. (#11403)
  • 79c2012 [7.4.x] doc: Remove done training (#11400)
  • de69883 [7.4.x] improve plugin list disclaimer (#11398)
  • 1de00e9 [7.4.x] Fix import_path for packages (#11395)
  • 7f5d9b9 Fix user_properties not saved to XML if fixture errors during teardown (#11382)
  • 82eb86f Merge pull request #11377 from pytest-dev/release-7.4.1
  • 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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [pypdf](https://github.com/py-pdf/pypdf) | `3.16.2` | `3.16.3` |
| [pytz](https://github.com/stub42/pytz) | `2023.3` | `2023.3.post1` |
| [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.23.1` | `2.25.1` |
| [boto3](https://github.com/boto/boto3) | `1.28.37` | `1.28.62` |
| [click](https://github.com/pallets/click) | `8.1.6` | `8.1.7` |
| [black](https://github.com/psf/black) | `23.7.0` | `23.9.1` |
| [mypy](https://github.com/python/mypy) | `1.4.1` | `1.5.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.5` | `3.0.1` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.2` | `2.31.0.8` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.1` | `7.4.2` |


Updates `pypdf` from 3.16.2 to 3.16.3
- [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.2...3.16.3)

Updates `pytz` from 2023.3 to 2023.3.post1
- [Commits](stub42/pytz@release_2023.3...release_2023.3.post1)

Updates `aws-lambda-powertools` from 2.23.1 to 2.25.1
- [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.23.1...v2.25.1)

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

Updates `click` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.6...8.1.7)

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

Updates `mypy` from 1.4.1 to 1.5.1
- [Commits](python/mypy@v1.4.1...v1.5.1)

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

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

Updates `pytest` from 7.4.1 to 7.4.2
- [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.1...7.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Oct 8, 2023
@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2023

🦋 Changeset detected

Latest commit: 6a95177

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 Oct 8, 2023
@chizmw
Copy link
Owner

chizmw commented Oct 8, 2023

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2023

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

@dependabot dependabot bot closed this Oct 8, 2023
@dependabot dependabot bot deleted the dependabot/pip/dependencies-68e75250ee branch October 8, 2023 16:14
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