Bump(requirements): Bump the prod group across 3 directories with 3 updates#10
Open
dependabot[bot] wants to merge 1 commit intodevelfrom
Open
Bump(requirements): Bump the prod group across 3 directories with 3 updates#10dependabot[bot] wants to merge 1 commit intodevelfrom
dependabot[bot] wants to merge 1 commit intodevelfrom
Conversation
…pdates Bumps the prod group with 1 update in the / directory: [mike](https://github.com/jimporter/mike). Bumps the prod group with 2 updates in the /ansible_collections/arista/avd directory: [pyavd[ansible-collection]](https://github.com/aristanetworks/avd) and [ruff](https://github.com/astral-sh/ruff). Bumps the prod group with 1 update in the /python-avd directory: [ruff](https://github.com/astral-sh/ruff). Updates `mike` from 1.1.2 to 2.1.3 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v1.1.2...v2.1.3) Updates `pyavd[ansible-collection]` from 5.2.0.dev2 to 5.2.0 - [Release notes](https://github.com/aristanetworks/avd/releases) - [Commits](aristanetworks/avd@v5.2.0-dev2...v5.2.0) Updates `ruff` from 0.9.2 to 0.9.5 - [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.9.2...0.9.5) Updates `ruff` from 0.9.2 to 0.9.5 - [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.9.2...0.9.5) --- updated-dependencies: - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod - dependency-name: pyavd[ansible-collection] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: prod - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review docs on Read the Docs To test this pull request: # Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-10
# Activate the virtual environment
source test-avd-pr-10/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@dependabot/pip/prod-5689b6b868#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,dependabot/pip/prod-5689b6b868 --force
# Optional: Install AVD examples
cd test-avd-pr-10
ansible-playbook arista.avd.install_examples |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 prod group with 1 update in the / directory: mike.
Bumps the prod group with 2 updates in the /ansible_collections/arista/avd directory: pyavd[ansible-collection] and ruff.
Bumps the prod group with 1 update in the /python-avd directory: ruff.
Updates
mikefrom 1.1.2 to 2.1.3Release notes
Sourced from mike's releases.
... (truncated)
Changelog
Sourced from mike's changelog.
... (truncated)
Commits
c4e9608Update version to 2.1.33b19e27Announce the previous changedd9826aConsult deploy prefix when deleting files during deploy; resolves #22791cf5eeProperly escape parameters in regex90cf131Update version to 2.2.0.dev062aaeafUpdate version to 2.1.23f7d756Use "--" to disambiguate Git arguments in a few more places; resolves #2185e6970dBelatedly update copyright year9291efbUpdate version to 2.2.0.dev00bdfe24Update version to 2.1.1Updates
pyavd[ansible-collection]from 5.2.0.dev2 to 5.2.0Release notes
Sourced from pyavd[ansible-collection]'s releases.
... (truncated)
Commits
6d2c93cBump: Release 5.2.0 (#4996)06262b5Refactor(eos_designs): structured_config for network_services router_bgp (#4961)520ec21Refactor(eos_designs): Refactor network_service vxlan_interfaces (#4962)8539c58Fix(eos_cli_config_gen): Fix the errdisable documentation J2 expects recovery...dd8f901Refactor(eos_designs): Refactor eos_designs structured_config code for ip_nat...8e7752bRefactor(eos_designs): Refactor structured_config code forunderlay/as.py(...394a23fDoc(eos_designs): Add missing node type L3 port-channels configuration table ...ec6c62bFeat(eos_cli_config_gen): Add support for mpls tunnel termination settings (#...b9f146dRefactor(eos_designs): structured_config for core_interfaces_and_l3_edge/rout...217695bRefactor(eos_designs): Refactor eos_designs structured_config code for `route...Updates
rufffrom 0.9.2 to 0.9.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
10d3e64Bump version to 0.9.5 (#16002)84ceddc[ruff] Classes with mixed type variable style (RUF053) (#15841)ba2f0e9[flake8-pyi] Add autofix for unused-private-type-var (PYI018) (#15999)18b497a[red-knot] Fixup a couple of nits in thered_knot_testREADME (#15996)7cac0daWorkaround Even Better TOML crash related toallOf(#15992)b66cc94Add deprecation warning forruff-lsprelated settings (#15850)e345307[red-knot] Fix diagnostic range for non-iterable unpacking assignments (#15994)5588c75[red-knot] Fix relative imports insrc.root(#15990)9d2105badd instance variable examples to RUF012 (#15982)8fcac0fRecognize all symbols namedTYPE_CHECKINGforin_type_checking_block(#15...Updates
rufffrom 0.9.2 to 0.9.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
10d3e64Bump version to 0.9.5 (#16002)84ceddc[ruff] Classes with mixed type variable style (RUF053) (#15841)ba2f0e9[flake8-pyi] Add autofix for unused-private-type-var (PYI018) (#15999)18b497a[red-knot] Fixup a couple of nits in thered_knot_testREADME (#15996)7cac0daWorkaround Even Better TOML crash related toallOf(#15992)b66cc94Add deprecation warning forruff-lsprelated settings (#15850)e345307[red-knot] Fix diagnostic range for non-iterable unpacking assignments (#15994)5588c75[red-knot] Fix relative imports insrc.root(#15990)9d2105badd instance variable examples to RUF012 (#15982)8fcac0fRecognize all symbols namedTYPE_CHECKINGforin_type_checking_block(#15...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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