-
Notifications
You must be signed in to change notification settings - Fork 615
Bump the pip group across 1 directory with 28 updates #1003
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/bigbench/benchmark_tasks/chess_state_tracking/scripts/pip-91546f7cad
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
Bump the pip group across 1 directory with 28 updates #1003
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/bigbench/benchmark_tasks/chess_state_tracking/scripts/pip-91546f7cad
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
Bumps the pip group with 28 updates in the /bigbench/benchmark_tasks/chess_state_tracking/scripts directory: | Package | From | To | | --- | --- | --- | | [bleach](https://github.com/mozilla/bleach) | `3.1.5` | `3.3.0` | | [certifi](https://github.com/certifi/python-certifi) | `2020.12.5` | `2024.7.4` | | [cookiecutter](https://github.com/cookiecutter/cookiecutter) | `1.7.2` | `2.1.1` | | [future](https://github.com/PythonCharmers/python-future) | `0.18.2` | `0.18.3` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.14` | `3.1.41` | | [grpcio](https://github.com/grpc/grpc) | `1.36.0` | `1.53.2` | | [ipython](https://github.com/ipython/ipython) | `7.21.0` | `8.10.0` | | [joblib](https://github.com/joblib/joblib) | `1.0.0` | `1.2.0` | | [mpmath](https://github.com/fredrik-johansson/mpmath) | `1.2.1` | `1.3.0` | | [nbconvert](https://github.com/jupyter/nbconvert) | `5.6.1` | `6.5.1` | | [notebook](https://github.com/jupyter/notebook) | `6.0.3` | `6.4.12` | | [numpy](https://github.com/numpy/numpy) | `1.19.4` | `1.22.0` | | [onnx](https://github.com/onnx/onnx) | `1.8.1` | `1.16.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.15.3` | `3.18.3` | | [pyarrow](https://github.com/apache/arrow) | `3.0.0` | `14.0.1` | | [pydantic](https://github.com/pydantic/pydantic) | `1.7.3` | `1.10.13` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `1.7.1` | `2.4.0` | | [pytorch-lightning](https://github.com/Lightning-AI/lightning) | `1.2.10` | `1.6.0` | | [reportlab](https://www.reportlab.com/) | `3.5.51` | `3.6.13` | | [requests](https://github.com/psf/requests) | `2.25.0` | `2.32.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.0.0` | `1.14.0` | | [torch](https://github.com/pytorch/pytorch) | `1.8.1` | `1.13.1` | | [tornado](https://github.com/tornadoweb/tornado) | `6.0.4` | `6.4.1` | | [tqdm](https://github.com/tqdm/tqdm) | `4.49.0` | `4.66.3` | | [transformers](https://github.com/huggingface/transformers) | `4.5.1` | `4.38.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.2` | `1.26.19` | | [werkzeug](https://github.com/pallets/werkzeug) | `1.0.1` | `3.0.3` | | [zipp](https://github.com/jaraco/zipp) | `3.1.0` | `3.19.1` | Updates `bleach` from 3.1.5 to 3.3.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v3.1.5...v3.3.0) Updates `certifi` from 2020.12.5 to 2024.7.4 - [Commits](certifi/python-certifi@2020.12.05...2024.07.04) Updates `cookiecutter` from 1.7.2 to 2.1.1 - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Changelog](https://github.com/cookiecutter/cookiecutter/blob/main/HISTORY.md) - [Commits](cookiecutter/cookiecutter@1.7.2...2.1.1) Updates `future` from 0.18.2 to 0.18.3 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](PythonCharmers/python-future@v0.18.2...v0.18.3) Updates `gitpython` from 3.1.14 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.14...3.1.41) Updates `grpcio` from 1.36.0 to 1.53.2 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.36.0...v1.53.2) Updates `ipython` from 7.21.0 to 8.10.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.21.0...8.10.0) Updates `joblib` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/main/CHANGES.rst) - [Commits](joblib/joblib@1.0.0...1.2.0) Updates `mpmath` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/fredrik-johansson/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](mpmath/mpmath@1.2.1...1.3.0) Updates `nbconvert` from 5.6.1 to 6.5.1 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@5.6.1...6.5.1) Updates `notebook` from 6.0.3 to 6.4.12 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md) - [Commits](jupyter/notebook@6.0.3...6.4.12) Updates `numpy` from 1.19.4 to 1.22.0 - [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.4...v1.22.0) Updates `onnx` from 1.8.1 to 1.16.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.8.1...v1.16.0) Updates `protobuf` from 3.15.3 to 3.18.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.15.3...v3.18.3) Updates `pyarrow` from 3.0.0 to 14.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-3.0.0...go/v14.0.1) Updates `pydantic` from 1.7.3 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.7.3...v1.10.13) Updates `pyjwt` from 1.7.1 to 2.4.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@1.7.1...2.4.0) Updates `pytorch-lightning` from 1.2.10 to 1.6.0 - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Changelog](https://github.com/Lightning-AI/pytorch-lightning/blob/1.6.0/CHANGELOG.md) - [Commits](Lightning-AI/pytorch-lightning@1.2.10...1.6.0) Updates `reportlab` from 3.5.51 to 3.6.13 Updates `requests` from 2.25.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.0...v2.32.2) Updates `sentry-sdk` from 1.0.0 to 1.14.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@v1...1.14.0) Updates `torch` from 1.8.1 to 1.13.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v1.8.1...v1.13.1) Updates `tornado` from 6.0.4 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.0.4...v6.4.1) Updates `tqdm` from 4.49.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.49.0...v4.66.3) Updates `transformers` from 4.5.1 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.5.1...v4.38.0) Updates `urllib3` from 1.26.2 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.2...1.26.19) Updates `werkzeug` from 1.0.1 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...3.0.3) Updates `zipp` from 3.1.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.1.0...v3.19.1) --- updated-dependencies: - dependency-name: bleach dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cookiecutter dependency-type: direct:production dependency-group: pip - dependency-name: future dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: grpcio dependency-type: direct:production dependency-group: pip - dependency-name: ipython dependency-type: direct:production dependency-group: pip - dependency-name: joblib dependency-type: direct:production dependency-group: pip - dependency-name: mpmath dependency-type: direct:production dependency-group: pip - dependency-name: nbconvert dependency-type: direct:production dependency-group: pip - dependency-name: notebook dependency-type: direct:production dependency-group: pip - dependency-name: numpy dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-type: direct:production dependency-group: pip - dependency-name: pytorch-lightning dependency-type: direct:production dependency-group: pip - dependency-name: reportlab dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
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 the pip group with 28 updates in the /bigbench/benchmark_tasks/chess_state_tracking/scripts directory:
3.1.53.3.02020.12.52024.7.41.7.22.1.10.18.20.18.33.1.143.1.411.36.01.53.27.21.08.10.01.0.01.2.01.2.11.3.05.6.16.5.16.0.36.4.121.19.41.22.01.8.11.16.03.15.33.18.33.0.014.0.11.7.31.10.131.7.12.4.01.2.101.6.03.5.513.6.132.25.02.32.21.0.01.14.01.8.11.13.16.0.46.4.14.49.04.66.34.5.14.38.01.26.21.26.191.0.13.0.33.1.03.19.1Updates
bleachfrom 3.1.5 to 3.3.0Changelog
Sourced from bleach's changelog.
... (truncated)
Commits
79b7a3cMerge pull request from GHSA-vv2x-vrpj-qqpq842fcb4Update for v3.3.0 release1334134sanitizer: escape HTML commentsc045a8bMerge pull request #581 from mozilla/nit-fixes491abb0fix typo s/vnedoring/vendoring/10b1c5dvendor: add html5lib-1.1.dist-info/REQUESTEDcd838c3Merge pull request #579 from mozilla/validate-convert-entity-code-points612b808Update for v3.2.3 release6879f6ahtml5lib_shim: validate unicode points for convert_entity90cb80bUpdate for v3.2.2 releaseUpdates
certififrom 2020.12.5 to 2024.7.4Commits
bd815382024.07.04 (#295)06a2cbfBump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)Updates
cookiecutterfrom 1.7.2 to 2.1.1Release notes
Sourced from cookiecutter's releases.
... (truncated)
Changelog
Sourced from cookiecutter's changelog.
... (truncated)
Commits
f9376a9Prepare release 2.1.1fdffddbMerge pull request #1689 from cookiecutter/sanitize-mercurial-checkout85a7884Lint fixese26c465Sanitize Mercurial branch information before checkout.94036d0Merge pull request #1687 from cookiecutter/bump-version-back-to-dev70b2ee2Merge pull request #1686 from alkatar21/patch-18b33e96Bump version to 2.1.1.dev058d716f[Docs] Fix local extensions documentationf601b71Merge pull request #1684 from cookiecutter/bump-release-2.1.096c6826bump version and edit historieUpdates
futurefrom 0.18.2 to 0.18.3Release notes
Sourced from future's releases.
... (truncated)
Changelog
Sourced from future's changelog.
... (truncated)
Commits
af1db97Merge pull request #613 from PythonCharmers/lwan/0.18.3-release079ee9bPrepare for 0.18.3 release02f7a81Merge pull request #610 from wshanks/wshanks-patch-1c91d70bBackport fix for bpo-3880480523f3Merge pull request #569 from jmadler/master5e5af71Merge pull request #582 from r3m0t/patch-617e4bbdMerge pull request #596 from abjonnes/fix-print-trailing-comma1b427baMerge branch 'xZise-official-count' into masterc8eb497Merge branch 'official-count' of https://github.com/xZise/python-future into ...dffc579Fix bug in fix_print.py fixerUpdates
gitpythonfrom 3.1.14 to 3.1.41Release notes
Sourced from gitpython's releases.
... (truncated)
Commits
f288738bump patch levelef3192cMerge pull request #1792 from EliahKagan/popen1f3caa3Further clarify comment in test_hook_uses_shell_not_from_cwd3eb7c2aMove safer_popen from git.util to git.cmdc551e91Extract shared logic for using Popen safely on Windows15ebb25Clarify comment in test_hook_uses_shell_not_from_cwdf44524aAvoid spurious "location may have moved" on Windowsa42ea0aCover absent/no-distro bash.exe in hooks "not from cwd" test7751436Extract venv management from test_installation66ff4c1Omit CWD in search for bash.exe to run hooks on WindowsUpdates
grpciofrom 1.36.0 to 1.53.2Release notes
Sourced from grpcio's releases.
... (truncated)
Changelog
Sourced from grpcio's changelog.
Commits
afb307f[v1.53.x][Interop] Backport Python image update (#33864)7a9373b[Backport] [dependency] Restrict cython to less than 3.X (#33770)fdb64a6[v1.53][Build] Update Phusion baseimage (#33767) (#33836)cdf4186[PSM Interop] Legacy tests: fix xDS test client build (v1.53.x backport) (#33...ce5b93a[PSM Interop] Legacy test builds always pull the driver from master (v1.53.x ...b24b6ea[release] Bump release version to 1.53.2 (#33709)1e86ca5[backport][iomgr][EventEngine] Improve server handling of file descriptor exh...aff3066[PSM interop] Don't fail url_map target if sub-target already failed (v1.53.x...539d75c[PSM interop] Don't fail target if sub-target already failed (#33222) (v1.53....3e79c88[Release] Bump version to 1.53.1 (on v1.53.x branch) (#33047)Updates
ipythonfrom 7.21.0 to 8.10.0Commits
15ea1edrelease 8.10.0560ad10DOC: Update what's new for 8.10 (#13939)7557adeDOC: Update what's new for 8.10385d693Merge pull request from GHSA-29gw-9793-fvw7e548ee2Swallow potential exceptions from showtraceback() (#13934)0694b08MAINT: mock slowest test. (#13885)8655912MAINT: mock slowest test.a011765Isolate the attack tests with setUp and tearDown methodsc7a9470Add some regression tests for this changefd34cf5Swallow potential exceptions from showtraceback()Updates
joblibfrom 1.0.0 to 1.2.0Changelog
Sourced from joblib's changelog.
... (truncated)
Commits
5991350Release 1.2.03fa2188MAINT cleanup numpy warnings related to np.matrix in tests (#1340)cea26ffCI test the future loky-3.3.0 branch (#1338)8aca6f4MAINT: remove pytest.warns(None) warnings in pytest 7 (#1264)067ed4fXFAIL test_child_raises_parent_exits_cleanly with multiprocessing (#1339)ac4ebd5MAINT add back pytest warnings plugin (#1337)a23427dTest child raises parent exits cleanly more reliable on macos (#1335)ac09691[MAINT] various test updates (#1334)4a314b1Vendor loky 3.2.0 (#1333)bdf47e9Make test_parallel_with_interactively_defined_functions_default_backend timeo...Updates
mpmathfrom 1.2.1 to 1.3.0Release notes
Sourced from mpmath's releases.
Changelog
Sourced from mpmath's changelog.
... (truncated)
Commits
b5c0450version 1.3.0a27581cMerge pull request #656 from cclauss/patch-29d7884bdon't use .ae method in library code967de83Downgrade to ubuntu-20.04 for Py35 and Py366425c6abuild: strategy: fail-fast: falsee2341c7GitHub Actions: Test on Python 3.11 production release1258e33fix failing doctestsb7c15d6include signals documentation; remove duplicate docstrings1b476eaupdate doc building instructions5f57bebMerge pull request #646 from cclauss/patch-1Updates
nbconvertfrom 5.6.1 to 6.5.1Release notes
Sourced from nbconvert's releases.