Skip to content
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

chore(deps): update pypi requirements.txt (requirements.txt) (master) #362

Merged

Conversation

ivankatliarchuk
Copy link
Owner

@ivankatliarchuk ivankatliarchuk commented Sep 15, 2022

This PR contains the following updates:

Package Update Change
joblib (source) minor ==1.1.0 -> ==1.2.0
mkdocs-material (source) minor ==8.4.3 -> ==8.5.1
regex patch ==2022.9.11 -> ==2022.9.13

Release Notes

joblib/joblib

v1.2.0

Compare Source

  • Fix a security issue where eval(pre_dispatch) could potentially run
    arbitrary code. Now only basic numerics are supporthttps://github.com/joblib/joblib/pull/1327ull/1327

  • Make sure that joblib works even when multiprocessing is not available,
    for instance with Pyodhttps://github.com/joblib/joblib/pull/1256ull/1256

  • Avoid unnecessary warnings when workers and main process delete
    the temporary memmap folder contents concurrenthttps://github.com/joblib/joblib/pull/1263ull/1263

  • Fix memory alignment bug for pickles containing numpy arrays.
    This is especially important when loading the pickle with
    mmap_mode != None as the resulting numpy.memmap object
    would not be able to correct the misalignment without performing
    a memory copy.
    This bug would cause invalid computation and segmentation faults
    with native code that would directly access the underlying data
    buffer of a numpy array, for instance C/C++/Cython code compiled
    with older GCC versions or some old OpenBLAS written in plathttps://github.com/joblib/joblib/pull/1254thub.com/Make sure arrays are bytes aligned in joblib picklesΒ joblib/joblib#1254

  • Vendor cloudpickle 2.2.0 which adds support for PyPy 3.8+.

  • Vendor loky 3.3.0 which fixes several bugs including:

    • robustly forcibly terminating worker processes in case of a crash
      https://github.com/joblib/joblib/pull/1269ull/1269);

    • avoiding leaking worker processes in case of nested loky parallel
      calls;

    • reliability spawn the correct number of reusable workers.

squidfunk/mkdocs-material

v8.5.1

Compare Source

  • Fixed #​4366: Removed dependencies with native extensions

v8.5.0

Compare Source

  • Added support for social cards
  • Added support for code annotation anchor links (deep linking)
  • Added support for code annotation comment stripping (syntax modifier)
  • Added support for sidebars scrolling automatically to active item
  • Added support for anchor following table of contents (= auto scroll)
  • Added support for tag icons

v8.4.4

Compare Source

  • Moved comments integration to separate partial (comments.html)
mrabarnett/mrab-regex

v2022.9.13

Compare Source


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added deps minor when you add functionality in a backwards compatible manner pypi python renovate labels Sep 15, 2022
@ivankatliarchuk ivankatliarchuk self-assigned this Sep 15, 2022
@trafico-bot trafico-bot bot added the πŸ” Ready for Review Pull Request is not reviewed yet label Sep 15, 2022
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-datasource-deptype-packagefile branch 2 times, most recently from 7b79732 to 49d9952 Compare September 17, 2022 05:07
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/master-datasource-deptype-packagefile branch from 49d9952 to caac6c7 Compare September 17, 2022 10:44
@ivankatliarchuk ivankatliarchuk merged commit fca0943 into master Sep 18, 2022
@ivankatliarchuk ivankatliarchuk deleted the renovate/master-datasource-deptype-packagefile branch September 18, 2022 16:23
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed πŸ” Ready for Review Pull Request is not reviewed yet labels Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps ✨ Merged Pull Request has been merged successfully minor when you add functionality in a backwards compatible manner pypi python renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant