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

Merge dependabot changes #46

Merged
merged 138 commits into from
Apr 10, 2024
Merged

Merge dependabot changes #46

merged 138 commits into from
Apr 10, 2024

Conversation

TimeTravelPenguin
Copy link
Owner

Merging #34 #35 #37 #44 #45

TimeTravelPenguin and others added 30 commits January 16, 2024 00:23
Minor reordering
commit f61964d
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:46:42 2024 +1100

    Added flake8

commit 19856a4
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:46:13 2024 +1100

    Refactor for __version__ and ffmpeg_version_info use

commit d0a997d
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:45:41 2024 +1100

    Removed unused variable

commit 1f5c77e
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:45:10 2024 +1100

    Added documentation

commit 6c53d47
Merge: 9f035c4 cf01904
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:43:38 2024 +1100

    Merge branch 'observer-refactor' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into observer-refactor

    # Conflicts:
    #	src/BAET/Display/job_progress.py
    #	src/BAET/FFmpeg/extract.py
    #	src/BAET/_config/ffmpeg_version.py
    #	src/BAET/_config/versions.py
    #	src/BAET/_path.py
    #	src/BAET/jobs.py

commit 9f035c4
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 19:57:03 2024 +1100

    Namespace refactor

commit cf01904
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 19:57:03 2024 +1100

    Namespace refactor

commit bd40f1c
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 17:02:10 2024 +1100

    Swapped if check to potentially avoid an IO call

commit 3fe35db
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:59:13 2024 +1100

    Renamed property from indexed_outputs to stream_indexed_outputs

commit 867ccdd
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:58:33 2024 +1100

    Renamed FFmpegJob class to AudioExtractJob

commit 8fb4f7e
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:57:51 2024 +1100

    Renamed type aliases
commit 5ecd9a5
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:20:53 2024 +1100

    Added in preparation for testing

commit 828a2c6
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:20:23 2024 +1100

    Removed unneeded docstring

commit 9b6eb70
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:16:57 2024 +1100

    Updated flake8
Added badges
commit 3490ee0
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:33:06 2024 +1100

    Added CHANGELOG.md

commit cbcd775
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:32:46 2024 +1100

    Reverted previous changes and added properties, as per the poetry docs

commit 52c7ef2
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:31:16 2024 +1100

    Dependency update
dependabot bot and others added 27 commits March 4, 2024 11:48
Bumps [bidict](https://github.com/jab/bidict) from 0.22.1 to 0.23.1.
- [Release notes](https://github.com/jab/bidict/releases)
- [Changelog](https://github.com/jab/bidict/blob/main/CHANGELOG.rst)
- [Commits](jab/bidict@v0.22.1...v0.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.1 to 2.6.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.1...v2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.1...8.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
# Conflicts:
#	pyproject.toml
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.0 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.0...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.7.8.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.7...1.7.8)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.0 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.0...v0.3.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [faker](https://github.com/joke2k/faker) from 23.3.0 to 24.7.1.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v23.3.0...v24.7.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@TimeTravelPenguin TimeTravelPenguin merged commit e61b009 into main Apr 10, 2024
6 checks passed
@TimeTravelPenguin TimeTravelPenguin deleted the dev branch April 10, 2024 05:23
@TimeTravelPenguin TimeTravelPenguin restored the dev branch April 10, 2024 05:24
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