-
Notifications
You must be signed in to change notification settings - Fork 15
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
JimMadge
merged 2 commits into
develop
from
dependabot/pip/production-dependencies-49df9b3b75
Dec 9, 2024
Merged
Bump the production-dependencies group with 6 updates #2332
JimMadge
merged 2 commits into
develop
from
dependabot/pip/production-dependencies-49df9b3b75
Dec 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
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
approved these changes
Dec 9, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 6 updates:
2.74.0
2.76.0
2.10.2
2.10.3
0.14.0
0.15.1
11.0.0
11.1.0
0.8.1
0.8.2
7.6.8
7.6.9
Updates
pulumi-azure-native
from 2.74.0 to 2.76.0Release notes
Sourced from pulumi-azure-native's releases.
... (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 testsb676487
Only add extra resources if livea99a3d0
Prefer live versions for tracking8b19a4d
Load 'az provider list' for use in versioningUpdates
pydantic
from 2.10.2 to 2.10.3Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
c326748
Prep for v2.10.3 release (#11038)68d35bf
Fix url json schema inserialization
mode (#11035)fa69b4c
Add adefault_factory_takes_validated_data
property toFieldInfo
(#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 fordict
core schema keys (#10989)10ebcdf
Set fields whendefer_build
is set on Pydantic dataclasses (#10984)Updates
typer
from 0.14.0 to 0.15.1Release notes
Sourced from typer's releases.
Changelog
Sourced from typer's changelog.
Commits
0b89650
🔖 Release version 0.15.1bd89bf6
📝 Update release notes3b9ce47
✏️ Fix a few typos in the source and documentation (#1028)95ba85f
📝 Update release notesdbc335b
📝 Fix minor inconsistencies and typos in tutorial (#1067)b88c327
📝 Update release notesd8e56e2
🗑️ Deprecateshell_complete
and continue to useautocompletion
for CLI pa...5f378ee
📝 Update release notesb826dc4
✏️ Fix a few small typos in the documentation (#1077)9be60da
📝 Update release notesUpdates
ansible
from 11.0.0 to 11.1.0Commits
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)Updates
ruff
from 0.8.1 to 0.8.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
b0e26e6
Bump version to 0.8.2 (#14789)e9941cd
[red-knot] Move standalone expr inference tofor
non-name target (#14788)43bf1a8
Add tests for "keyword as identifier" syntax errors (#14754)fda8b1f
[ruff
] Unnecessary cast toint
(RUF046
) (#14697)2d3f557
[red-knot] Fallback fortyping._NoDefaultType
(#14783)bd27bfa
[red-knot] Unifysetup_db()
functions, addTestDb
builder (#14777)155d34b
[red-knot] Infer precise types forlen()
calls (#14599)04c887c
Fix references forasync-busy-wait
(#14775)af43bd4
[red-knot] Gradual forms do not participate in equivalence/subtyping (#14758)6149177
Remove@
inpytest.mark.parametrize
rule messages (#14770)Updates
coverage
from 7.6.8 to 7.6.9Changelog
Sourced from coverage's changelog.
Commits
daac76d
docs: sample HTML for 7.6.9f7d7e42
docs: prep for 7.6.98fe3b2b
docs: thanks, Tomas Uribe for #1901346cfc0
fix: use set instead of list for arcs_executed, fixes poor performance (#1901)484678e
fix: COVERAGE_ONE_CORE should mean ctrace if possible37451ed
chore: make upgrade doc_upgradebd23445
chore: bump the action-dependencies group with 2 updates (#1899)01cf50c
test: add a test to satisfy a condition in results.py74d3c50
chore: make upgradef3b269c
build: only comment once on an issue mentioned twiceDependabot 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