chore(deps): bump urllib3 from 2.5.0 to 2.7.0#4
Open
dependabot[bot] wants to merge 9 commits into
Open
Conversation
Deploying equilens with
|
| Latest commit: |
4d7f7da
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7eec6c8a.equilens.pages.dev |
| Branch Preview URL: | https://dependabot-uv-urllib3-2-7-0.equilens.pages.dev |
Spec for replacing Gradio UIs with FastAPI+Jinja2 dashboard, adding periodic backups, SSE job streaming, OpenAPI contract, and moving Docker files to infra/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Full plan for FastAPI+Jinja2+Alpine.js dashboard, APScheduler backups, SSE streaming, OpenAPI annotations, and infra/ cleanup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Relocates Dockerfile, docker-compose.yml, docker-compose.full-stack.yml, .dockerignore, and equilens_cli.py into infra/ to declutter project root. Updates build contexts and dockerfile paths to reference correct relative paths from infra/. Updates CLAUDE.md docker compose command accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9037468 to
cee111b
Compare
- Remove gradio>=4.0.0 from core dependencies - Add apscheduler>=3.10.0, aiofiles, jinja2>=3.1.0 to core - Remove pytest>=8.4.1 from core deps (belongs in dev extras only) - Remove duplicate jinja2 entry from viz optional-dependencies group
Deleted three files that depended on gradio (now removed): - src/equilens/web_ui.py (legacy standalone Gradio UI) - src/equilens/gradio_app.py (backend-connected Gradio UI) - src/equilens/start_all.py (multi-service launcher) Remaining imports in cli.py will be cleaned up in Task 17.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
cee111b to
4d7f7da
Compare
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 urllib3 from 2.5.0 to 2.7.0.
Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
9a950b9Release 2.7.05ec0de4Merge commit from fork2bdcc44Merge commit from forkf45b0dfFix a misleading example forProxyManager(#4970)577193cSwitch to nightly PyPy3.11 in CI for now (#4984)e90af45Avoid infinite loop inHTTPResponse.read_chunkedwhenamt=0(#4974)67ed74fBump dev dependencies (#4972)3abd481Upgrade mypy to version 1.20.2 (#4978)2b8725dDrop support for EOL PyPy3.10 (#4979)2944b2aUpgradesetup-chromeandsetup-firefoxto fix warnings (#4973)