-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update flexget to resolve security issues (#4571)
* update flexget - update flexget to fix security issues * workaround to avoid double log entries * fix service_postinst for DSM5 - avoid use of install command that is not available on DSM<6
- Loading branch information
Showing
3 changed files
with
68 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,65 @@ | ||
# This file is a copy of the https://github.com/Flexget/Flexget/blob/v3.1.80/requirements.txt file. | ||
# This file is a copy of the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.110/requirements.txt file | ||
# including the https://raw.githubusercontent.com/Flexget/Flexget/v3.1.110/requirements.in | ||
# Additionally added the flexget and the transmissionrpc packages. | ||
aniso8601==1.2.1 | ||
apscheduler==3.5.0 | ||
# plumbum and rpyc packages are adjusted as the proposed versions are not accepted. | ||
aniso8601==9.0.1 | ||
apscheduler==3.7.0 | ||
attrs==20.3.0 | ||
babelfish==0.5.5 | ||
beautifulsoup4==4.8.2 | ||
certifi==2017.4.17 | ||
chardet==3.0.3 | ||
cheroot==8.2.1 | ||
cherrypy==18.4.0 | ||
click==6.7 | ||
colorama==0.4.4 | ||
beautifulsoup4==4.9.3 | ||
brotli==1.0.9 | ||
certifi==2020.12.5 | ||
chardet==4.0.0 | ||
cheroot==8.5.2 | ||
cherrypy==18.6.0 | ||
click==7.1.2 | ||
colorclass==2.2.0 | ||
feedparser==5.2.1 | ||
flask==1.0.2 | ||
flask-compress==1.4.0 | ||
flask-cors==3.0.2 | ||
flask-login==0.4.0 | ||
flask-restful==0.3.6 | ||
feedparser==6.0.2 | ||
flask==1.1.2 | ||
flask-compress==1.9.0 | ||
flask-cors==3.0.10 | ||
flask-login==0.5.0 | ||
flask-restful==0.3.8 | ||
flask-restx==0.2.0 | ||
flexget==3.1.80 | ||
guessit==3.1.0 | ||
html5lib==0.999999999 | ||
idna==2.8 | ||
itsdangerous==0.24 | ||
jaraco.functools==2.0 | ||
jinja2==2.10.1 | ||
jsonschema==2.6.0 | ||
flexget==3.1.110 | ||
guessit==3.2.0 | ||
html5lib==1.1 | ||
idna==2.10 | ||
itsdangerous==1.1.0 | ||
jaraco.classes==3.2.1 | ||
jaraco.collections==3.2.0 | ||
jaraco.functools==3.2.1 | ||
jaraco.text==3.5.0 | ||
jinja2==2.11.3 | ||
jsonschema==3.2.0 | ||
loguru==0.5.3 | ||
markupsafe==1.1.1 | ||
more-itertools==7.2.0 | ||
plumbum==1.6.3 | ||
portend==2.6 | ||
more-itertools==8.7.0 | ||
#plumbum==1.7.0 | ||
plumbum==1.6.9 | ||
portend==2.7.1 | ||
progressbar==2.5 | ||
pynzb==0.1.0 | ||
pyparsing==2.4.7 | ||
pyrsistent==0.17.3 | ||
pyrss2gen==1.1 | ||
python-dateutil==2.6.1 | ||
pytz==2017.2 | ||
pyyaml==5.1.2 | ||
rebulk==2.0.0 | ||
requests==2.24.0 | ||
rpyc==4.0.1 | ||
six==1.13.0 | ||
soupsieve==1.9.5 | ||
sqlalchemy==1.3.11 | ||
tempora==1.8 | ||
python-dateutil==2.8.1 | ||
pytz==2021.1 | ||
pyyaml==5.4.1 | ||
rebulk==3.0.1 | ||
requests==2.25.1 | ||
#rpyc==4.1.5 | ||
rpyc==4.1.2 | ||
sgmllib3k==1.0.0 | ||
six==1.15.0 | ||
soupsieve==2.2 | ||
sqlalchemy==1.3.23 | ||
tempora==4.0.1 | ||
terminaltables==3.1.0 | ||
transmissionrpc==0.11 | ||
tzlocal==1.4 | ||
urllib3==1.25.11 | ||
tzlocal==2.1 | ||
urllib3==1.26.3 | ||
webencodings==0.5.1 | ||
werkzeug==0.15.6 | ||
werkzeug==1.0.1 | ||
zc.lockfile==2.0 | ||
zxcvbn-python==4.4.15 | ||
zxcvbn-python==4.4.24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters