Skip to content

Commit

Permalink
Update dependency jsonpickle to v4 (#1847)
Browse files Browse the repository at this point in the history
* Update dependency jsonpickle to v4

* Generate requirements files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: h3llrais3r <[email protected]>
  • Loading branch information
renovate[bot] and h3llrais3r authored Dec 23, 2024
1 parent eceefb3 commit 3c8965b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .build/generated/requirements-deptree.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ imdbpie 5.6.4.dev0 Python IMDB client using the IMDB json web service made avail
|-- six >=1.0.0
|-- trans >=2.1.0
`-- wheel >=0.38.0
jsonpickle 3.4.2 jsonpickle encodes/decodes any Python object to/from JSON
jsonpickle 4.0.1 jsonpickle encodes/decodes any Python object to/from JSON
langdetect 1.0.9 Language detection library ported from Google's language-detection.
`-- six *
packaging 24.2 Core utilities for Python packages
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements-imported.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ guessit==3.8.0
# autosubliminal\core\movie.py: 8
imdbpie==5.6.4.dev0
# autosubliminal\util\json.py: 6
jsonpickle==3.4.2
jsonpickle==4.0.1
# autosubliminal\__init__.py: 377,378
# autosubliminal\util\filesystem.py: 10
langdetect==1.0.9
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jaraco-collections==5.1.0 ; python_full_version >= "3.9.1" and python_version <
jaraco-context==6.0.1 ; python_full_version >= "3.9.1" and python_version < "4"
jaraco-functools==4.1.0 ; python_full_version >= "3.9.1" and python_version < "4"
jaraco-text==4.0.0 ; python_full_version >= "3.9.1" and python_version < "4"
jsonpickle==3.4.2 ; python_full_version >= "3.9.1" and python_version < "4"
jsonpickle==4.0.1 ; python_full_version >= "3.9.1" and python_version < "4"
langdetect==1.0.9 ; python_full_version >= "3.9.1" and python_version < "4"
markdown-it-py==3.0.0 ; python_full_version >= "3.9.1" and python_version < "4"
mdurl==0.1.2 ; python_full_version >= "3.9.1" and python_version < "4"
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gntp = "1.0.3"
guessit = "3.8.0"
html5lib = "1.1"
imdbpie = { git = "https://github.com/h3llrais3r/imdb-pie.git", rev = "4e5fc35fdafbf8b1d51b54dd722f757f99f98d46" }
jsonpickle = "3.4.2"
jsonpickle = "4.0.1"
langdetect = "1.0.9"
packaging = "24.2"
pysrt = "1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jaraco-collections==5.1.0 ; python_full_version >= "3.9.1" and python_version <
jaraco-context==6.0.1 ; python_full_version >= "3.9.1" and python_version < "4"
jaraco-functools==4.1.0 ; python_full_version >= "3.9.1" and python_version < "4"
jaraco-text==4.0.0 ; python_full_version >= "3.9.1" and python_version < "4"
jsonpickle==3.4.2 ; python_full_version >= "3.9.1" and python_version < "4"
jsonpickle==4.0.1 ; python_full_version >= "3.9.1" and python_version < "4"
langdetect==1.0.9 ; python_full_version >= "3.9.1" and python_version < "4"
markdown-it-py==3.0.0 ; python_full_version >= "3.9.1" and python_version < "4"
mdurl==0.1.2 ; python_full_version >= "3.9.1" and python_version < "4"
Expand Down

0 comments on commit 3c8965b

Please sign in to comment.