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

fix(deps): update all non-major dependencies #7

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
arg-services (source) 1.0.0 -> 1.2.3 age adoption passing confidence dependencies minor
arguebuf (source) 1.2.2 -> 1.2.4 age adoption passing confidence dependencies patch
dataclasses-json 0.5.6 -> 0.5.7 age adoption passing confidence dependencies patch
datasets 2.7.1 -> 2.10.1 age adoption passing confidence dependencies minor
dynaconf 3.1.7 -> 3.1.12 age adoption passing confidence dependencies patch
ipykernel 6.9.1 -> 6.21.3 age adoption passing confidence dev-dependencies minor
lxml (source, changelog) 4.9.1 -> 4.9.2 age adoption passing confidence dependencies patch
nvidia/cuda 11.5.1-cudnn8-runtime-ubuntu20.04 -> 11.8.0-cudnn8-runtime-ubuntu20.04 age adoption passing confidence final minor
pandas (source) 1.4.1 -> 1.5.3 age adoption passing confidence dependencies minor
scikit-learn (source) 1.0.2 -> 1.2.2 age adoption passing confidence dependencies minor
sentencepiece 0.1.96 -> 0.1.97 age adoption passing confidence dependencies patch
torch 1.10.2 -> 1.13.1 age adoption passing confidence dependencies minor
transformers 4.16.2 -> 4.27.1 age adoption passing confidence dependencies minor

Release Notes

recap-utr/arg-services-python

v1.2.3

Compare Source

Bug Fixes
  • remove protocols from address argument (510c692)

v1.2.2

Compare Source

Bug Fixes
  • output correct address for multiple processes (8061a7e)

v1.2.1

Compare Source

Bug Fixes
  • deps: bump arg-services to v1.2.1 (a00d76a)

v1.2.0

Compare Source

Features
  • bump arg-services to v1.2.0 (39c46af)

v1.1.0

Compare Source

Features
  • bump arg-services to v1.1.0 (ccceae3)

v1.0.9

Compare Source

Bug Fixes
  • require all arguments for serve_single (e3d21a5)

v1.0.8

Compare Source

Bug Fixes
  • init file was copied to wrong folder (3e9355f)

v1.0.7

Compare Source

Bug Fixes
  • no files were included in pypi package (8e122a6)

v1.0.6

Compare Source

Bug Fixes

v1.0.5

Compare Source

Bug Fixes
  • add grpc-stubs package (6835a48)
  • pypi package linked to typescript repo (c22f475)

v1.0.4

Compare Source

Bug Fixes
  • run buf mod update before generation (8ef9ee0)

v1.0.3

Compare Source

Bug Fixes
  • update arg-services to v1.0.4 (75972fd)

v1.0.2

Bug Fixes
  • add google package to python (45a9fab)

v1.0.1

Bug Fixes
  • include dependencies during generation (163ec18)
  • update deps (4f4dbac)
recap-utr/arguebuf-python

v1.2.4

Compare Source

Bug Fixes
  • handling missing edge source/target at import (899a34f)

v1.2.3

Compare Source

Bug Fixes
  • solve cli translator issue (6c7b1ab)
lidatong/dataclasses-json

v0.5.7

Compare Source

What's Changed

Full Changelog: lidatong/dataclasses-json@v0.5.6...v0.5.7

huggingface/datasets

v2.10.1

Compare Source

What's Changed

Full Changelog: huggingface/datasets@2.10.0...2.10.1

v2.10.0

Compare Source

Important

Datasets features

Documentation

General improvements and bug fixes

New Contributors

Full Changelog: huggingface/datasets@2.9.0...ef

v2.9.0

Compare Source

Datasets Features

Documentation

General improvements and bug fixes

New Contributors

Full Changelog: huggingface/datasets@2.8.0...2.9.0

v2.8.0

Compare Source

Important

  • Removed YAML integer keys from class_label metadata by @​albertvillanova in https://github.com/huggingface/datasets/pull/5277
    • From now on, datasets pushed on the Hub and using ClassLabel will use a new YAML model to store the feature types
    • The new model uses strings instead of integers for the ids in label name mapping (e.g. 0 -> "0"). This is due to the Hub limitations. In a few months the Hub may stop allowing users to push the old YAML model.
    • Old versions of datasets are not able to reload datasets pushed with this new model, so we encourage everyone to update.

Datasets Features

Docs

General improvements and bug fixes

New Contributors

Full Changelog: huggingface/datasets@2.7.0...2.8.0

dynaconf/dynaconf

v3.1.12

Compare Source

Fix

