Skip to content

Merge stable into develop#1199

Open
infrahub-github-bot-app[bot] wants to merge 14 commits into
developfrom
stable
Open

Merge stable into develop#1199
infrahub-github-bot-app[bot] wants to merge 14 commits into
developfrom
stable

Conversation

@infrahub-github-bot-app

@infrahub-github-bot-app infrahub-github-bot-app Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Merging stable into develop after merging pull request #1191.


Summary by cubic

Updates CI to actions/setup-python@v7 and actions/setup-node@v7, bumps websocket-driver, body-parser, webpack-dev-server, and shell-quote in docs, and updates the Python SDK compatibility matrix (adds 1.10.x and latest pin mappings). Keeps builds and docs current.

  • Dependencies
    • Bump actions/setup-python from v6 to v7 in .github/workflows/ci.yml, .github/workflows/release.yml, and .github/workflows/publish-pypi.yml.
    • Bump actions/setup-node from v5 to v7 in .github/workflows/ci.yml.
    • Bump websocket-driver from 0.7.4 to 0.7.5, body-parser from 1.20.5 to 1.20.6, webpack-dev-server from 5.2.5 to 5.2.6, and shell-quote from 1.8.4 to 1.10.0 in docs/package-lock.json.

Written for commit bf5cafe. Summary will update on new commits.

Review in cubic

opsmill-bot and others added 5 commits July 15, 2026 18:54
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5.
- [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md)
- [Commits](faye/websocket-driver-node@0.7.4...0.7.5)

---
updated-dependencies:
- dependency-name: websocket-driver
  dependency-version: 0.7.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/actions/setup-python-7

chore(deps): bump actions/setup-python from 6 to 7
@github-actions github-actions Bot added the group/ci Issue related to the CI pipeline label Jul 21, 2026
…e/actions/setup-node-7

chore(deps): bump actions/setup-node from 5 to 7
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploying infrahub-sdk-python with  Cloudflare Pages  Cloudflare Pages

Latest commit: bf5cafe
Status: ✅  Deploy successful!
Preview URL: https://f8cf4d80.infrahub-sdk-python.pages.dev

View logs

dependabot Bot and others added 4 commits July 21, 2026 13:08
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.4...v1.10.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.5...v5.2.6)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…bsocket-driver-0.7.5

chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /docs
@github-actions github-actions Bot added the type/documentation Improvements or additions to documentation label Jul 21, 2026
@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@             Coverage Diff             @@
##           develop    #1199      +/-   ##
===========================================
- Coverage    82.97%   82.65%   -0.33%     
===========================================
  Files          139      139              
  Lines        13218    12354     -864     
  Branches      2097     1851     -246     
===========================================
- Hits         10968    10211     -757     
+ Misses        1633     1575      -58     
+ Partials       617      568      -49     
Flag Coverage Δ
integration-tests 40.43% <ø> (-0.43%) ⬇️
python-3.10 56.50% <ø> (-0.84%) ⬇️
python-3.11 56.50% <ø> (-0.86%) ⬇️
python-3.12 56.50% <ø> (-0.86%) ⬇️
python-3.13 56.52% <ø> (-0.84%) ⬇️
python-3.14 56.50% <ø> (-0.86%) ⬇️
python-filler-3.12 22.24% <ø> (-0.60%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

petercrocker and others added 4 commits July 21, 2026 21:35
…dy-parser-1.20.6

chore(deps): bump body-parser from 1.20.5 to 1.20.6 in /docs
…bpack-dev-server-5.2.6

chore(deps): bump webpack-dev-server from 5.2.5 to 5.2.6 in /docs
…ell-quote-1.10.0

chore(deps): bump shell-quote from 1.8.4 to 1.10.0 in /docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

group/ci Issue related to the CI pipeline type/documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants