Bump the python-dependencies group with 7 updates - #16
Merged
widmonstertony merged 1 commit intoAug 14, 2026
Conversation
Updates the requirements on [streamlit](https://github.com/streamlit/streamlit), [openai](https://github.com/openai/openai-python), [python-dotenv](https://github.com/theskumar/python-dotenv), [requests](https://github.com/psf/requests), [cmake](https://github.com/scikit-build/cmake-python-distributions), [qrcode](https://github.com/lincolnloop/python-qrcode) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `streamlit` to 1.61.1 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@1.59.0...1.61.1) Updates `openai` to 2.54.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.0.0...v2.54.0) Updates `python-dotenv` to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.0...v1.2.2) Updates `requests` to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.34.2) Updates `cmake` to 4.4.2 - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](scikit-build/cmake-python-distributions@3.28.0...4.4.2) Updates `qrcode` to 8.2 - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](lincolnloop/python-qrcode@v8.0...v8.2) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...9.1.1) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.61.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.54.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: cmake dependency-version: 4.4.2 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
widmonstertony
deleted the
dependabot/pip/python-dependencies-39db5dd953
branch
August 14, 2026 19:33
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.
Updates the requirements on streamlit, openai, python-dotenv, requests, cmake, qrcode and pytest to permit the latest version.
Updates
streamlitto 1.61.1Release notes
Sourced from streamlit's releases.
Commits
cc5f10b[fix] Pin starlette below 1.4.0 (#16342)520f422Up version to 1.61.100096bd[fix] Accept same-window self-posts in host message guard (#16327)a3cde67[fix] Restore port auto-increment on Windows (#16315)1de3f65[fix] st.status in an outside container blanks the app (#16316)24ecf7dUp version to 1.61.0a548263Fix st.help header showing "page.run()" in multipage apps (#16244)5f1fa80[fix] Suppress the skills nudge when an install would only conflict, and repo...b86f523[feature] Emit a bounded failure reason on skills-install nudge telemetry (#1...1108a0eImprove tag accessibility inst.multiselect(#16200)Updates
openaito 2.54.0Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
03b3ec4release: 2.54.0 (#3592)28888f9fix(api): clarify audio upload metadata requirements (#3596)0652787feat(api): Add new Responses model identifiers (#3595)ea17fdachore(api): Update generated-file header attribution to Castiron (#3583)0c09a3fci: use GitHub App for Release Please (#3577)5e36cd3release: 2.53.0 (#3575)875a5c2ci: prepare checks for merge queue (#3574)b58332ffix(ci): avoid NumPy source builds and duplicate HTTPX coverage (#3573)dd1202dfeat(api): Add gpt-5.5 and tool name/namespace to Responses types (#3569)24b7cd1ci: migrate release-please to upstream action (#3568)Updates
python-dotenvto 1.2.2Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
... (truncated)
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
requeststo 2.34.2Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)Updates
cmaketo 4.4.2Commits
10f3cc5[Bot] Update to CMake 4.4.2 (#719)7aafa76chore(deps): bump the actions group with 4 updates (#718)b824b7c[Bot] Update to CMake 4.4.1 (#717)2796c51chore(deps): bump wntrblm/nox in the actions group (#716)b961bdbchore(deps): bump astral-sh/setup-uv in the actions group (#715)2d2582cchore: always run tests (#662)87b948fdocs: polish docs and fix stale references (#714)4f4a3dc[Bot] Update to CMake 4.4.0 (#713)25d636achore(deps): update pre-commit hooks (#711)8a56ca9chore(deps): bump the actions group with 2 updates (#712)Updates
qrcodeto 8.2Changelog
Sourced from qrcode's changelog.
... (truncated)
Commits
3704f57Preparing release 8.2b593a2bFix embeded_* typo on paremetersd2674f8Merge pull request #383 from btimby/spelling2ced7b4Ruff formattingc5e3f01Merge pull request #372 from smalyu/patch-1cd3cd7bRelease 8.15dcf89cPreparing release 8.110da1baMerge pull request #386 from hugovk/main7cb996dUpgrade Python syntax with pyupgradedc4831bAdd support for Python 3.13Updates
pytestto 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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