Update dependency python-dotenv to v1 #116

Merged
Brain merged 2 commits from renovate/python-dotenv-1.x into main 2024-09-10 14:30:41 +02:00
Member

This PR contains the following updates:

Package Type Update Change
python-dotenv packages major ==0.21.1 -> ==1.0.1

Release Notes

theskumar/python-dotenv (python-dotenv)

v1.0.1

Compare Source

Fixed

Misc

v1.0.0

Compare Source

Fixed


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [python-dotenv](https://github.com/theskumar/python-dotenv) | packages | major | `==0.21.1` -> `==1.0.1` | --- ### Release Notes <details> <summary>theskumar/python-dotenv (python-dotenv)</summary> ### [`v1.0.1`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#101---2024-01-23) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1) **Fixed** - Gracefully handle code which has been imported from a zipfile (\[[#&#8203;456](https://github.com/theskumar/python-dotenv/issues/456)] by \[[@&#8203;samwyma](https://github.com/samwyma)]) - Allow modules using load_dotenv to be reloaded when launched in a separate thread (\[[#&#8203;497](https://github.com/theskumar/python-dotenv/issues/497)] by \[[@&#8203;freddyaboulton](https://github.com/freddyaboulton)]) - Fix file not closed after deletion, handle error in the rewrite function (\[[#&#8203;469](https://github.com/theskumar/python-dotenv/issues/469)] by \[[@&#8203;Qwerty-133](https://github.com/Qwerty-133)]) **Misc** - Use pathlib.Path in tests (\[[#&#8203;466](https://github.com/theskumar/python-dotenv/issues/466)] by \[[@&#8203;eumiro](https://github.com/eumiro)]) - Fix year in release date in changelog.md (\[[#&#8203;454](https://github.com/theskumar/python-dotenv/issues/454)] by \[[@&#8203;jankislinger](https://github.com/jankislinger)]) - Use https in README links (\[[#&#8203;474](https://github.com/theskumar/python-dotenv/issues/474)] by \[[@&#8203;Nicals](https://github.com/Nicals)]) ### [`v1.0.0`](https://github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#100---2023-02-24) [Compare Source](https://github.com/theskumar/python-dotenv/compare/v0.21.1...v1.0.0) **Fixed** - Drop support for python 3.7, add python 3.12-dev ([#&#8203;449](https://github.com/theskumar/python-dotenv/issues/449) by \[[@&#8203;theskumar](https://github.com/theskumar)]) - Handle situations where the cwd does not exist. ([#&#8203;446](https://github.com/theskumar/python-dotenv/issues/446) by \[[@&#8203;jctanner](https://github.com/jctanner)]) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-09-05 11:37:37 +02:00
Update dependency python-dotenv to v1
All checks were successful
continuous-integration/drone/pr Build is passing
1157115395
renovate-bot force-pushed renovate/python-dotenv-1.x from 1157115395 to 78bdd796e0 2024-09-10 13:36:41 +02:00 Compare
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Pipfile.lock
Command failed: pipenv lock
Locking [packages] dependencies...
False
Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 675, in <module>
    main()
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 661, in main
    _main(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 645, in _main
    resolve_packages(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 622, in resolve_packages
    results = clean_results(results, resolver, project, category)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 546, in clean_results
    reverse_deps = project.environment.reverse_dependencies()
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/project.py", line 514, in environment
    self._environment = self.get_environment(allow_global=allow_global)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/project.py", line 500, in get_environment
    environment = Environment(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/environment.py", line 79, in __init__
    self._base_paths = self.get_paths()
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/environment.py", line 334, in get_paths
    c = subprocess_run(command)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/processes.py", line 72, in subprocess_run
    return subprocess.run(
  File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 493, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 1720, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/renovate/cache/others/virtualenvs/ki-backend-UbiY4yZQ/bin/python'

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/cli/command.py", line 344, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/routines/lock.py", line 66, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 873, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 737, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Pipfile.lock ``` Command failed: pipenv lock Locking [packages] dependencies... False Traceback (most recent call last): File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 675, in <module> main() File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 661, in main _main( File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 645, in _main resolve_packages( File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 622, in resolve_packages results = clean_results(results, resolver, project, category) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/resolver.py", line 546, in clean_results reverse_deps = project.environment.reverse_dependencies() File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/project.py", line 514, in environment self._environment = self.get_environment(allow_global=allow_global) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/project.py", line 500, in get_environment environment = Environment( File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/environment.py", line 79, in __init__ self._base_paths = self.get_paths() File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/environment.py", line 334, in get_paths c = subprocess_run(command) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/processes.py", line 72, in subprocess_run return subprocess.run( File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 493, in run with Popen(*popenargs, **kwargs) as process: File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/opt/containerbase/tools/python/3.8.20/lib/python3.8/subprocess.py", line 1720, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/tmp/renovate/cache/others/virtualenvs/ki-backend-UbiY4yZQ/bin/python' Traceback (most recent call last): File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/bin/pipenv", line 8, in <module> sys.exit(cli()) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/cli/options.py", line 58, in main return super().main(*args, **kwargs, windows_expand_args=False) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1078, in main rv = self.invoke(ctx) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func return ctx.invoke(f, obj, *args, **kwargs) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func return f(get_current_context(), *args, **kwargs) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/cli/command.py", line 344, in lock do_lock( File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/routines/lock.py", line 66, in do_lock venv_resolve_deps( File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 873, in venv_resolve_deps c = resolve(cmd, st, project=project) File "/opt/containerbase/tools/pipenv/2024.0.1/3.8.20/lib/python3.8/site-packages/pipenv/utils/resolver.py", line 737, in resolve raise RuntimeError("Failed to lock Pipfile.lock!") RuntimeError: Failed to lock Pipfile.lock! ```
Brain added 1 commit 2024-09-10 14:28:08 +02:00
Update lock file
All checks were successful
continuous-integration/drone/pr Build is passing
e4d0a89053
Brain merged commit afe22e13c1 into main 2024-09-10 14:30:41 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-backend#116
No description provided.