deps: bump the production group with 10 updates - #261
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Updates the requirements on [lxml](https://github.com/lxml/lxml), [psutil](https://github.com/giampaolo/psutil), [urllib3](https://github.com/urllib3/urllib3), [cryptography](https://github.com/pyca/cryptography), [pyasn1](https://github.com/pyasn1/pyasn1), [filelock](https://github.com/tox-dev/py-filelock), [jsonschema](https://github.com/python-jsonschema/jsonschema), [debugpy](https://github.com/microsoft/debugpy), [virtualenv](https://github.com/pypa/virtualenv) and [wheel](https://github.com/pypa/wheel) to permit the latest version. Updates `lxml` to 6.1.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.9.3...lxml-6.1.1) Updates `psutil` to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v5.9.0...v7.2.2) Updates `urllib3` 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.6.3...2.7.0) Updates `cryptography` to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...49.0.0) Updates `pyasn1` to 0.6.3 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.2...v0.6.3) Updates `filelock` to 3.29.4 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.20.3...3.29.4) Updates `jsonschema` to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.20.0...v4.26.0) Updates `debugpy` to 1.8.21 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.0...v1.8.21) Updates `virtualenv` to 21.5.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.36.1...21.5.0) Updates `wheel` to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.46.2...0.47.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:production dependency-group: production - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production dependency-group: production - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: production - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production dependency-group: production - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: direct:production dependency-group: production - dependency-name: filelock dependency-version: 3.29.4 dependency-type: direct:production dependency-group: production - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:development dependency-group: production - dependency-name: debugpy dependency-version: 1.8.21 dependency-type: direct:development dependency-group: production - dependency-name: virtualenv dependency-version: 21.5.0 dependency-type: direct:development dependency-group: production - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development dependency-group: production ... 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 |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 lxml, psutil, urllib3, cryptography, pyasn1, filelock, jsonschema, debugpy, virtualenv and wheel to permit the latest version.
Updates
lxmlto 6.1.1Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
b4a4c59Build: Fix build in Py3.8.a116dcbFix typo: type annotions -> type annotations in PEP 560 comments (GH-504)7287a75Prepare release of 6.1.1.5927a6dAdd missing "xlink:href" to the known HTML link attributes.23efeb4Build: Fix build in Py3.8.2c0563bBuild: Add bug patch for libxslt 1.1.43 and apply it during the static librar...8a35fccFix doctest in PyPy3.9.43722f4Update changelog.8747040Name version of option change in docstring.6c36e6cFix pypistats URL in download statistics script.Updates
psutilto 7.2.2Changelog
Sourced from psutil's changelog.
... (truncated)
Commits
9eea97dPre-release938ac64Rm sphinxcontrib.googleanalytics; override layout.html9dcbb7eAdd sphinxcontrib-googleanalytics to requirements.txt76eaf9aTry to add google analytics to docde1cafaUpdate doc mentioning Process.wait() internal detailsbb30943Refact can_use_pidfd_open() and can_use_kqueue()a571717#2708, macos / cmdline / environ; raise AD instead of OSError(0) (#2709)8b98c3ePre-release700b7e6[macOS] fix potential leaks in error paths (#2707)7cc7923Windows / cmdline(): be more defensive in free()ing in case of errorUpdates
urllib3to 2.7.0Release notes
Sourced from urllib3's releases.
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)Updates
cryptographyto 49.0.0Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
e300bbebump version and changelog for 49.0.0 (#15030)fa74cd8Add external mu (message representative) support for ML-DSA (#14979)f594db3chore(deps): bump openssl from 0.10.80 to 0.10.81 (#15029)608e011chore(deps): bump openssl-sys from 0.9.116 to 0.9.117 (#15028)a322bc4chore(deps): bump cc from 1.2.63 to 1.2.64 (#15027)33181a7Reject critical nameConstraints extensions containing directoryName constrain...6080dc7Bump dependencies that dependabot isn't (#15026)121faa3chore(deps): bump virtualenv from 21.4.2 to 21.4.3 (#15023)829520bAdd more robust processing for DH parameters. (#15016)0f05001Bump downstream dependencies in CI (#15025)Updates
pyasn1to 0.6.3Release notes
Sourced from pyasn1's releases.
Changelog
Sourced from pyasn1's changelog.
... (truncated)
Commits
af65c3bPrepare release 0.6.35a49bd1Merge commit from fork5494ba4Fix asDateTime incorrect fractional seconds parsing (#102)71f486eFix DeprecationWarning stacklevel for deprecated attributes (#101)d7cb42dFix OverflowError from oversized BER length field (#100)Updates
filelockto 3.29.4Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
f3c11c0Release 3.29.45d663eekeep the read/write heartbeat alive on a transient touch error (#562)406d0a2verify inode in break_lock_file before unlinking a stale lock (#561)85e73d7🐛 fix(ci): publish from release.yaml on tag push (#560)f86dcb1Release 3.29.3643bdbe🐛 fix(ci): restore release environment on tag job (#559)7a8f74avalidate pid range in _parse_lock_holder (#556)d1d49a0🔧 ci(release): publish to PyPI on tag push (#557)b37e162build(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#558)d9216deRelease 3.29.2Updates
jsonschemato 4.26.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
a727743Add a changelog entry for 4.26.6d28c13Update the lockfile.739499eUpdate pre-commit hooks.cb2d779Merge pull request #1443 from python-jsonschema/pre-commit-ci-update-confige6bbbb7[pre-commit.ci] pre-commit autoupdated56037aMerge pull request #1442 from python-jsonschema/dependabot/github_actions/ast...e54ce13Bump astral-sh/setup-uv from 7.1.4 to 7.1.61f7c9fbPartially update docs requirements.241aec9Merge pull request #1441 from python-jsonschema/pre-commit-ci-update-config2818efbApache-2.0 -> nongplUpdates
debugpyto 1.8.21Release notes
Sourced from debugpy's releases.
Commits
858b05cFix TSA #2816217: suppress Flawfinder false positive on Cython JoinPyUnicode ...f0c34f1Fix TSA #2816216: suppress Flawfinder false positive on Cython DIGIT_PAIRS_8 ...4c70e13Fix TSA #2816218: suppress Flawfinder false positive on Cython read-loop iter...19c2b8cFix TSA #2816220: suppress Flawfinder false positive on Cython read-loop iter...ab92638Merge pull request #2031 from StellaHuang95/stellahuang/tsa-2816219-flawfinde...12bd4feReturn evaluate result in DAP response body instead of writing to stdout (#2027)8bd57a7Prevent invalid scopes request from crashing debug session (#2026)bf118c8Skip uninitialized slots in variable resolver (#2024)a55be0ePotential fix when-carguments are bytes instead of a str (#2021)0f037adFix evaluation of variables from chained exception frames (#2018)Updates
virtualenvto 21.5.0Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
... (truncated)
Commits
- Additional commits viewable in compare view
...90735e0release 21.5.079ce906✨ feat: drop Python 3.8 support (#3170)f1f4d68Upgrade embedded pip/setuptools/wheel (#3168)78df6f0Set git identity in upgrade changelog rename step (#3169)134b080release 21.4.32a36128🐛 fix(discovery): resolve base interpreter executable-only symlinks (#3166)5389c25Add wheel-0.47.0 to seed packages as mitigation of CVE-2026-24049 (#3167)0134feechore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0 (#3165)af1ed9fchore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#3164)1b00ec8[pre-commit.ci] pre-commit autoupdate (#3163)Description has been truncated