- Envvars.md get `HOME` environment variable (#​831) [MicLon]

Other
  • Release version 3.1.12. [Bruno Rocha]

    Shortlog of commits since last release:

    André "decko" de Brito (2):
          Removes Codacy Coverage Reporter (#​871)
          Add a namespace property for VAULT_FOR_DYNACONF dict (#​870)
    
    Bruno Rocha (8):
          Release version 3.1.11
          bump dev version to 3.1.12
          Ensure `dynaconf get` returns a valid json string. (#​813)
          [bugfix] Fix access of keys with spaces (#​815)
          hotfix func tests (#​816)
          Add Python 3.11 to CI (#​830)
          fix lint error
          Fix casting on Validator and improve docs (#​873)
    
    Bryan Weber (1):
          Fix typos in envvars docs (#​840)
    
    Florian Apolloner (1):
          Small typo fix. (#​822)
    
    Maxwell G (1):
          Include license files for vendored deps (#​841)
    
    MicLon (1):
          fix: envvars.md get `HOME` environment variable (#​831)
    
    Otávio Dantas (1):
          doc(pt-br): translate flask extension to pt-br (#​852)
    
    Sergio Kef (1):
          Fix code snippet in docs (#​843)
    
    Tetiana (1):
          #​817 Add note about defining root_path when testing (#​818)
    
    jctanner (1):
          Handle all failures when pwd does not exist. (#​857)
    
    jmeichle (1):
          Add support for VAULT_NAMESPACE_FOR_DYNACONF (#​854)
    
  • Fix casting on Validator and improve docs (#​873) [Bruno Rocha]

    fix: #​823
    fix: #​834

  • Fix lint error. [Bruno Rocha]

  • Small typo fix. (#​822) [Bruno Rocha, Florian Apolloner]

  • Fix typos in envvars docs (#​840) [Bruno Rocha, Bryan Weber]

  • Include license files for vendored deps (#​841) [Bruno Rocha, Maxwell
    G]

  • Fix code snippet in docs (#​843) [Sergio Kef]

    Fix syntax error, missing comma

  • Add a namespace property for VAULT_FOR_DYNACONF dict (#​870) [André
    "decko" de Brito, Bruno Rocha]

  • Removes Codacy Coverage Reporter (#​871) [André "decko" de Brito]

  • Add support for VAULT_NAMESPACE_FOR_DYNACONF (#​854) [Bruno Rocha,
    jmeichle]

    • Add support for VAULT_NAMESPACE_FOR_DYNACONF

    • adjusting for linting


  • Handle all failures when pwd does not exist. (#​857) [jctanner]

    • Handle all failures when pwd does not exist.

  • Doc(pt-br): translate flask extension to pt-br (#​852) [Otávio Dantas]

  • Add Python 3.11 to CI (#​830) [Bruno Rocha, Vicente Marçal]

    Fix a testing error on CI

  • #​817 Add note about defining root_path when testing (#​818) [Tetiana]

    fix #​817

  • Hotfix func tests (#​816) [Bruno Rocha]

  • [bugfix] Fix access of keys with spaces (#​815) [Bruno Rocha]

    Fix #​814

  • Ensure dynaconf get returns a valid json string. (#​813) [Bruno
    Rocha]

  • Bump dev version to 3.1.12. [Bruno Rocha]

  • Release version 3.1.11. [Bruno Rocha]

    This release is a hotfix on top of 3.1.10

    Please read changelog from https://github.com/dynaconf/dynaconf/releases/tag/3.1.10

    Shortlog of commits since last release:

    Bruno Rocha (2):
          Release version 3.1.10
          Release hotfix (no need to run coverage or include tests_functional)
    

v3.1.11

Compare Source

  • Release version 3.1.11. [Bruno Rocha]

    Shortlog of commits since last release:

    Bruno Rocha (2):
          Release version 3.1.10
          Release hotfix (no need to run coverage or include tests_functional)
    
  • Release hotfix (no need to run coverage or include tests_functional)
    [Bruno Rocha]

  • Release version 3.1.10. [Bruno Rocha]

    Shortlog of commits since last release:

    Amadou Crookes (1):
          envars.md typo fix (#​786)
    
    Bruno Rocha (19):
          Release version 3.1.9
          Bump dev version to 3.1.10
          Update badges
          demo repo will be replaced by a video tutorial soon
          Fix CI
          New data key casing must adapt to existing key casing (#​795)
          Add test and docs about includes (#​796)
          Removed vendor_src folder (#​798)
          Replacing rochacbruno/ with dynaconf/ (#​800)
          Fix codecov (#​801)
          Parse negative numbers from envvar Fix #​799 and Fix #​585 (#​802)
          Fix get command with Django (#​804)
          Add a functional test runner (#​805)
          Test runner docs and styling (#​806)
          All
    

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 becomes conflicted, 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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update nvidia/cuda docker tag to v11.8.0 Dec 19, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3cb37f3 to 5bf052f Compare March 17, 2023 01:53
@renovate renovate bot changed the title chore(deps): update nvidia/cuda docker tag to v11.8.0 fix(deps): update all non-major dependencies Mar 17, 2023
@mirkolenz mirkolenz closed this Mar 19, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch February 1, 2024 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant