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 12 updates #304

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the dev-dependencies group with 12 updates:

Package From To
mkdocs 1.6.0 1.6.1
mkdocs-material 9.5.33 9.5.34
mkdocstrings 0.25.2 0.26.0
ruff 0.6.2 0.6.3
botocore 1.35.6 1.35.10
certifi 2024.7.4 2024.8.30
google-api-core 2.19.1 2.19.2
googleapis-common-protos 1.64.0 1.65.0
mkdocs-autorefs 1.1.0 1.2.0
mkdocstrings-python 1.10.8 1.10.9
protobuf 5.27.3 5.28.0
watchdog 4.0.2 5.0.0

Updates mkdocs from 1.6.0 to 1.6.1

Release notes

Sourced from mkdocs's releases.

1.6.1

Version 1.6.1 (Friday 30th August, 2024)

Fixed

  • Fix build error when environment variable SOURCE_DATE_EPOCH=0 is set. #3795
  • Fix build error when mkdocs_theme.yml config is empty. #3700
  • Support python -W and PYTHONWARNINGS instead of overriding the configuration. #3809
  • Support running with Docker under strict mode, by removing 0.0.0.0 dev server warning. #3784
  • Drop unnecessary changefreq from sitemap.xml. #3629
  • Fix JavaScript console error when closing menu dropdown. #3774
  • Fix JavaScript console error that occur on repeated clicks. #3730
  • Fix JavaScript console error that can occur on dropdown selections. #3694

Added

  • Added translations for Dutch. #3804
  • Added and updated translations for Chinese (Simplified). #3684
Commits

Updates mkdocs-material from 9.5.33 to 9.5.34

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.34

  • Updated Mermaid.js to version 11 (latest)

Thanks go to @​manselmi for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.34 (2024-08-31)

  • Updated Mermaid.js to version 11 (latest)

mkdocs-material-9.5.33 (2024-08-23)

  • Fixed #7453: Incorrect position of tooltip when sorting table

mkdocs-material-9.5.32 (2024-08-19)

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)

  • Fixed #7410: Instant previews jump on content tabs with anchor links
  • Fixed #7408: Instant previews jump on content tabs

mkdocs-material-9.5.31 (2024-08-02)

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK

mkdocs-material-9.5.30 (2024-07-23)

  • Fixed #7380: Navigation icons disappearing on hover in Safari
  • Fixed #7367: Blog readtime computation includes SVG text content

mkdocs-material-9.5.29 (2024-07-14)

  • Updated Galician translations
  • Fixed #7362: Annotations in figure captions rendering incorrectly

mkdocs-material-9.5.28 (2024-07-02)

  • Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

mkdocs-material-9.5.27 (2024-06-16)

  • Updated Estonian translations

mkdocs-material-9.5.26 (2024-06-06)

  • Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #7230: Blog author avatar broken when referring to local file

mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)

  • Fixed projects plugin crashing when serving before building subprojects

mkdocs-material-9.5.25 (2024-05-27)

... (truncated)

Commits

Updates mkdocstrings from 0.25.2 to 0.26.0

Release notes

Sourced from mkdocstrings's releases.

0.26.0

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

Changelog

Sourced from mkdocstrings's changelog.

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

Commits
  • b1aa042 chore: Prepare release 0.26.0
  • b63e726 feat: Allow hooking into autorefs when converting Markdown docstrings
  • 3c878b7 chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warning
  • 28565f9 build: Upgrade Python-Markdown lower bound to 3.6
  • 52fad11 style: Format
  • c6ca522 docs: Fix dead link
  • 8041ef3 docs: Update code highlight lines
  • 4787d03 docs: Add FastAPI to "Used by" section in readme
  • 4a47f4f docs: Update handlers lists
  • d01d6f5 docs: Don't auto-highlight inline code
  • Additional commits viewable in compare view

Updates ruff from 0.6.2 to 0.6.3

Release notes

Sourced from ruff's releases.

0.6.3

Release Notes

Preview features

  • [flake8-simplify] Extend open-file-with-context-handler to work with dbm.sqlite3 (SIM115) (#13104)
  • [pycodestyle] Disable E741 in stub files (.pyi) (#13119)
  • [pydoclint] Avoid DOC201 on explicit returns in functions that only return None (#13064)

Rule changes

  • [flake8-async] Disable check for asyncio before Python 3.11 (ASYNC109) (#13023)

Bug fixes

  • [FastAPI] Avoid introducing invalid syntax in fix for fast-api-non-annotated-dependency (FAST002) (#13133)
  • [flake8-implicit-str-concat] Normalize octals before merging concatenated strings in single-line-implicit-string-concatenation (ISC001) (#13118)
  • [flake8-pytest-style] Improve help message for pytest-incorrect-mark-parentheses-style (PT023) (#13092)
  • [pylint] Avoid autofix for calls that aren't min or max as starred expression (PLW3301) (#13089)
  • [ruff] Add datetime.time, datetime.tzinfo, and datetime.timezone as immutable function calls (RUF009) (#13109)
  • [ruff] Extend comment deletion for RUF100 to include trailing text from noqa directives while preserving any following comments on the same line, if any (#13105)
  • Fix dark theme on initial page load for the Ruff playground (#13077)

Contributors

Install ruff 0.6.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.3/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.3

Preview features

  • [flake8-simplify] Extend open-file-with-context-handler to work with dbm.sqlite3 (SIM115) (#13104)
  • [pycodestyle] Disable E741 in stub files (.pyi) (#13119)
  • [pydoclint] Avoid DOC201 on explicit returns in functions that only return None (#13064)

Rule changes

  • [flake8-async] Disable check for asyncio before Python 3.11 (ASYNC109) (#13023)

Bug fixes

  • [FastAPI] Avoid introducing invalid syntax in fix for fast-api-non-annotated-dependency (FAST002) (#13133)
  • [flake8-implicit-str-concat] Normalize octals before merging concatenated strings in single-line-implicit-string-concatenation (ISC001) (#13118)
  • [flake8-pytest-style] Improve help message for pytest-incorrect-mark-parentheses-style (PT023) (#13092)
  • [pylint] Avoid autofix for calls that aren't min or max as starred expression (PLW3301) (#13089)
  • [ruff] Add datetime.time, datetime.tzinfo, and datetime.timezone as immutable function calls (RUF009) (#13109)
  • [ruff] Extend comment deletion for RUF100 to include trailing text from noqa directives while preserving any following comments on the same line, if any (#13105)
  • Fix dark theme on initial page load for the Ruff playground (#13077)
Commits
  • ee258ca Bump version to 0.6.3 (#13152)
  • b4d9d26 Update faq.md to highlight changes to src (#13145)
  • a998320 [ruff] - extend comment deletions for unused-noqa (RUF100) (#13105)
  • 770ef2a [red-knot] support deferred evaluation of type expressions (#13131)
  • c6023c0 [red-knot] Add docs on using RAYON_NUM_THREADS for better logging (#13140)
  • df694ca [FastAPI] Avoid introducing invalid syntax in fix for `fast-api-non-annotat...
  • 2e75cfb Format PYI examples in docs as .pyi-file snippets (#13116)
  • cfafaa7 [red-knot] Remove very noisy tracing call when resolving ImportFrom stateme...
  • 3e9c7ad Replace crates by dependi for VS Code Dev Container (#13125)
  • 81cd438 red-knot: infer and display ellipsis type (#13124)
  • Additional commits viewable in compare view

Updates botocore from 1.35.6 to 1.35.10

Changelog

Sourced from botocore's changelog.

1.35.10

  • api-change:backup: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

1.35.9

  • api-change:bedrock-agent-runtime: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
  • api-change:bedrock-runtime: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
  • api-change:personalize: This releases ability to update automatic training scheduler for customer solutions
  • api-change:quicksight: Increased Character Limit for Dataset Calculation Field expressions
  • api-change:stepfunctions: This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
  • api-change:wafv2: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

1.35.8

  • api-change:appconfig: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
  • api-change:datazone: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
  • api-change:devicefarm: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
  • api-change:ec2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
  • api-change:internetmonitor: Adds new querying types to show overall traffic suggestion information for monitors
  • api-change:pcs: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
  • api-change:workspaces: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

1.35.7

  • api-change:bedrock: Amazon Bedrock SDK updates for Inference Profile.
  • api-change:bedrock-runtime: Amazon Bedrock SDK updates for Inference Profile.
  • api-change:chatbot: Update documentation to be consistent with the API docs
  • api-change:omics: Adds data provenance to import jobs from read sets and references
  • api-change:polly: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).
Commits
  • 6e846e8 Merge branch 'release-1.35.10'
  • 6cb9ba2 Bumping version to 1.35.10
  • 8c5e3e5 Update endpoints model
  • 5b5356f Update to latest models
  • 3428c19 Merge branch 'release-1.35.9' into develop
  • 606af07 Merge branch 'release-1.35.9'
  • 764d893 Bumping version to 1.35.9
  • 9a37f04 Update to latest models
  • c294152 Merge branch 'release-1.35.8' into develop
  • fbd8b1e Merge branch 'release-1.35.8'
  • Additional commits viewable in compare view

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates google-api-core from 2.19.1 to 2.19.2

Release notes

Sourced from google-api-core's releases.

v2.19.2

2.19.2 (2024-08-16)

Bug Fixes

  • Fail gracefully if could not import rpc_status module (#680) (7ccbf57)
Changelog

Sourced from google-api-core's changelog.

2.19.2 (2024-08-16)

Bug Fixes

  • Fail gracefully if could not import rpc_status module (#680) (7ccbf57)
Commits

Updates googleapis-common-protos from 1.64.0 to 1.65.0

Release notes

Sourced from googleapis-common-protos's releases.

v1.65.0

1.65.0 (2024-08-27)

Features

  • Add field experimental_features to message PythonSettings (#249) (139490f)
Changelog

Sourced from googleapis-common-protos's changelog.

1.65.0 (2024-08-27)

Features

  • Add field experimental_features to message PythonSettings (#249) (139490f)
Commits

Updates mkdocs-autorefs from 1.1.0 to 1.2.0

Release notes

Sourced from mkdocs-autorefs's releases.

1.2.0

1.2.0 - 2024-09-01

Compare with 1.1.0

Features

  • Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
  • Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52

Bug Fixes

  • Don't ignore identifiers containing spaces and slashes (b36a0d1 by Timothée Mazzucotelli). Issue-55

Code Refactoring

  • Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
  • Use %s formatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).
Changelog

Sourced from mkdocs-autorefs's changelog.

1.2.0 - 2024-09-01

Compare with 1.1.0

Features

  • Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
  • Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52

Bug Fixes

  • Don't ignore identifiers containing spaces and slashes (b36a0d1 by Timothée Mazzucotelli). Issue-55

Code Refactoring

  • Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
  • Use %s formatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).
Commits
  • 40940c5 chore: Prepare release 1.2.0
  • fb8df98 feat: Provide hook interface, use it to expand identifiers, attach additional...
  • b36a0d1 fix: Don't ignore identifiers containing spaces and slashes
  • 4f2be46 refactor: Emit deprecation warnings when old-style spans are found
  • e422990 chore: Add YORE comments
  • 2916eb2 feat: Add option to resolve autorefs to closest URLs when multiple ones are f...
  • a927bab docs: Reword plugin class docstring
  • a99a99c refactor: Remove unnecessary try/else clause
  • 0cedf9d refactor: Use %s formatting instead of f-strings in log messages
  • a6e3090 chore: Clean up check duty
  • Additional commits viewable in compare view

Updates mkdocstrings-python from 1.10.8 to 1.10.9

Release notes

Sourced from mkdocstrings-python's releases.

1.10.9

1.10.9 - 2024-08-30

Compare with 1.10.8

Build

  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).

Code Refactoring

  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.10.9 - 2024-08-30

Compare with 1.10.8

Build

  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).

Code Refactoring

  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).
Commits
  • 2d59cdb chore: Prepare release 1.10.9
  • 68cb72f refactor: Use new autorefs syntax
  • 2299ab5 build: Explicitly depend on mkdocs-autorefs to be able to specify lower bound
  • 81d698e chore: Clean up check duty
  • See full diff in compare view

Updates protobuf from 5.27.3 to 5.28.0

Commits
  • 439c42c Updating version.json and repo version numbers to: 28.0
  • c9454f4 Remove --copt="-Werror" from .bazelrc (#18005)
  • f5a1b17 Move -Werror to our test/dev bazelrc files. (#17938)
  • 0c9e14a Merge pull request #17917 from thomasvl/patch_objc_to_28
  • 6a6ebe4 Merge pull request #17919 from protocolbuffers/28.x-202408221734
  • 09ba2bb Updating version.json and repo version numbers to: 28.0-dev
  • e340f52 Updating version.json and repo version numbers to: 28.0-rc3
  • b276420 [ObjC] Issue stderr warnings for deprecated generation options.
  • 13f850d Merge pull request #17913 from protocolbuffers/cp-compat-upgrade
  • 6bf01c5 Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, Repe...
  • Additional commits viewable in compare view

Updates watchdog from 4.0.2 to 5.0.0

Release notes

Sourced from watchdog's releases.

5.0.0

Breaking Changes

  • Drop support for Python 3.8 (#1055)
  • [core] Enforced usage of proper keyword-arguments (#1057)
  • [core] Renamed the BaseObserverSubclassCallable class to ObserverType (#1055)
  • [inotify] Renamed the inotify_event_struct class to InotifyEventStruct (#1055)
  • [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError (#1057)
  • [inotify] Removed the InotifyConstants.IN_CLOSE constant (#1046)
  • [watchmedo] Renamed the LogLevelException exception to LogLevelError (#1057)
  • [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError (#1057)
  • [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation (#1055)
  • [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant (#1057)

Other Changes

  • [core] Enable disallow_untyped_calls Mypy rule (#1055)
  • [core] Enable disallow_untyped_defs Mypy rule (#1060)
  • [core] Improve typing references for events (#1040)
  • [inotify] Add support for IN_CLOSE_NOWRITE events. A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced (#1046)

💟 Thanks to our beloved contributors: @​BoboTiG

Changelog

Sourced from watchdog's changelog.

5.0.0


2024-08-26 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.2...v5.0.0>`__

Breaking Changes

  • Drop support for Python 3.8 ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [core] Enforced usage of proper keyword-arguments ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [core] Renamed the BaseObserverSubclassCallable class to ObserverType ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [inotify] Renamed the inotify_event_struct class to InotifyEventStruct ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [inotify] Removed the InotifyConstants.IN_CLOSE constant ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) &lt;https://github.com/gorakhargosh/watchdog/pull/1046&gt;__)
  • [watchmedo] Renamed the LogLevelException exception to LogLevelError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)
  • [windows] Renamed the FILE_NOTIFY_INFORMATION class to FileNotifyInformation ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [windows] Removed the unused WATCHDOG_TRAVERSE_MOVED_DIR_DELAY constant ([#1057](https://github.com/gorakhargosh/watchdog/issues/1057) &lt;https://github.com/gorakhargosh/watchdog/pull/1057&gt;__)

Other Changes

  • [core] Enable disallow_untyped_calls Mypy rule ([#1055](https://github.com/gorakhargosh/watchdog/issues/1055) &lt;https://github.com/gorakhargosh/watchdog/pull/1055&gt;__)
  • [core] Enable disallow_untyped_defs Mypy rule ([#1060](https://github.com/gorakhargosh/watchdog/issues/1060) &lt;https://github.com/gorakhargosh/watchdog/pull/1060&gt;__)
  • [core] Improve typing references for events ([#1040](https://github.com/gorakhargosh/watchdog/issues/1040) &lt;https://github.com/gorakhargosh/watchdog/issues/1040&gt;__)
  • [inotify] Add support for IN_CLOSE_NOWRITE events. A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced ([#1046](https://github.com/gorakhargosh/watchdog/issues/1046) &lt;https://github.com/gorakhargosh/watchdog/pull/1046&gt;__)
  • Thanks to our beloved contributors: @​BoboTiG
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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.33` | `9.5.34` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.3` |
| [botocore](https://github.com/boto/botocore) | `1.35.6` | `1.35.10` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [google-api-core](https://github.com/googleapis/python-api-core) | `2.19.1` | `2.19.2` |
| [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) | `1.64.0` | `1.65.0` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.1.0` | `1.2.0` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.8` | `1.10.9` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.27.3` | `5.28.0` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.2` | `5.0.0` |


Updates `mkdocs` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.6.0...1.6.1)

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

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

Updates `ruff` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.2...0.6.3)

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

Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `google-api-core` from 2.19.1 to 2.19.2
- [Release notes](https://github.com/googleapis/python-api-core/releases)
- [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-core@v2.19.1...v2.19.2)

Updates `googleapis-common-protos` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/googleapis/python-api-common-protos/releases)
- [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-common-protos@v1.64.0...v1.65.0)

Updates `mkdocs-autorefs` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.1.0...1.2.0)

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

Updates `protobuf` from 5.27.3 to 5.28.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.3...v5.28.0)

Updates `watchdog` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.2...v5.0.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-patch
  dependency-group: dev-dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: certifi
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: google-api-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: googleapis-common-protos
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mkdocs-autorefs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mkdocstrings-python
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: protobuf
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: watchdog
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

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

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-133f97872f branch September 9, 2024 15:55
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