Skip to content

build(deps): bump the python-deps group across 1 directory with 2 updates - #58

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-deps-df883bfca4
Open

build(deps): bump the python-deps group across 1 directory with 2 updates#58
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-deps-df883bfca4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 2 updates in the / directory: docker and rsconnect.

Updates docker from 7.1.0 to 7.2.0

Release notes

Sourced from docker's releases.

7.2.0

Upgrade Notes

  • docker.from_env() now honors the active Docker CLI context when DOCKER_HOST is not set.
    • This means the client may connect to the daemon selected by DOCKER_CONTEXT or the current context in ~/.docker/config.json, matching Docker CLI behavior more closely.
    • If your application relied on the previous default connection behavior, set DOCKER_HOST explicitly, set DOCKER_CONTEXT=default, or pass use_context=False to DockerClient.from_env().
  • Added docker.from_context() / DockerClient.from_context() for explicitly creating a client from a Docker CLI context.

Features

  • Added support for Docker contexts when creating the default client
  • Added subpath support for volumes

Bugfixes

  • Fixed exec_run documentation for the stream parameter
  • Fixed image loading to avoid depending on the deprecated JSONMessage.error field
  • Preserved the rotated unlock key in swarm integration tests
  • Fixed SSL certificate generation in tests
  • Fixed IPv6 integration tests by explicitly enabling IPv6 where required

Miscellaneous

  • Updated tests for newer Docker Engine behavior
  • CI and build updates

What's Changed

New Contributors

... (truncated)

Commits
  • 5ad5327 Merge pull request #3415 from vvoland/update-changelog
  • d242230 docs: 7.2.0 changelog
  • ba01cc7 Merge pull request #3401 from ebriney/client-from-context
  • ae5dfe9 Merge pull request #3410 from vvoland/fix-flaky
  • aa99999 integration/swarm: Preserve rotated unlock key
  • 059d371 Merge pull request #3407 from vvoland/fix-arm64
  • 9b4b9b8 gha: Add arm64 integration CI
  • 9e9f8ff Skip tests incompatible with host architecture
  • e0542d9 Merge pull request #3408 from vvoland/gha-pin
  • 578a11d gha: Pin to digests
  • Additional commits viewable in compare view

Updates rsconnect from 1.29.0 to 1.30.0

Changelog

Sourced from rsconnect's changelog.

[1.30.0] - 2026-07-16

  • Fixed a bug where rsconnect deploy notebook --static failed with Unable to include the file <version> in the bundle: No such file or directory. The Python version string recorded for the manifest was passed to nbconvert as if it were the local interpreter path; the actual interpreter is now used.
  • Fixed a bug where rsconnect deploy manifest manifest.json (and other deploy commands given a bare filename) failed to detect git metadata. The directory passed to git detection was empty in that case, which caused detection to be silently skipped; it now falls back to the current directory.
  • The CONNECT_SERVER_VERSION environment variable can now be set to tell rsconnect-python which Connect version to assume for feature-availability checks. Some servers can be configured to suppress their version, which makes version-gated features (such as draft deploys and git metadata) default to off; setting CONNECT_SERVER_VERSION opts back in. When it is set, its value is used directly and the server_settings request for the version is skipped.
  • rsconnect deploy commands now verify content before activating it. The new bundle is deployed as a draft, its preview URL is accessed to confirm the content starts, and only then is the bundle activated. If verification fails, the bundle is left as a draft and the previously-active bundle keeps serving, so a broken build never becomes the active version. --draft still deploys without activating (and now verifies the draft rather than the active content), and --no-verify skips verification and activates immediately. Draft deploys require Connect 2025.06.0 or later; against older servers the bundle is deployed and activated in one step and the active content is verified, as before.
  • rsconnect deploy commands now check PyPI once a day for a newer release of rsconnect-python and print an upgrade hint to stderr when one is available. The result is cached so most invocations make no network request. Set RSCONNECT_DISABLE_VERSION_CHECK=1 to turn the check off entirely.
  • The "no package-lock.json" error when deploying Node.js content now states that Connect installs Node.js dependencies with npm, helping publishers who build with yarn or pnpm understand why a package-lock.json is required.
  • pyproject.toml can now be supplied via --requirements-file for deploy and write-manifest.
  • Perform case insensitive matching of the configured Snowflake connection authenticator.
  • New login and logout subcommands for authenticating to Connect via OAuth. login opens a browser interactively (or uses --use-device-code for headless environments). Alternatively, --identity-token (or --identity-token-file, and the CONNECT_IDENTITY_TOKEN / CONNECT_IDENTITY_TOKEN_FILE environment variables) exchanges an OIDC identity token, such as a GitHub Actions OIDC token, for a short-lived Connect API key. In all cases the resulting credential is saved for the server.
  • Servers can now be marked as the default with rsconnect add --set-default. When neither -n/--name nor -s/--server is provided, the default server is used automatically. rsconnect login sets the server as default unless --no-set-default is passed. CONNECT_SERVER still takes precedence. An already-saved server can be made the default without re-adding it using rsconnect server set-default -n <name>. The new rsconnect server command

... (truncated)

Commits
  • 427d728 Release 1.30.0
  • a93d535 fix static notebook deploy passing python version string instead of interpret...
  • d4e5823 Add rsconnect server set-default and a server command group (#818)
  • 21a25d1 Fix git metadata detection for deploy with bare manifest filename (#815)
  • 0399fa9 Handle bad response on multipart bundle upload (#814) (#816)
  • 0dbd416 Support CONNECT_SERVER_VERSION env var for feature checks (#811)
  • 75a68b5 Remove orphaned integration folders (#813)
  • 1790932 Drop vetiver test baggage; mock system-caches CLI test (#809)
  • 13bcd1f Modernize tooling: uv build/test, just, ruff (drop Docker for Python envs & M...
  • 8af63d5 rsconnect deploy git (#752)
  • Additional commits viewable in compare view

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 <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

…ates

Bumps the python-deps group with 2 updates in the / directory: [docker](https://github.com/docker/docker-py) and [rsconnect](https://github.com/posit-dev/rsconnect-python).


Updates `docker` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@7.1.0...7.2.0)

Updates `rsconnect` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/posit-dev/rsconnect-python/releases)
- [Changelog](https://github.com/posit-dev/rsconnect-python/blob/main/docs/CHANGELOG.md)
- [Commits](posit-dev/rsconnect-python@1.29.0...1.30.0)

---
updated-dependencies:
- dependency-name: docker
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: rsconnect
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

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 Jul 28, 2026
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