Skip to content

chore(deps): Bump vws-web-tools from 2026.8.7 to 2026.8.27 - #3515

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/vws-web-tools-2026.8.27
Open

chore(deps): Bump vws-web-tools from 2026.8.7 to 2026.8.27#3515
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/vws-web-tools-2026.8.27

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps vws-web-tools from 2026.8.7 to 2026.8.27.

Release notes

Sourced from vws-web-tools's releases.

Release 2026.08.27

2026.08.27

  • Support database, license and target names which contain apostrophes. Such names previously produced invalid XPath expressions, so looking them up in the target manager failed.

  • Support database, license and target names which contain both an apostrophe and a quotation mark, by building a concat() XPath expression for them.

  • Raise a descriptive error, rather than an IndexError, when get_vumark_target_id is asked for a target which the target manager has not yet rendered as a link.

  • Make get_vumark_target_id wait for the target manager to render a target's name as a link, rather than failing as soon as the name appears as plain text while the target is still processing.

  • Make delete_license wait for the licenses page to load, rather than acting on whichever page a stale session redirects to.

  • Make navigate_to_license wait for the licenses page to load, rather than acting on whichever page a stale session redirects to.

  • Make navigate_to_database wait for the target manager to load, rather than acting on whichever page a stale session redirects to.

  • Add a model_target_web_api_details context manager, which yields the same details as get_model_target_web_api_details and deletes the OAuth2 client credential it creates when the with block is left.

  • Add a show-model-target-web-api-details command, which creates and shows Model Target Web API credentials, in YAML or in --env-var-format.

  • Add a delete-model-target-web-api-credentials command, which deletes one Model Target Web API OAuth2 client credential by its client ID.

  • Shell-quote the values which --env-var-format prints, so that output for a name containing a space or another character which is special to the shell can be used with eval or source.

  • Make upload_vumark_template return the ID of the target it uploaded. It now waits for VWS to finish processing the target, which takes longer than waiting for the target to appear in the targets table.

  • Raise an error, rather than searching nested objects, when a Vuforia credentials API response has the wanted key at the top level but with

... (truncated)

Changelog

Sourced from vws-web-tools's changelog.

Changelog

.. towncrier release notes start

2026.08.27

  • Support database, license and target names which contain apostrophes. Such names previously produced invalid XPath expressions, so looking them up in the target manager failed.

  • Support database, license and target names which contain both an apostrophe and a quotation mark, by building a concat() XPath expression for them.

  • Raise a descriptive error, rather than an IndexError, when get_vumark_target_id is asked for a target which the target manager has not yet rendered as a link.

  • Make get_vumark_target_id wait for the target manager to render a target's name as a link, rather than failing as soon as the name appears as plain text while the target is still processing.

  • Make delete_license wait for the licenses page to load, rather than acting on whichever page a stale session redirects to.

  • Make navigate_to_license wait for the licenses page to load, rather than acting on whichever page a stale session redirects to.

  • Make navigate_to_database wait for the target manager to load, rather than acting on whichever page a stale session redirects to.

  • Add a model_target_web_api_details context manager, which yields the same details as get_model_target_web_api_details and deletes the OAuth2 client credential it creates when the with block is left.

  • Add a show-model-target-web-api-details command, which creates and shows Model Target Web API credentials, in YAML or in --env-var-format.

  • Add a delete-model-target-web-api-credentials command, which deletes one Model Target Web API OAuth2 client credential by its client ID.

  • Shell-quote the values which --env-var-format prints, so that output for a name containing a space or another character which is special to the shell can be used with eval or source.

  • Make upload_vumark_template return the ID of the target it uploaded. It now waits for VWS to finish processing the target, which takes longer

... (truncated)

Commits
  • 9f8dace Bump CHANGELOG
  • bcaecb2 Merge pull request #1544 from VWS-Python/adamtheturtle/vws-web-tools-issue-1502
  • 95d0694 Merge pull request #1539 from VWS-Python/adamtheturtle/vws-web-tools-issue-1497
  • 4845220 Merge pull request #1549 from VWS-Python/adamtheturtle/vws-web-tools-issue-1486
  • c7bc7db Merge pull request #1548 from VWS-Python/adamtheturtle/vws-web-tools-issue-1506
  • 2d4499c Merge pull request #1542 from VWS-Python/adamtheturtle/vws-web-tools-issue-1500
  • fd761b4 Merge pull request #1526 from VWS-Python/adamtheturtle/vws-web-tools-issue-1483
  • e386ae2 Cover the case where the browser URL names no host
  • d9f0d5f Merge pull request #1535 from VWS-Python/adamtheturtle/vws-web-tools-issue-1493
  • 0e62547 Merge pull request #1534 from VWS-Python/adamtheturtle/vws-web-tools-issue-1492
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vws-web-tools](https://github.com/VWS-Python/vws-web-tools) from 2026.8.7 to 2026.8.27.
- [Release notes](https://github.com/VWS-Python/vws-web-tools/releases)
- [Changelog](https://github.com/VWS-Python/vws-web-tools/blob/main/CHANGELOG.rst)
- [Commits](VWS-Python/vws-web-tools@2026.08.07...2026.08.27)

---
updated-dependencies:
- dependency-name: vws-web-tools
  dependency-version: 2026.8.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 31, 2026
@github-actions
github-actions Bot enabled auto-merge August 31, 2026 05:17
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants