-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps)(deps): Bump the server-dependencies group across 1 directory with 15 updates #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/server/server-dependencies-37a7d22011
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps)(deps): Bump the server-dependencies group across 1 directory with 15 updates #171
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/server/server-dependencies-37a7d22011
Conversation
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
…ory with 15 updates Bumps the server-dependencies group with 15 updates in the /server directory: | Package | From | To | | --- | --- | --- | | [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.27.0` | `0.40.0` | | [pyvisa](https://github.com/pyvisa/pyvisa) | `1.14.1` | `1.16.1` | | [pyvisa-py](https://github.com/pyvisa/pyvisa-py) | `0.7.1` | `0.8.1` | | [pyusb](https://github.com/pyusb/pyusb) | `1.2.1` | `1.3.1` | | [h5py](https://github.com/h5py/h5py) | `3.10.0` | `3.15.1` | | [scipy](https://github.com/scipy/scipy) | `1.11.4` | `1.17.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.12.5` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.1.0` | `2.12.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.1` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.0` | `2.3.0` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` | | [apscheduler](https://github.com/agronholm/apscheduler) | `3.10.4` | `3.11.2` | | [zeroconf](https://github.com/python-zeroconf/python-zeroconf) | `0.132.2` | `0.148.0` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.28.1` | Updates `uvicorn[standard]` from 0.27.0 to 0.40.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.27.0...0.40.0) Updates `pyvisa` from 1.14.1 to 1.16.1 - [Release notes](https://github.com/pyvisa/pyvisa/releases) - [Changelog](https://github.com/pyvisa/pyvisa/blob/main/ChangeLog) - [Commits](pyvisa/pyvisa@1.14.1...1.16.1) Updates `pyvisa-py` from 0.7.1 to 0.8.1 - [Release notes](https://github.com/pyvisa/pyvisa-py/releases) - [Changelog](https://github.com/pyvisa/pyvisa-py/blob/main/CHANGES) - [Commits](pyvisa/pyvisa-py@0.7.1...0.8.1) Updates `pyusb` from 1.2.1 to 1.3.1 - [Release notes](https://github.com/pyusb/pyusb/releases) - [Commits](pyusb/pyusb@v1.2.1...v1.3.1) Updates `h5py` from 3.10.0 to 3.15.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.10.0...3.15.1) Updates `scipy` from 1.11.4 to 1.17.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.11.4...v1.17.0) Updates `pydantic` from 2.5.3 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.3...v2.12.5) Updates `pydantic-settings` from 2.1.0 to 2.12.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.1.0...v2.12.0) Updates `python-dotenv` from 1.0.0 to 1.2.1 - [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.1) Updates `email-validator` from 2.1.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.1.0...v2.3.0) Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0.post0) Updates `apscheduler` from 3.10.4 to 3.11.2 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.10.4...3.11.2) Updates `zeroconf` from 0.132.2 to 0.148.0 - [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases) - [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md) - [Commits](python-zeroconf/python-zeroconf@0.132.2...0.148.0) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `httpx` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.28.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: pyvisa dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: pyvisa-py dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: pyusb dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: h5py dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: scipy dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: pydantic-settings dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: python-dateutil dependency-version: 2.9.0.post0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: zeroconf dependency-version: 0.148.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: server-dependencies - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: server-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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 the server-dependencies group with 15 updates in the /server directory:
0.27.00.40.01.14.11.16.10.7.10.8.11.2.11.3.13.10.03.15.11.11.41.17.02.5.32.12.52.1.02.12.01.0.01.2.12.1.02.3.02.8.22.9.0.post03.10.43.11.20.132.20.148.02.32.42.32.50.27.00.28.1Updates
uvicorn[standard]from 0.27.0 to 0.40.0Release notes
Sourced from uvicorn[standard]'s releases.
... (truncated)
Changelog
Sourced from uvicorn[standard]'s changelog.
... (truncated)
Commits
9ff6004Version 0.40.0 (#2773)19df042Drop Python 3.9 (#2772)865ce7cRun strict mypy on test suite (#2771)4f40b84Version 0.39.0 (#2770)5692dfcfix(websockets): Send close frame on ASGI return (#2769)4194764chore(deps): bump the github-actions group with 2 updates (#2763)d94bf28explicitly start ASGI run with empty context (#2742)8ae0bcbchore(deps): bump the github-actions group with 2 updates (#2748)4744ff9Add groups configuration for GitHub Actions (#2747)0391372chore(deps): bump astral-sh/setup-uv from 6.8.0 to 7.1.2 (#2746)Updates
pyvisafrom 1.14.1 to 1.16.1Release notes
Sourced from pyvisa's releases.
... (truncated)
Commits
474cdf4cut release .1.16.1dfb91f4fix logging of exceptions on resource destruction (#967)30ebf82[pre-commit.ci] pre-commit autoupdate (#964)0041452cut release 1.16.02577353ci: run on 3.14 (#963)4df2956relax typing of argument to write_ascii_values (#962)d618ea4Exception handling at resource closing and exiting (#943)98aacd8build(deps): bump actions/setup-python from 5 to 6 (#937)60e480e[pre-commit.ci] pre-commit autoupdate (#961)69081fabuild(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#960)Updates
pyvisa-pyfrom 0.7.1 to 0.8.1Release notes
Sourced from pyvisa-py's releases.
... (truncated)
Changelog
Sourced from pyvisa-py's changelog.
Commits
f561aeacut release 0.8.17eab746ci use trusted publishing103b857Support pyocd/libusb-package PyUSB backend (#524)ed6a133build(deps): bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 (#511)e87492bbuild(deps): bump actions/checkout from 4 to 5 (#521)ee9bac7List GPIB::INSTR resources through the dispatcher enabling PROLOGIX support (...0d877ac[pre-commit.ci] pre-commit autoupdate (#526)e12a0da[pre-commit.ci] pre-commit autoupdate (#525)5339149[pre-commit.ci] pre-commit autoupdate (#522)5258e18[pre-commit.ci] pre-commit autoupdate (#519)Updates
pyusbfrom 1.2.1 to 1.3.1Release notes
Sourced from pyusb's releases.
Commits
89ea84dreadme: remove mention to latest versionf2b6bb8deploy: replace accidental hard-coded value with variablee920187core: replace try-except block with single call to new _interop.as_array0d578a2interop: prioritize no-op case but also accept length for a new array5d73f3dutil: raise TypeError if create_buffer doesn't receive a length0573e84tox: update envlist2b153a2deploy: compute a B3SUMS file for the release8acb57edeploy: don't try to upload no longer supported signatures to PyPId762293readme: prepare for 1.3.05db7567ci: remove no longer supported macos-12 runnerUpdates
h5pyfrom 3.10.0 to 3.15.1Release notes
Sourced from h5py's releases.
Commits
fad034cMerge pull request #2727 from takluyver/prepare-3.15.1435015dVersion number -> 3.15.13cf3343Add release note for 3.15.1c4d3394Merge pull request #2725 from crusaderky/test_lowlevel_vdsa0a707fMerge pull request #2722 from neutrinoceros/whl/fix-hdf5-macosx-deployment-ta...b30f4faWHL: build HDF5 with backward compatible system APIs on macOSeff7fa8TST: File hygiene in test_lowlevel_vdsdffdd1aMerge pull request #2723 from takluyver/ci/gh-release-non-draft9f67594Merge pull request #2724 from h5py/dependabot/github_actions/actions-e74af9633e0e82857Build(deps): Bump softprops/action-gh-release in the actions groupUpdates
scipyfrom 1.11.4 to 1.17.0Release notes
Sourced from scipy's releases.
... (truncated)
Commits
8c75ae7REL: 1.17.0 "final" release commit [wheel build]9d7f110Merge pull request #24298 from tylerjereddy/treddy_prep_1.17.0_final94373b6MAINT: test wheels [wheel build]723f4e2DOC: update 1.17.0 relnotesbf042f0CI: ensure we use pinned scipy-openblas version also in ILP64 job3e00a04CI: fix issue with ILP64 job; point to fixed numpy/meson commit39bceabBUG: stats: fix va_args memory corruption bug8f56387DOC: update 1.17.0 release notesc50e9c0Merge pull request #24304 from ev-br/edit_relnotes_for_ILP64b204495DOC: clarify ILP64 support caveats in the release notes, remove mentions of O...Updates
pydanticfrom 2.5.3 to 2.12.5Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
bd2d0ddPrepare release v2.12.57d0302eDocument security implications when usingcreate_model()e9ef980Fix typo in Standard Library Types documentationf2c20c0Addpydantic-docsdev dependency, make use of versioning blocksa76c1aaUpdate documentation about JSON Schema8cbc72cAdd documentation about custom__init__()99eba59Add additional test forFieldInfo.get_default()c710769Special caseMISSINGsentinel insmart_deepcopy()20a9d77Do not delete mock validator/serializer inrebuild_dataclass()c86515aUpdate parts of the model andrevalidate_instancesdocumentationUpdates
pydantic-settingsfrom 2.1.0 to 2.12.0Release notes
Sourced from pydantic-settings's releases.