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

Gentle refactoring & some bug fixes #2092

Closed
wants to merge 36 commits into from
Closed

Gentle refactoring & some bug fixes #2092

wants to merge 36 commits into from

Conversation

JasonLovesDoggo
Copy link
Collaborator

Description

Issue Fixes

None

Checklist:

  • I am pushing changes to the develop branch
  • I am using the recommended development environment
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have formatted and linted my code using python-black and pylint
  • I have cleaned up unnecessary files
  • My changes generate no new warnings
  • My changes follow the existing code-style
  • My changes are relevant to the project

Any other information (e.g how to test the changes)

None

dependabot bot and others added 24 commits June 18, 2024 10:48
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases)
- [Commits](elevenlabs/elevenlabs-python@v1.3.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
…bs-1.3.1

Bump elevenlabs from 1.3.0 to 1.3.1
Change voice_name to name since it seems that elevenlabs changed the attribute name
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.41.2 to 4.42.3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.41.2...v4.42.3)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.5.27 to 2024.7.2.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.05.27...2024.07.02)

---
updated-dependencies:
- dependency-name: yt-dlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…024.7.2

Bump yt-dlp from 2024.5.27 to 2024.7.2
…mers-4.42.3

Bump transformers from 4.41.2 to 4.42.3
Change from voice_name to name in elevenlabs.py & add random_voice input in GTTS.py
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.42.3 to 4.42.4.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.42.3...v4.42.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
…mers-4.42.4

Bump transformers from 4.42.3 to 4.42.4
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) from 1.3.1 to 1.4.1.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases)
- [Commits](elevenlabs/elevenlabs-python@v1.3.1...v1.4.1)

---
updated-dependencies:
- dependency-name: elevenlabs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…bs-1.4.1

Bump elevenlabs from 1.3.1 to 1.4.1
…0.13.0

Bump tomlkit from 0.12.5 to 0.13.0
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.2 to 2024.7.9.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.07.02...2024.07.09)

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

Signed-off-by: dependabot[bot] <[email protected]>
…024.7.9

Bump yt-dlp from 2024.7.2 to 2024.7.9
…-virtual-environment

updated readme for improved installation
@JasonLovesDoggo JasonLovesDoggo marked this pull request as draft July 15, 2024 01:41
DraKen0009 and others added 3 commits July 15, 2024 12:48
…ore-previously-created-videos

updated dockerignore for ignoring results folder
Bumps [elevenlabs](https://github.com/elevenlabs/elevenlabs-python) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/elevenlabs/elevenlabs-python/releases)
- [Commits](elevenlabs/elevenlabs-python@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: elevenlabs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot added the stale label Jul 22, 2024
Bumps [gtts](https://github.com/pndurette/gTTS) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/pndurette/gTTS/releases)
- [Changelog](https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md)
- [Commits](pndurette/gTTS@v2.5.1...v2.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 8 commits July 25, 2024 10:32
Bumps [transformers](https://github.com/huggingface/transformers) from 4.42.4 to 4.43.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.42.4...v4.43.2)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…bs-1.5.0

Bump elevenlabs from 1.4.1 to 1.5.0
…mers-4.43.2

Bump transformers from 4.42.4 to 4.43.2
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2024.7.9 to 2024.7.25.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.07.09...2024.07.25)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…024.7.25

Bump yt-dlp from 2024.7.9 to 2024.7.25
@github-actions github-actions bot added stale and removed stale labels Jul 27, 2024
@github-actions github-actions bot closed this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants