Skip to content

Commit

Permalink
Bump Dependencies Versions (#169)
Browse files Browse the repository at this point in the history
* Update requesting.py

If `transparent` is True, change the JSON filename pattern for when there is no URL end e.g. /reviews

* Update track.py

Save the (probably) maximum-size artist image, 750x750 pixels.

* Dependabot monitoring PyPi dependencies(deps): Bump m3u8 (#167)

Bumps [m3u8](https://github.com/globocom/m3u8) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/globocom/m3u8/releases)
- [Commits](globocom/m3u8@4.1.0...5.0.0)

---
updated-dependencies:
- dependency-name: m3u8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Dependabot monitoring PyPi dependencies(deps): Bump platformdirs (#168)

Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](platformdirs/platformdirs@4.2.1...4.2.2)

---
updated-dependencies:
- dependency-name: platformdirs
  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>

* Remove Redundant Attribute Declaration in video.py

`self.filename` was duplicated in video.Video.set_filename()
  • Loading branch information
ebb-earl-co committed May 15, 2024
1 parent 17c195d commit 192ab5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies = [
"dataclass-wizard==0.22.3",
"ffmpeg-python==0.2.0",
"mutagen==1.47.0",
"m3u8==4.1.0",
"platformdirs==4.2.1",
"m3u8==5.0.0",
"platformdirs==4.2.2",
"pycryptodome==3.20.0",
"requests[socks]==2.31.0",
"typer==0.12.3"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cachecontrol==0.14.0
dataclass-wizard==0.22.3
ffmpeg-python==0.2.0
mutagen==1.47.0
m3u8==4.1.0
platformdirs==4.2.1
m3u8==5.0.0
platformdirs==4.2.2
pycryptodome==3.20.0
requests[socks]==2.31.0
typer==0.12.3

0 comments on commit 192ab5c

Please sign in to comment.