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

Bump the dev-dependencies group with 7 updates #132

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the dev-dependencies group with 7 updates:

Package From To
ruff 0.0.289 0.0.290
botocore 1.31.45 1.31.49
filelock 3.12.3 3.12.4
identify 2.5.28 2.5.29
mkdocstrings-python 1.6.3 1.7.0
portalocker 2.7.0 2.8.2
typing-extensions 4.7.1 4.8.0

Updates ruff from 0.0.289 to 0.0.290

Release notes

Sourced from ruff's releases.

v0.0.290

What's Changed

Rules

Settings

Bug Fixes

Preview

What's this section?

New Contributors

Full Changelog: astral-sh/ruff@v0.0.289...v0.0.290

Commits

Updates botocore from 1.31.45 to 1.31.49

Changelog

Sourced from botocore's changelog.

1.31.49

  • api-change:appstream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • api-change:connect: New rule type (OnMetricDataUpdate) has been added
  • api-change:datasync: Documentation-only updates for AWS DataSync.
  • api-change:sagemaker: This release introduces Skip Model Validation for Model Packages

1.31.48

  • api-change:appstream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
  • api-change:cloudformation: Documentation updates for AWS CloudFormation
  • api-change:entityresolution: Changed "ResolutionTechniques" and "MappedInputFields" in workflow and schema mapping operations to be required fields.
  • api-change:lookoutequipment: This release adds APIs for the new scheduled retraining feature.

1.31.47

  • api-change:cloud9: Update to include information on Ubuntu 18 deprecation.
  • api-change:drs: Updated existing APIs and added new ones to support using AWS Elastic Disaster Recovery post-launch actions. Added support for new regions.
  • api-change:firehose: DocumentIdOptions has been added for the Amazon OpenSearch destination.
  • api-change:guardduty: Add managementType field to ListCoverage API response.
  • api-change:internetmonitor: This release updates the Amazon CloudWatch Internet Monitor API domain name.
  • api-change:ivs-realtime: Doc only update that changes description for ParticipantToken.
  • api-change:simspaceweaver: Edited the introductory text for the API reference.
  • api-change:xray: Add StartTime field in GetTraceSummaries API response for each TraceSummary.

1.31.46

  • api-change:ec2: This release adds support for restricting public sharing of AMIs through AMI Block Public Access
  • api-change:events: Update events client to latest version
  • api-change:kendra: Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.
Commits
  • 7ab4d47 Merge branch 'release-1.31.49'
  • d66ed0f Bumping version to 1.31.49
  • ecec3f7 Update to latest partitions and endpoints
  • c689dac Update to latest models
  • 4710df7 Merge branch 'release-1.31.48'
  • 2322be0 Merge branch 'release-1.31.48' into develop
  • cc5b4c8 Bumping version to 1.31.48
  • 6edee4d Update to latest partitions and endpoints
  • 15d326a Update to latest models
  • a635106 Merge branch 'release-1.31.47'
  • Additional commits viewable in compare view

Updates filelock from 3.12.3 to 3.12.4

Release notes

Sourced from filelock's releases.

3.12.4

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.12.3...3.12.4

Commits

Updates identify from 2.5.28 to 2.5.29

Commits

Updates mkdocstrings-python from 1.6.3 to 1.7.0

Release notes

Sourced from mkdocstrings-python's releases.

1.7.0

1.7.0 - 2023-09-14

Compare with 1.6.3

Features

  • Add option to unwrap Annotated types (53db04b by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.7.0 - 2023-09-14

Compare with 1.6.3

Features

  • Add option to unwrap Annotated types (53db04b by Timothée Mazzucotelli).
Commits

Updates portalocker from 2.7.0 to 2.8.2

Release notes

Sourced from portalocker's releases.

v2.8.2

Removed docs from build to fix #88 again

v2.8.1

Removed docs from build to fix #88

v2.8.0

Added support for Python 3.11 and 3.12 thanks to @​hugovk. Made the package fully ruff, pyright and mypy compliant with automated testsing using both tox and Github actions

Commits

Updates typing-extensions from 4.7.1 to 4.8.0

Release notes

Sourced from typing-extensions's releases.

4.8.0

Changes since 4.7.1:

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe

No changes since 4.8.0rc1.

4.8.0rc1

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe
Changelog

Sourced from typing-extensions's changelog.

Release 4.8.0 (September 17, 2023)

No changes since 4.8.0rc1.

Release 4.8.0rc1 (September 7, 2023)

  • Add typing_extensions.Doc, as proposed by PEP 727. Patch by Sebastián Ramírez.
  • Drop support for Python 3.7 (including PyPy-3.7). Patch by Alex Waygood.
  • Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class. Patch by Alex Waygood (backporting python/cpython#107584, by James Hilton-Balfe).
  • Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11. Patch by James Hilton-Balfe
Commits

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 dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.289` | `0.0.290` |
| [botocore](https://github.com/boto/botocore) | `1.31.45` | `1.31.49` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.12.3` | `3.12.4` |
| [identify](https://github.com/pre-commit/identify) | `2.5.28` | `2.5.29` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.6.3` | `1.7.0` |
| [portalocker](https://github.com/wolph/portalocker) | `2.7.0` | `2.8.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.7.1` | `4.8.0` |


Updates `ruff` from 0.0.289 to 0.0.290
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.289...v0.0.290)

Updates `botocore` from 1.31.45 to 1.31.49
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.31.45...1.31.49)

Updates `filelock` from 3.12.3 to 3.12.4
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.12.3...3.12.4)

Updates `identify` from 2.5.28 to 2.5.29
- [Commits](pre-commit/identify@v2.5.28...v2.5.29)

Updates `mkdocstrings-python` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.6.3...1.7.0)

Updates `portalocker` from 2.7.0 to 2.8.2
- [Release notes](https://github.com/wolph/portalocker/releases)
- [Changelog](https://github.com/wolph/portalocker/blob/develop/CHANGELOG.rst)
- [Commits](wolph/portalocker@v2.7.0...v2.8.2)

Updates `typing-extensions` from 4.7.1 to 4.8.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.7.1...4.8.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: botocore
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: filelock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocstrings-python
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: portalocker
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typing-extensions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

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

@dependabot dependabot bot closed this Sep 22, 2023
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-b10b1633c8 branch September 22, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants