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 production-dependencies group with 6 updates #2332

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the production-dependencies group with 6 updates:

Package From To
pulumi-azure-native 2.74.0 2.76.0
pydantic 2.10.2 2.10.3
typer 0.14.0 0.15.1
ansible 11.0.0 11.1.0
ruff 0.8.1 0.8.2
coverage 7.6.8 7.6.9

Updates pulumi-azure-native from 2.74.0 to 2.76.0

Release notes

Sourced from pulumi-azure-native's releases.

v2.76.0

Does the PR have any schema changes?

Found 21 breaking changes:

Resources

  • 🔴 "azure-native:insights:AlertRule" missing

Functions

  • 🔴 "azure-native:insights:getAlertRule" missing

Types

  • 🔴 "azure-native:insights:LocationThresholdRuleCondition" missing
  • 🔴 "azure-native:insights:LocationThresholdRuleConditionResponse" missing
  • 🔴 "azure-native:insights:ManagementEventAggregationCondition" missing
  • 🔴 "azure-native:insights:ManagementEventAggregationConditionResponse" missing
  • 🔴 "azure-native:insights:ManagementEventRuleCondition" missing
  • 🔴 "azure-native:insights:ManagementEventRuleConditionResponse" missing
  • 🔴 "azure-native:insights:RuleEmailAction" missing
  • 🔴 "azure-native:insights:RuleEmailActionResponse" missing
  • 🔴 "azure-native:insights:RuleManagementEventClaimsDataSource" missing
  • 🔴 "azure-native:insights:RuleManagementEventClaimsDataSourceResponse" missing
  • 🔴 "azure-native:insights:RuleManagementEventDataSource" missing
  • 🔴 "azure-native:insights:RuleManagementEventDataSourceResponse" missing
  • 🔴 "azure-native:insights:RuleMetricDataSource" missing
  • 🔴 "azure-native:insights:RuleMetricDataSourceResponse" missing
  • 🔴 "azure-native:insights:RuleWebhookAction" missing
  • 🔴 "azure-native:insights:RuleWebhookActionResponse" missing
  • 🔴 "azure-native:insights:ThresholdRuleCondition" missing
  • 🔴 "azure-native:insights:ThresholdRuleConditionResponse" missing
  • 🔴 "azure-native:insights:TimeAggregationOperator" missing No new resources/functions.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-azure-native@v2.75.0...v2.76.0

v2.75.0

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

... (truncated)

Commits
  • f189550 Custom delete for dbforpostgresql:Configuration to reset to the correct defau...
  • a8e5e1c Preserve previous default versions in v3 (#3748)
  • 04edaa3 Strongly type ApiVersion and SdkVersion (#3753)
  • 5a1321b Automated SDK generation @ azure-rest-api-specs 2bde125befabb21807a2021765901...
  • 3fb97ec Remove aliases for lower-cased types introduced for v2 (#3749)
  • ee72d75 Leverage az provider list (#3707)
  • 50c3df9 Move and extend unit tests
  • b676487 Only add extra resources if live
  • a99a3d0 Prefer live versions for tracking
  • 8b19a4d Load 'az provider list' for use in versioning
  • Additional commits viewable in compare view

Updates pydantic from 2.10.2 to 2.10.3

Release notes

Sourced from pydantic's releases.

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

Full Changelog: pydantic/pydantic@v2.10.2...v2.10.3

Changelog

Sourced from pydantic's changelog.

v2.10.3 (2024-12-03)

GitHub release

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035
Commits
  • c326748 Prep for v2.10.3 release (#11038)
  • 68d35bf Fix url json schema in serialization mode (#11035)
  • fa69b4c Add a default_factory_takes_validated_data property to FieldInfo (#11034)
  • 435a703 Fix host required enforcement for urls to be compatible with v2.9 behavior (#...
  • b2c4548 Use the globals of the function when evaluating the return type for `PlainSer...
  • cb962c1 Do not resolve the JSON Schema reference for dict core schema keys (#10989)
  • 10ebcdf Set fields when defer_build is set on Pydantic dataclasses (#10984)
  • See full diff in compare view

Updates typer from 0.14.0 to 0.15.1

Release notes

Sourced from typer's releases.

0.15.1

Features

  • 🗑️ Deprecate shell_complete and continue to use autocompletion for CLI parameters. PR #974 by @​svlandeg.

Docs

Internal

0.15.0

Features

Internal

Changelog

Sourced from typer's changelog.

0.15.1

Features

  • 🗑️ Deprecate shell_complete and continue to use autocompletion for CLI parameters. PR #974 by @​svlandeg.

Docs

Internal

0.15.0

Features

Internal

Commits
  • 0b89650 🔖 Release version 0.15.1
  • bd89bf6 📝 Update release notes
  • 3b9ce47 ✏️ Fix a few typos in the source and documentation (#1028)
  • 95ba85f 📝 Update release notes
  • dbc335b 📝 Fix minor inconsistencies and typos in tutorial (#1067)
  • b88c327 📝 Update release notes
  • d8e56e2 🗑️ Deprecate shell_complete and continue to use autocompletion for CLI pa...
  • 5f378ee 📝 Update release notes
  • b826dc4 ✏️ Fix a few small typos in the documentation (#1077)
  • 9be60da 📝 Update release notes
  • Additional commits viewable in compare view

Updates ansible from 11.0.0 to 11.1.0

Commits
  • 8e16efe Ansible 11.1.0: Dependencies, changelog and porting guide (#505)
  • d55fb82 Document (re-)deprecation, cancelling deprecation, and re-adding collections;...
  • 1d46678 Remove ibm.spectrum_virtualize from Ansible 12 (#501)
  • f9a0208 Add 12/ directory (#504)
  • See full diff in compare view

Updates ruff from 0.8.1 to 0.8.2

Release notes

Sourced from ruff's releases.

0.8.2

Release Notes

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.8.2

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (#14748)
  • [pylint] Ignore @overload in PLR0904 (#14730)
  • [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596)
  • [ruff] Avoid emitting assignment-in-assert when all references to the assigned variable are themselves inside asserts (RUF018) (#14661)

Documentation

  • Improve docs for flake8-use-pathlib rules (#14741)
  • Improve error messages and docs for flake8-comprehensions rules (#14729)
  • [flake8-type-checking] Expands TC006 docs to better explain itself (#14749)
Commits

Updates coverage from 7.6.8 to 7.6.9

Changelog

Sourced from coverage's changelog.

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • 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 production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.74.0` | `2.76.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.2` | `2.10.3` |
| [typer](https://github.com/fastapi/typer) | `0.14.0` | `0.15.1` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `11.0.0` | `11.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |


Updates `pulumi-azure-native` from 2.74.0 to 2.76.0
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v2.74.0...v2.76.0)

Updates `pydantic` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.3)

Updates `typer` from 0.14.0 to 0.15.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.14.0...0.15.1)

Updates `ansible` from 11.0.0 to 11.1.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@11.0.0...11.1.0)

Updates `ruff` from 0.8.1 to 0.8.2
- [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.8.1...0.8.2)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

---
updated-dependencies:
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 04:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@JimMadge JimMadge closed this Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@JimMadge JimMadge reopened this Dec 9, 2024
@JimMadge JimMadge merged commit e4d057f into develop Dec 9, 2024
11 checks passed
@JimMadge JimMadge deleted the dependabot/pip/production-dependencies-49df9b3b75 branch December 9, 2024 09:34
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