Bump the pip group across 2 directories with 21 updates#30
Bump the pip group across 2 directories with 21 updates#30dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the pip group with 15 updates in the /resources/libraries directory: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [joblib](https://github.com/joblib/joblib) | `1.0.1` | `1.4.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.4.7` | `20.26.6` | | [tornado](https://github.com/tornadoweb/tornado) | `6.1` | `6.4.2` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `23.0.0` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.0.2` | `1.1.1` | | [dgl](https://github.com/dmlc/dgl) | `0.6.1` | `2.2.1` | | [keras](https://github.com/keras-team/keras) | `2.4.3` | `3.9.0` | | [lightgbm](https://github.com/microsoft/LightGBM) | `3.2.1` | `4.6.0` | | [luigi](https://github.com/spotify/luigi) | `3.0.3` | `3.6.0` | | [mlflow](https://github.com/mlflow/mlflow) | `1.18.0` | `2.20.3` | | [onnx](https://github.com/onnx/onnx) | `1.9.0` | `1.17.0` | | [sagemaker](https://github.com/aws/sagemaker-python-sdk) | `2.47.1` | `2.237.3` | | [scrapy](https://github.com/scrapy/scrapy) | `2.5.0` | `2.11.2` | | [streamlit](https://github.com/streamlit/streamlit) | `0.83.0` | `1.37.0` | Bumps the pip group with 19 updates in the /resources/tests directory: | Package | From | To | | --- | --- | --- | | [idna](https://github.com/kjd/idna) | `2.10` | `3.7` | | [joblib](https://github.com/joblib/joblib) | `1.0.1` | `1.4.2` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `23.0.0` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.0.2` | `1.1.1` | | [dgl](https://github.com/dmlc/dgl) | `0.6.1` | `2.2.1` | | [keras](https://github.com/keras-team/keras) | `2.4.3` | `3.9.0` | | [lightgbm](https://github.com/microsoft/LightGBM) | `3.2.1` | `4.6.0` | | [luigi](https://github.com/spotify/luigi) | `3.0.3` | `3.6.0` | | [mlflow](https://github.com/mlflow/mlflow) | `1.16.0` | `2.20.3` | | [onnx](https://github.com/onnx/onnx) | `1.9.0` | `1.17.0` | | [sagemaker](https://github.com/aws/sagemaker-python-sdk) | `2.39.1` | `2.237.3` | | [scrapy](https://github.com/scrapy/scrapy) | `2.5.0` | `2.11.2` | | [streamlit](https://github.com/streamlit/streamlit) | `0.81.1` | `1.37.0` | | [numpy](https://github.com/numpy/numpy) | `1.19.5` | `2.0.2` | | [torch](https://github.com/pytorch/pytorch) | `1.8.1` | `2.6.0` | | [transformers](https://github.com/huggingface/transformers) | `4.5.1` | `4.48.0` | | [jupyter-core](https://github.com/jupyter/jupyter_core) | `4.7.1` | `5.7.2` | | [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `1.8.0` | `2.11.2` | | [jupyter-server-proxy](https://github.com/jupyterhub/jupyter-server-proxy) | `3.0.2` | `3.2.4` | Updates `idna` from 2.10 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.10...v3.7) Updates `joblib` from 1.0.1 to 1.4.2 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.0.1...1.4.2) Updates `virtualenv` from 20.4.7 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.4.7...20.26.6) Updates `tornado` from 6.1 to 6.4.2 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.1.0...v6.4.2) Updates `gunicorn` from 20.1.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...23.0.0) Updates `pymysql` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](PyMySQL/PyMySQL@v1.0.2...v1.1.1) Updates `dgl` from 0.6.1 to 2.2.1 - [Release notes](https://github.com/dmlc/dgl/releases) - [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md) - [Commits](dmlc/dgl@0.6.1...v2.2.1) Updates `keras` from 2.4.3 to 3.9.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/commits/v3.9.0) Updates `lightgbm` from 3.2.1 to 4.6.0 - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](lightgbm-org/LightGBM@v3.2.1...v4.6.0) Updates `luigi` from 3.0.3 to 3.6.0 - [Release notes](https://github.com/spotify/luigi/releases) - [Changelog](https://github.com/spotify/luigi/blob/master/RELEASE-PROCESS.rst) - [Commits](spotify/luigi@3.0.3...v3.6.0) Updates `mlflow` from 1.18.0 to 2.20.3 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v1.18.0...v2.20.3) Updates `onnx` from 1.9.0 to 1.17.0 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.9.0...v1.17.0) Updates `sagemaker` from 2.47.1 to 2.237.3 - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.47.1...v2.237.3) Updates `scrapy` from 2.5.0 to 2.11.2 - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](scrapy/scrapy@2.5.0...2.11.2) Updates `streamlit` from 0.83.0 to 1.37.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@0.83.0...1.37.0) Updates `idna` from 2.10 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.10...v3.7) Updates `joblib` from 1.0.1 to 1.4.2 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.0.1...1.4.2) Updates `gunicorn` from 20.1.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...23.0.0) Updates `pymysql` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](PyMySQL/PyMySQL@v1.0.2...v1.1.1) Updates `dgl` from 0.6.1 to 2.2.1 - [Release notes](https://github.com/dmlc/dgl/releases) - [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md) - [Commits](dmlc/dgl@0.6.1...v2.2.1) Updates `keras` from 2.4.3 to 3.9.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/commits/v3.9.0) Updates `lightgbm` from 3.2.1 to 4.6.0 - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](lightgbm-org/LightGBM@v3.2.1...v4.6.0) Updates `luigi` from 3.0.3 to 3.6.0 - [Release notes](https://github.com/spotify/luigi/releases) - [Changelog](https://github.com/spotify/luigi/blob/master/RELEASE-PROCESS.rst) - [Commits](spotify/luigi@3.0.3...v3.6.0) Updates `mlflow` from 1.16.0 to 2.20.3 - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v1.18.0...v2.20.3) Updates `onnx` from 1.9.0 to 1.17.0 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.9.0...v1.17.0) Updates `sagemaker` from 2.39.1 to 2.237.3 - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](aws/sagemaker-python-sdk@v2.47.1...v2.237.3) Updates `scrapy` from 2.5.0 to 2.11.2 - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](scrapy/scrapy@2.5.0...2.11.2) Updates `streamlit` from 0.81.1 to 1.37.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](streamlit/streamlit@0.83.0...1.37.0) Updates `numpy` from 1.19.5 to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.19.5...v2.0.2) Updates `torch` from 1.8.1 to 2.6.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.8.1...v2.6.0) Updates `transformers` from 4.5.1 to 4.48.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.5.1...v4.48.0) Updates `jupyter-core` from 4.7.1 to 5.7.2 - [Release notes](https://github.com/jupyter/jupyter_core/releases) - [Changelog](https://github.com/jupyter/jupyter_core/blob/main/CHANGELOG.md) - [Commits](jupyter/jupyter_core@4.7.1...v5.7.2) Updates `jupyter-server` from 1.8.0 to 2.11.2 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v1.8.0...v2.11.2) Updates `jupyter-server-proxy` from 3.0.2 to 3.2.4 - [Release notes](https://github.com/jupyterhub/jupyter-server-proxy/releases) - [Changelog](https://github.com/jupyterhub/jupyter-server-proxy/blob/v3.2.4/CHANGELOG.md) - [Commits](jupyterhub/jupyter-server-proxy@v3.0.2...v3.2.4) --- updated-dependencies: - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: joblib dependency-version: 1.4.2 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.26.6 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.4.2 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: dgl dependency-version: 2.2.1 dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-version: 3.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: lightgbm dependency-version: 4.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: luigi dependency-version: 3.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: mlflow dependency-version: 2.20.3 dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-version: 1.17.0 dependency-type: direct:production dependency-group: pip - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production dependency-group: pip - dependency-name: scrapy dependency-version: 2.11.2 dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-version: 1.37.0 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production dependency-group: pip - dependency-name: joblib dependency-version: 1.4.2 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: dgl dependency-version: 2.2.1 dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-version: 3.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: lightgbm dependency-version: 4.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: luigi dependency-version: 3.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: mlflow dependency-version: 2.20.3 dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-version: 1.17.0 dependency-type: direct:production dependency-group: pip - dependency-name: sagemaker dependency-version: 2.237.3 dependency-type: direct:production dependency-group: pip - dependency-name: scrapy dependency-version: 2.11.2 dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-version: 1.37.0 dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.48.0 dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-core dependency-version: 5.7.2 dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-server dependency-version: 2.11.2 dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-server-proxy dependency-version: 3.2.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates multiple Python package dependencies in the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the pip group with 15 updates in the /resources/libraries directory:
2.103.71.0.11.4.220.4.720.26.66.16.4.220.1.023.0.01.0.21.1.10.6.12.2.12.4.33.9.03.2.14.6.03.0.33.6.01.18.02.20.31.9.01.17.02.47.12.237.32.5.02.11.20.83.01.37.0Bumps the pip group with 19 updates in the /resources/tests directory:
2.103.71.0.11.4.220.1.023.0.01.0.21.1.10.6.12.2.12.4.33.9.03.2.14.6.03.0.33.6.01.16.02.20.31.9.01.17.02.39.12.237.32.5.02.11.20.81.11.37.01.19.52.0.21.8.12.6.04.5.14.48.04.7.15.7.21.8.02.11.23.0.23.2.4Updates
idnafrom 2.10 to 3.7Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
... (truncated)
Commits
1d365e1Release v3.7c1b3154Merge pull request #172 from kjd/optimize-contextj0394ec7Merge branch 'master' into optimize-contextjcd58a23Merge pull request #152 from elliotwutingfeng/dev5beb28bMore efficient resolution of joiner contexts1b12148Update ossf/scorecard-action to v2.3.1d516b87Update Github actions/checkout to v4c095c75Merge branch 'master' into dev60a0a4cFix typo in GitHub Actions workflow key5918a0eMerge branch 'master' into devUpdates
joblibfrom 1.0.1 to 1.4.2Release notes
Sourced from joblib's releases.
... (truncated)
Changelog
Sourced from joblib's changelog.
... (truncated)
Commits
d46857aRELEASE 1.4.2 - bugfix release (#1579)1787fb7MTN back to dev mode118ad37RELEASE 1.4.1 - bugfix release (#1578)398d8eeFIX revert MemorizedFunc.call API change (#1576)2be8dcdDOC fix return_as="generator_unordered" in docs (#1574)4db39ebCLN fix spelling typo with codespell (#1571)1b0d1f4TST add a non-regression test ensuring conservation of byte order during IPC ...59659e0MTN remove deprecated bytes_limit (#1569)f57a721MTN handle changes from master->main + remove master process terminologyba1d3daMTN back to dev modeUpdates
virtualenvfrom 20.4.7 to 20.26.6Release notes
Sourced from virtualenv's releases.
... (truncated)
Changelog
Sourced from virtualenv's changelog.
... (truncated)
Commits
ec04726release 20.26.686dddedFix #2768: Quote template strings in activation scripts (#2771)6bb3f62[pre-commit.ci] pre-commit autoupdate (#2769)220d49cBump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 (#2767)cf340c8Merge pull request #2766 from pypa/release-20.26.5f3172b4release 20.26.522b9795Use uv over pip (#2765)35d8269[pre-commit.ci] pre-commit autoupdate (#2764)ee77feb[pre-commit.ci] pre-commit autoupdate (#2763)c516056Update README.mdUpdates
tornadofrom 6.1 to 6.4.2Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
a5ecfabBump version to 6.4.2bc7df6bFix tests with Twisted 24.7.0d5ba4a1httputil: Fix quadratic performance of cookie parsing2a0e1d1Merge pull request #3388 from bdarnell/release-641b7af4e8Release notes and version bump for version 6.4.1d65f6e7Merge pull request #3387 from bdarnell/chunked-parsing8d721a8httputil: Only strip tabs and spaces from header values7786f09Merge pull request #3386 from bdarnell/curl-crlffb119c7http1connection: Stricter handling of transfer-encodingb0ffc58curl_httpclient,http1connection: Prohibit CR and LF in headersUpdates
gunicornfrom 20.1.0 to 23.0.0Release notes
Sourced from gunicorn's releases.
... (truncated)
Commits
411986dfix doc334392eMerge pull request #2559 from laggardkernel/bugfix/reexec-enve75c353Merge pull request #3189 from pajod/patch-py369357b28keep document user in access_log_format setting79fdef0bump to 23.0.03acd9fbMerge pull request #2620 from talkerbox/improve-access-log-format-docs3f56d76Merge pull request #3192 from pajod/patch-allowed-script-name256d474docs: revert duped directiveffa48b5test: default change was intentional52538cadocs: recommend SCRIPT_NAME=/subfolderUpdates
pymysqlfrom 1.0.2 to 1.1.1Release notes
Sourced from pymysql's releases.
... (truncated)
Changelog
Sourced from pymysql's changelog.
Commits
2cab9ecv1.1.1521e400forbid dict parameter7f032a6remove coveralls from requirements69f6c74ruff formatb4ed688test json - mariadb without JSON type (#1165)bbd049fSupport error packet without sqlstate (#1160)9694747pyupgrade1f0b785chore(deps): update codecov/codecov-action action to v4 (#1158)1e28be8chore(deps): update github/codeql-action action to v3 (#1154)f13f054chore(deps): update actions/setup-python action to v5 (#1152)Updates
dglfrom 0.6.1 to 2.2.1Release notes
Sourced from dgl's releases.
... (truncated)
Commits
2a1ac58[release] bump version to 2.2.1 (#7389)1b5c02c[release] cherry-pick from master and release for 2.2.1 (#7388)8873fb2[release] update version (#7373)f0213d2[GraphBolt] Refactor sampling (#7367)6b140f2[GraphBolt] Hetero CPU sampling bug fix. (#7369)0d9a09d[graphbolt] Disable liburing (#7366)658b208[GraphBolt] Optimize hetero sampling on CPU (#7360)9090a87[GraphBolt] Hyperlink support insubgraph_sampler. (#7354)ce37a93[Temporal] Add link prediction example (#7347)0de1de3[dev] upgrade minimum required torch version to 2.0.0 (#7358)Updates
kerasfrom 2.4.3 to 3.9.0Release notes
Sourced from keras's releases.