Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dynaconf ==3.1.7 -> ==3.1.11 age adoption passing confidence

Release Notes

dynaconf/dynaconf

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)
          Allow merge_unique on lists when merge_enabled=True (#​810)
          Rebind current env when forced for Pytest Fix #​728 (#​809)
          AUTO_CAST can be enabled on instance (#​811)
          Ensure pyminify is on release script
          Add missing tomllib to monify script
    
    Gaurav Talreja (1):
          Fix #​807 Use client.auth.approle.login instead of client.auth_approle (#​808)
    
    Jitendra Yejare (1):
          Fix #​768 of kv property depreciation from client object (#​769)
    
    Joren Retel (2):
          Feature/detect casting comb token from converters (#​784)
          Adding documentation and example to makefile. (#​791)
    
    João Gustavo A. Amorim (1):
          Add pyupgrade hook (#​759)
    
    Kian-Meng Ang (1):
          Fix typos (#​788)
    
    Lucas Limeira (1):
          Using filter_strategy in env_loader to fix #​760 (#​767)
    
    Nicholas Nadeau, Ph.D., P.Eng (1):
          fix: typo (#​766)
    
    Oleksii Baranov (2):
          Bump codecov action version (#​775)
          Fix cli init command for flask (#​705) (#​774)
    
    Pedro de Medeiros (1):
          documentation fixes (#​771)
    
    The Gitter Badger (1):
          Add a Gitter chat badge to README.md (#​776)
    
    Théo Melo (1):
          Fixing a typo on the readme file (#​763)
    
    Vicente Marçal (1):
          docs(pt-br): Docs Translation to brazilian portugues. (#​787)
    

v3.1.10

Compare Source

Fix

- Typo (#​766) [Bruno Rocha, Nicholas Nadeau, Ph.D., P.Eng]

Other
  • 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)
          Allow merge_unique on lists when merge_enabled=True (#​810)
          Rebind current env when forced for Pytest Fix #​728 (#​809)
          AUTO_CAST can be enabled on instance (#​811)
          Ensure pyminify is on release script
          Add missing tomllib to monify script
    
    Gaurav Talreja (1):
          Fix #​807 Use client.auth.approle.login instead of client.auth_approle (#​808)
    
    Jitendra Yejare (1):
          Fix #​768 of kv property depreciation from client object (#​769)
    
    Joren Retel (2):
          Feature/detect casting comb token from converters (#​784)
          Adding documentation and example to makefile. (#​791)
    
    João Gustavo A. Amorim (1):
          Add pyupgrade hook (#​759)
    
    Kian-Meng Ang (1):
          Fix typos (#​788)
    
    Lucas Limeira (1):
          Using filter_strategy in env_loader to fix #​760 (#​767)
    
    Nicholas Nadeau, Ph.D., P.Eng (1):
          fix: typo (#​766)
    
    Oleksii Baranov (2):
          Bump codecov action version (#​775)
          Fix cli init command for flask (#​705) (#​774)
    
    Pedro de Medeiros (1):
          documentation fixes (#​771)
    
    The Gitter Badger (1):
          Add a Gitter chat badge to README.md (#​776)
    
    Théo Melo (1):
          Fixing a typo on the readme file (#​763)
    
    Vicente Marçal (1):
          docs(pt-br): Docs Translation to brazilian portugues. (#​787)
    
  • Add missing tomllib to monify script. [Bruno Rocha]

  • Ensure pyminify is on release script. [Bruno Rocha]

  • AUTO_CAST can be enabled on instance (#​811) [Bruno Rocha]

    Fix #​772

  • Rebind current env when forced for Pytest Fix #​728 (#​809) [Bruno
    Rocha]

  • Allow merge_unique on lists when merge_enabled=True (#​810) [Bruno
    Rocha]

    Fix #​726

  • Fix #​807 Use client.auth.approle.login instead of client.auth_approle
    (#​808) [Gaurav Talreja]

  • Fix typos (#​788) [Kian-Meng Ang]

    Found via this command:

    codespell -S "./dynaconf/vendor/*,./docs/pt-br/*,./.mypy_cache/*,*.svg" -L hashi
    
  • Test runner docs and styling (#​806) [Bruno Rocha]

    • Test runner docs and styling

    • No emojis on windows

  • Add a functional test runner (#​805) [Bruno Rocha]

    • Add a functional test runner

    • Renamed example/ to tests_functional/

  • Fix get command with Django (#​804) [Bruno Rocha]

    Fix #​789

  • Parse negative numbers from envvar Fix #​799 and Fix #​585 (#​802) [Bruno
    Rocha]

  • Fix codecov (#​801) [Bruno Rocha]

    • Fix codecov

    • call coverage xml

  • Replacing rochacbruno/ with dynaconf/ (#​800) [Bruno Rocha]

    • Replacing rochacbruno/ with dynaconf/

    • xscode doesn't exist anymore

  • Removed vendor_src folder (#​798) [Bruno Rocha]

    • Removed vendor_src folder

    Now vendor is the source
    and minification happens during release process.

    • Added tomllib (vendored) as a replacement for toml fix #​708

    toml kept as a fallback until 4.0.0 to nor break compatibility

    • toml follows 0.5.0 spec
    • tomlib follows 1.0.0 spec
    • toml allows emojis and unicode chars unencoded
    • tomllib foolows the spec where only encoded chars are allowed
  • Add test and docs about includes (#​796) [Bruno Rocha]

    closes #​794

  • New data key casing must adapt to existing key casing (#​795) [Bruno
    Rocha]

    Fix #​737

  • Docs(pt-br): Docs Translation to brazilian portugues. (#​787) [Vicente
    Marçal]

  • Adding documentation and example to makefile. (#​791) [Joren Retel]

    • Adding documentation and example to makefile.

    • Put header one level down in docs.

  • Feature/detect casting comb token from converters (#​784) [Joren Retel]

  • Envars.md typo fix (#​786) [Amadou Crookes]

  • Fix CI. [Bruno Rocha]

  • Demo repo will be replaced by a video tutorial soon. [Bruno Rocha]

  • Update badges. [Bruno Rocha]

  • Documentation fixes (#​771) [Bruno Rocha, Pedro de Medeiros]

  • Add a Gitter chat badge to README.md (#​776) [Bruno Rocha, The Gitter
    Badger]

  • Fix cli init command for flask (#​705) (#​774) [Bruno Rocha, Oleksii
    Baranov]

  • Bump codecov action version (#​775) [Oleksii Baranov]

  • Fix #​768 of kv property depreciation from client object (#​769)
    [Jitendra Yejare]

  • Using filter_strategy in env_loader to fix #​760 (#​767) [Lucas Limeira]

  • Fixing a typo on the readme file (#​763) [Théo Melo]

  • Add pyupgrade hook (#​759) [João Gustavo A. Amorim]

    • update hooks and add pyupgrade

    • updates by pyupgrade

    • remove unused typing imports

    • add from __future__ import annotations across the codebase

    • add from __future__ import annotations in examples

  • Bump dev version to 3.1.10. [Bruno Rocha]

  • Release version 3.1.9. [Bruno Rocha]

    Shortlog of commits since last release:

    Bruno Rocha (4):
          Release version 3.1.8
          Bye py 3.7
          Multiple fixes for 3.19 (#​756)
          update docs site (#​758)
    
    João Gustavo A. Amorim (1):
          Organize pre-commit setup (#​757)
    
    dependabot[bot] (1):
          Bump django from 2.2.27 to 2.2.28 in /example/django_pytest_pure (#​743)
    

v3.1.9

Compare Source

  • Release version 3.1.9. [Bruno Rocha]

    Shortlog of commits since last release:

    Bruno Rocha (4):
          Release version 3.1.8
          Bye py 3.7
          Multiple fixes for 3.19 (#​756)
          update docs site (#​758)
    
    João Gustavo A. Amorim (1):
          Organize pre-commit setup (#​757)
    
    dependabot[bot] (1):
          Bump django from 2.2.27 to 2.2.28 in /example/django_pytest_pure (#​743)
    
  • Update docs site (#​758) [Bruno Rocha]

  • Organize pre-commit setup (#​757) [João Gustavo A. Amorim]

  • Multiple fixes for 3.19 (#​756) [Bruno Rocha]

  • Bump django from 2.2.27 to 2.2.28 in /example/django_pytest_pure
    (#​743) [dependabot[bot], dependabot[bot]]

  • Bye py 3.7. [Bruno Rocha]

  • Release version 3.1.8. [Bruno Rocha]

    Shortlog of commits since last release:

    Anderson Sousa (1):
          Document the usage with python -m (#​710)
    
    Andressa Cabistani (2):
          Add unique label when merging lists to fix issue #​653 (#​661)
          Add new validation to fix issue #​585 (#​667)
    
    Armin Berres (1):
          Fix typo in error message
    
    Bruno Rocha (7):
          Release version 3.1.7
          Found this bug that was duplicating the generated envlist (#​663)
          Add support for Python 3.10 (#​665)
          Attempt to fix #​555 (#​669)
          Create update_contributors.yml
          Fixing pre-coomit and docs CI
          Added `dynaconf get` command to cli (#​730)
    
    Caneco (2):
          improvement: add brand new logo to the project (#​686)
          improvement: update socialcard to match the python way (#​687)
    
    EdwardCuiPeacock (2):
          Feature: add @​jinja and @​format casting (#​704)
          Combo converter doc (#​735)
    
    Eitan Mosenkis (1):
          Fix FlaskConfig.setdefault (#​706)
    
    Enderson Menezes (Mr. Enderson) (2):
          Force PYTHONIOENCODING to utf-8 to fix #​664 (#​672)
          edit: move discussions to github tab (#​682)
    
    Eugene Triguba (1):
          Fix custom prefix link in envvar documentation (#​680)
    
    Gibran Herrera (1):
          Fix Issue 662 Lazy validation (#​675)
    
    Jitendra Yejare (2):
          Load vault secrets from environment less stores or which are not written by dynaconf (#​725)
          Use default value when settings is blank (#​729)
    
    Pavel Alimpiev (1):
          Update docs link (#​678)
    
    Ugo Benassayag (1):
          Added validate_only_current_env to validator (issue #​734) (#​736)
    
    Waylon Walker (1):
          Docs Fix Spelling (#​696)
    
    dependabot[bot] (3):
          Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure (#​711)
          Bump mkdocs from 1.1.2 to 1.2.3 (#​715)
          Bump django from 2.2.26 to 2.2.27 in /example/django_pytest_pure (#​717)
    
    github-actions[bot] (2):
          [automated] Update Contributors File (#​691)
          [automated] Update Contributors File (#​732)
    
    lowercase00 (1):
          Makes Django/Flask kwargs case insensitive (#​721)
    

v3.1.8

Compare Source

  • Release version 3.1.8. [Bruno Rocha]

    Shortlog of commits since last release:

    Anderson Sousa (1):
          Document the usage with python -m (#​710)
    
    Andressa Cabistani (2):
          Add unique label when merging lists to fix issue #​653 (#​661)
          Add new validation to fix issue #​585 (#​667)
    
    Armin Berres (1):
          Fix typo in error message
    
    Bruno Rocha (7):
          Release version 3.1.7
          Found this bug that was duplicating the generated envlist (#​663)
          Add support for Python 3.10 (#​665)
          Attempt to fix #​555 (#​669)
          Create update_contributors.yml
          Fixing pre-coomit and docs CI
          Added `dynaconf get` command to cli (#​730)
    
    Caneco (2):
          improvement: add brand new logo to the project (#​686)
          improvement: update socialcard to match the python way (#​687)
    
    EdwardCuiPeacock (2):
          Feature: add @​jinja and @​format casting (#​704)
          Combo converter doc (#​735)
    
    Eitan Mosenkis (1):
          Fix FlaskConfig.setdefault (#​706)
    
    Enderson Menezes (Mr. Enderson) (2):
          Force PYTHONIOENCODING to utf-8 to fix #​664 (#​672)
          edit: move discussions to github tab (#​682)
    
    Eugene Triguba (1):
          Fix custom prefix link in envvar documentation (#​680)
    
    Gibran Herrera (1):
          Fix Issue 662 Lazy validation (#​675)
    
    Jitendra Yejare (2):
          Load vault secrets from environment less stores or which are not written by dynaconf (#​725)
          Use default value when settings is blank (#​729)
    
    Pavel Alimpiev (1):
          Update docs link (#​678)
    
    Ugo Benassayag (1):
          Added validate_only_current_env to validator (issue #​734) (#​736)
    
    Waylon Walker (1):
          Docs Fix Spelling (#​696)
    
    dependabot[bot] (3):
          Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure (#​711)
          Bump mkdocs from 1.1.2 to 1.2.3 (#​715)
          Bump django from 2.2.26 to 2.2.27 in /example/django_pytest_pure (#​717)
    
    github-actions[bot] (2):
          [automated] Update Contributors File (#​691)
          [automated] Update Contributors File (#​732)
    
    lowercase00 (1):
          Makes Django/Flask kwargs case insensitive (#​721)
    
  • Combo converter doc (#​735) [EdwardCuiPeacock]

  • Added validate_only_current_env to validator (issue #​734) (#​736) [Ugo
    Benassayag, Ugo Benassayag]

  • [automated] Update Contributors File (#​732) [github-actions[bot],
    rochacbruno]

  • Added dynaconf get command to cli (#​730) [Bruno Rocha]

  • Fixing pre-coomit and docs CI. [Bruno Rocha]

  • Fix typo in error message. [Armin Berres]

    It is, e.g., REDIS_HOST_FOR_DYNACONF - not REDIS_FOR_DYNACONF_HOST.

  • Bump django from 2.2.26 to 2.2.27 in /example/django_pytest_pure
    (#​717) [Bruno Rocha, dependabot[bot], dependabot[bot]]

  • Bump mkdocs from 1.1.2 to 1.2.3 (#​715) [Bruno Rocha, dependabot[bot],
    dependabot[bot]]

  • Fix custom prefix link in envvar documentation (#​680) [Andressa
    Cabistani, Bruno Rocha, Eugene Triguba]

  • Use default value when settings is blank (#​729) [Bruno Rocha, Jitendra
    Yejare]

  • Load vault secrets from environment less stores or which are not
    written by dynaconf (#​725) [Jitendra Yejare]

  • Makes Django/Flask kwargs case insensitive (#​721) [lowercase00]

  • Docs Fix Spelling (#​696) [Bruno Rocha, Waylon Walker]

  • Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure (#​711)
    [Bruno Rocha, dependabot[bot], dependabot[bot]]

  • [automated] Update Contributors File (#​691) [github-actions[bot],
    rochacbruno]

  • Feature: add @​jinja and @​format casting (#​704) [Bruno Rocha,
    EdwardCuiPeacock]

  • Document the usage with python -m (#​710) [Anderson Sousa, Bruno Rocha]

  • Fix FlaskConfig.setdefault (#​706) [Eitan Mosenkis]

  • Create update_contributors.yml. [Bruno Rocha]

  • Improvement: update socialcard to match the python way (#​687) [Caneco]

  • Improvement: add brand new logo to the project (#​686) [Caneco]

  • Edit: move discussions to github tab (#​682) [Enderson Menezes (Mr.
    Enderson)]

  • Update docs link (#​678) [Pavel Alimpiev]

    • Replace an old Django-related link with a new one

    • Update docs link

  • Fix Issue 662 Lazy validation (#​675) [Gibran Herrera]

  • Force PYTHONIOENCODING to utf-8 to fix #​664 (#​672) [Enderson Menezes
    (Mr. Enderson)]

  • Attempt to fix #​555 (#​669) [Bruno Rocha]

  • Add new validation to fix issue #​585 (#​667) [Andressa Cabistani,
    andressa.cabistani]

  • Add support for Python 3.10 (#​665) [Bruno Rocha]

    Python 3.10 supported and tested

  • Found this bug that was duplicating the generated envlist (#​663)
    [Bruno Rocha]

  • Add unique label when merging lists to fix issue #​653 (#​661) [Andressa
    Cabistani, andressa.cabistani]

  • Release version 3.1.7. [Bruno Rocha]

    Shortlog of commits since last release:

    Bruno Rocha (2):
          Release version 3.1.6
          Add missing docs and missing python_requires (#​659)
    

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/dynaconf-3.x branch from dd0a92a to 451834f Compare June 18, 2022 17:45
@renovate renovate bot changed the title Update dependency dynaconf to v3.1.8 Update dependency dynaconf to v3.1.9 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/dynaconf-3.x branch from 451834f to e6e4a28 Compare September 25, 2022 13:44
@renovate renovate bot changed the title Update dependency dynaconf to v3.1.9 Update dependency dynaconf to v3.1.11 Sep 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant