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 11 updates #137

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 11 updates:

Package From To
mkdocs 1.5.2 1.5.3
mkdocs-material 9.3.1 9.4.1
types-requests 2.31.0.2 2.31.0.3
ruff 0.0.289 0.0.291
botocore 1.31.45 1.31.53
cryptography 41.0.3 41.0.4
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 mkdocs from 1.5.2 to 1.5.3

Release notes

Sourced from mkdocs's releases.

1.5.3

  • Fix mkdocs serve sometimes locking up all browser tabs when navigating quickly (#3390)

  • Add many new supported languages for "search" plugin - update lunr-languages to 1.12.0 (#3334)

  • Bugfix (regression in 1.5.0): In "readthedocs" theme the styling of "breadcrumb navigation" was broken for nested pages (#3383)

  • Built-in themes now also support Chinese (Traditional, Taiwan) language (#3370)

  • Plugins can now set File.page to their own subclass of Page. There is also now a warning if File.page is set to anything other than a strict subclass of Page. (#3367, #3381)

    Note that just instantiating a Page sets the file automatically, so care needs to be taken not to create an unneeded Page.

Other small improvements; see commit log.

Commits
  • 00b648f Release 1.5.3 (#3392)
  • 63b5045 Change PyPI deploy to rely on "trusted publishers" (#3400)
  • abb133f Fix new lint warnings
  • 8c79426 Abort livereload request before navigation (#3390)
  • f94ab3f Add zh_TW locale for built-in themes (#3370)
  • 0d6fc28 Merge pull request #3383 from mkdocs/breadcrumbs
  • 4bd896c Fix linkified breadcrumb items in readthedocs theme
  • c070dd0 Fix broken styling of breadcrumbs in readthedocs theme
  • 347c3a9 Apply automatic fixes from ruff, show diff in CI
  • 759e1e3 Keep the prior behavior of overwriting File.page (#3381)
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.3.1 to 9.4.1

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.4.1

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

mkdocs-material-9.4.0

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #3890: Development mode crash on Linux

mkdocs-material-9.3.2

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #6001: Contributor avatars display incorrectly in Firefox
  • Fixed #6000: Blog post drafts are included in navigation
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.4.1 (2023-09-22)

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

mkdocs-material-9.4.0 (2023-09-21)

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #3890: Development mode crashes on Linux

mkdocs-material-9.3.2+insiders-4.42.0 (2023-09-19)

  • Added support for using git submodules in projects plugin
  • Added support for transforming project configurations
  • Improved resilience of optimize and blog plugin
  • Fixed optimize plugin crashing on .jpeg extension
  • Fixed project URLs not using site URLs in projects plugin

mkdocs-material-9.3.2 (2023-09-19)

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #6001: Contributor avatars display incorrectly in Firefox
  • Fixed #6000: Blog post drafts are included in navigation

mkdocs-material-9.3.1+insiders-4.41.0 (2023-09-11)

  • Improved multi-instance support for optimize plugin
  • Added inclusion and exclusion patterns for optimize plugin
  • Added transparent keyword for color handling in social plugin
  • Changed default quality of PNGs to 3 in optimize plugin
  • Fixed #5979: meta file not detected in root of docs directory

mkdocs-material-9.3.1 (2023-09-11)

  • Fixed crash of group plugin when used together with hooks

mkdocs-material-9.3.0 (2023-09-11)

  • Improved configuration sharing between Community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

... (truncated)

Commits
  • a0206fd Documentation
  • 530c86b Prepare 9.4.1 release
  • 5f22d20 Merge branch 'master' of github.com:squidfunk/mkdocs-material
  • 5deec28 Switched content tabs to neutral color
  • c9e4a5e Improved colors and contrast in dark mode
  • b2236d2 Merge pull request #6060 from pawamoy/patch-7
  • 6179063 Fix typo in conventions
  • 8b44f1a Updated changelog
  • a0cc06b Prepare 9.4.0 release
  • ac918d6 Added comment to result selector
  • Additional commits viewable in compare view

Updates types-requests from 2.31.0.2 to 2.31.0.3

Commits

Updates ruff from 0.0.289 to 0.0.291

Release notes

Sourced from ruff's releases.

v0.0.291

What's Changed

Deprecations

The format command-line argument and configuration option has been renamed to output-format. While Ruff will continue to respect format when passed as a command-line argument or configuration option, this backwards-compatible support will be dropped in a future release. See: astral-sh/ruff#7514.

Rules

Settings

Bug Fixes

New Contributors

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

v0.0.290

What's Changed

... (truncated)

Commits

Updates botocore from 1.31.45 to 1.31.53

Changelog

Sourced from botocore's changelog.

1.31.53

  • api-change:braket: This release adds support to view the device queue depth (the number of queued quantum tasks and hybrid jobs on a device) and queue position for a quantum task and hybrid job.
  • api-change:dms: new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
  • api-change:ec2: EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
  • api-change:efs: Update efs client to latest version
  • api-change:guardduty: Add EKS_CLUSTER_NAME to filter and sort key.
  • api-change:mediaconvert: This release supports the creation of of audio-only tracks in CMAF output groups.

1.31.52

  • api-change:appconfig: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors
  • api-change:apprunner: This release adds improvements for managing App Runner auto scaling configuration resources. New APIs: UpdateDefaultAutoScalingConfiguration and ListServicesForAutoScalingConfiguration. Updated API: DeleteAutoScalingConfiguration.
  • api-change:codeartifact: Add support for the Swift package format.
  • api-change:kinesisvideo: Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
  • api-change:logs: Add ClientToken to QueryDefinition CFN Handler in CWL
  • api-change:s3: Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
  • api-change:servicediscovery: Adds a new DiscoverInstancesRevision API and also adds InstanceRevision field to the DiscoverInstances API response.
  • api-change:sso-oidc: Update FIPS endpoints in aws-us-gov.

1.31.51

  • api-change:ec2: This release adds support for C7i, and R7a instance types.
  • api-change:outposts: This release adds the InstanceFamilies field to the ListAssets response.
  • api-change:sagemaker: This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.

1.31.50

  • api-change:discovery: Add sensitive protection for customer information
  • api-change:macie2: This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers.
  • api-change:workmail: This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.

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

... (truncated)

Commits
  • 0270e90 Merge branch 'release-1.31.53'
  • 48a87d2 Bumping version to 1.31.53
  • fcdb070 Update to latest partitions and endpoints
  • a00f1ef Update to latest models
  • b92c6f6 fix param name for request_min_compression_size_bytes (#3018)
  • 6595ba4 Merge branch 'release-1.31.52' into develop
  • 3a48e4f Merge branch 'release-1.31.52'
  • a5bb20a Bumping version to 1.31.52
  • 8d2e588 Update to latest partitions and endpoints
  • 4195eb9 Update to latest models
  • Additional commits viewable in compare view

Updates cryptography from 41.0.3 to 41.0.4

Changelog

Sourced from cryptography's changelog.

41.0.4 - 2023-09-19


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.3.

.. _v41-0-3:

Commits

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 11 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.2` | `1.5.3` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.3.1` | `9.4.1` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.2` | `2.31.0.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.0.289` | `0.0.291` |
| [botocore](https://github.com/boto/botocore) | `1.31.45` | `1.31.53` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.3` | `41.0.4` |
| [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 `mkdocs` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.2...1.5.3)

Updates `mkdocs-material` from 9.3.1 to 9.4.1
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.3.1...9.4.1)

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

Updates `ruff` from 0.0.289 to 0.0.291
- [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.291)

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

Updates `cryptography` from 41.0.3 to 41.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.3...41.0.4)

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: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-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: cryptography
  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 22, 2023
@rafsaf
Copy link
Owner

rafsaf commented Sep 22, 2023

@dependabot rebase

@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-65c5d263ec branch September 22, 2023 22:05
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.

1 participant