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

Bump python-dotenv from 1.0.0 to 1.0.1 #594

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps python-dotenv from 1.0.0 to 1.0.1.

Release notes

Sourced from python-dotenv's releases.

v1.0.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.0.0...v1.0.1

Changelog

Sourced from python-dotenv's changelog.

[1.0.1] - 2024-01-23

Fixed

  • Gracefully handle code which has been imported from a zipfile (#456 by [@​samwyma])
  • Allow modules using load_dotenv to be reloaded when launched in a separate thread (#497 by [@​freddyaboulton])
  • Fix file not closed after deletion, handle error in the rewrite function (#469 by [@​Qwerty-133])

Misc

Commits
  • d6c0b96 Bumpversion 1.0.0 -> 1.0.1
  • 42dc086 Update changelog for 1.0.1
  • b1eebba Add python 3.12 and pypy3.10 to test runner
  • 6ff1391 Fix temporary file is deleted before closing, in the rewrite function (#468)
  • 0b94ac0 Allow modules using load_dotenv to be reloaded when launched in a separate th...
  • 3ffcef6 Use https in README links (#474)
  • be96be2 Use pathlib.Path in tests (#466)
  • 137bc3d Gracefully handle code which has been imported from a zipfile (#456)
  • dd1af68 FIx year in release in changelog (#453)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency Dependencies changes label Jan 24, 2024
@vagabondHustler
Copy link
Owner

vagabondHustler commented Jan 24, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 17504d5 into dev Jan 24, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dev/python-dotenv-1.0.1 branch January 24, 2024 11:38
@github-actions github-actions bot mentioned this pull request Jan 24, 2024
vagabondHustler added a commit that referenced this pull request Jan 26, 2024
* Chore update Python to 3.12.1

- Updated Python version in .github/workflows/release.yml
- Updated required Python version in README.md
- Updated Python version in pyproject.toml
- Added Python 3.12 support in tox.ini

* Chore update [build] -> [whl_cp312]

* Bump version 2.41.1 → 2.41.2dev1

* Bump current version 2.41.1 → 2.41.2dev1

* Bump previous version 2.41.1dev5 → 2.41.1

* Chore change `target-branch` to dev

* Chore change target-branch to dev

* Chore update CI workflow for `dev` branch

- Updated CI workflow to trigger on `dev` branch
- Added Python 3.12.* to the matrix for dependency_review job
- Adjusted linting workflow to run on the `dev` branch

* Chore update CI workflow for `dev` branch

- Modified GitHub Actions workflow in release.yml
- Updated references to `inputs.checkout_branch` to `github.ref_name`

* Bump version 2.41.2dev1 → 2.41.2dev2

* Bump current version 2.41.2dev1 → 2.41.2dev2

* Bump previous version 2.41.1 → 2.41.2dev1

* chore update GitHub Actions workflow

- Added `pr_merge` job to create and merge PRs

* Fix resolve directory cleanup issue

- Corrected condition for checking empty directory in core.py

* Chore update branch index logic

- Adjusted index calculation for 'dev' branch

* Fix invalid escape sequences

- Corrected escape sequences in file paths
- Used raw string literals for regular expressions

* Bump version 2.41.2dev2 → 2.41.2dev3

* Bump current version 2.41.2dev2 → 2.41.2dev3

* Bump previous version 2.41.2dev1 → 2.41.2dev2

* Docs update Important note

* Bump selectolax from 0.3.17 to 0.3.18

Bumps [selectolax](https://github.com/rushter/selectolax) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/rushter/selectolax/releases)
- [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.rst)
- [Commits](rushter/selectolax@v0.3.17...v0.3.18)

---
updated-dependencies:
- dependency-name: selectolax
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/dependency-review-action from 3 to 4

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psutil from 5.9.7 to 5.9.8

* Chore update GitHub Actions workflow

- Modified workflow to depend on `changelog` instead of `publish_github`

* Fix missing timestamp in log.log (#590)

* Fix log timestamp

- Updated date formatting in log messages
- Removed unused variables in `create_logger` method
- Introduced a singleton class for stdout handling
- Improved stdout messages for file system actions
- Enhanced logging for dataclass instances

* Chore refactor update calls for logging

* Fix attributeError

* Fix add missing stdout for move best match

* Bump version 2.41.2dev3 → 2.41.2dev4

* Bump current version 2.41.2dev3 → 2.41.2dev4

* Bump previous version 2.41.2dev2 → 2.41.2dev3

* Bump whl_cp312 cx_freeze to dev22

* Bump version 2.41.2dev4 → 2.41.2dev5

* Bump current version 2.41.2dev4 → 2.41.2dev5

* Bump previous version 2.41.2dev3 → 2.41.2dev4

* Bump whl_cp312 leif to 0.15.0

* Enhance download manager functionality (#591)

Feat enhance download manager functionality

- Added the option to always use the download manager.
- Introduced the `download_manager.open_on_no_matches` config
- Introduced the `download_manager.always_open` config
- Introduced the `download_manager.no_automatic_downloads` config
- Updated default app configuration and config reading.

- Updated download manager logic to determine when it should open.
- Added additional tests to ensure the proper functioning of the download manager.

- Enhanced download manager functionality with the following features:
  - The download manager now opens in two scenarios: when no matches are found or always, regardless of subtitle count.
  - Users have control over automatic downloads for subtitles that would have been downloaded by default when always using the download manager.
  - Updated the `download_manager` method in the `SubsearchCore` class.
  - Modified the handling of `rejected_subtitles` in the `DownloadManager` class.
  - Improved sorting and display of subtitles in the `DownloadManager`.
  - Added automatic downloads based on an acceptance threshold.
  - Removed temporary zip archives after subtitle extraction.

* Bump version 2.41.2dev5 → 2.42.0dev1

* Bump current version 2.41.2dev5 → 2.42.0dev1

* Bump previous version 2.41.2dev4 → 2.41.2dev5

* Docs update README.md

- Added a Note section for ppl interested in dev builds

* Fix  download count in log and toast (#592)

- Fixed the reported number of downloaded subtitles in the log and displayed as a toast massage

* Bump version 2.42.0dev1 → 2.42.0

* Bump current version 2.42.0dev1 → 2.42.0

* Bump previous version 2.41.2dev5 → 2.42.0dev1

* Bump last stable release 2.41.1 → 2.42.0

* Bump python-dotenv from 1.0.0 to 1.0.1 (#594)

* Fix pypi upload

* Style update pr merge subject and body

* Chore del file `state_manager`

* Chore add module `propagating_thread`

* Refactor threading in `propagating_thread`

- Introduced `PropagatingThread` class for propagating exceptions
- Implemented `handle_tasks` for managing multiple threads
- Enhanced logging for thread start and finish events

* Refactor update logging format

- Updated log format in `io_log.py` to include module, lineno, and timestamp

* Refactor update log calls

- Updated log calls to match new format in `io_file_system.py`

* Refactor remove option in in config

- Removed `misc.multithreading` option from Subsearch

* Refactor remove option in in config

- Removed `misc.multithreading` option from Subsearch

* Refactor add `capture_call_info` decorator

- Removed unnecessary logging calls in decorators module
- Improved conditions in `call_func` and `_CoreSubsearchFuncCondtitons`
- Added `capture_call_info` decorator for capturing call information

* Refactor update io_log calls

* Fix `AttributeError: module` for io_log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependencies changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant