Skip to content

Commit

Permalink
chore(deps-dev): bump the python-development group with 1 update (#401)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the python-development group with 1 update

Bumps the python-development group with 1 update: [molecule](https://github.com/ansible-community/molecule).

- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: molecule
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-development
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: set correct test env var

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ari Kalfus <[email protected]>
  • Loading branch information
dependabot[bot] and artis3n authored Dec 21, 2023
1 parent 4a60487 commit 8ffba61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ jobs:
- name: Molecule - State Present
run: poetry run molecule test --scenario-name oauth
env:
# Note the use of the oauth client secret
TAILSCALE_CI_KEY: "${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}"
TAILSCALE_OAUTH_CLIENT_SECRET: "${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}"

molecule-headscale:
name: "Test Headscale Compatibility"
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ansible = "^9.1.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^6.22.1", markers = "platform_system != 'Windows'" }
molecule = "^6.0.2"
molecule = "^6.0.3"
molecule-plugins = {extras = ["docker"], version = "^23.5.0"}
pre-commit = "^3.6.0"
pytest = "^7.4.2"
Expand Down

0 comments on commit 8ffba61

Please sign in to comment.