-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update dependency click to v8.1.8 #103
base: main
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request updates the Expand for full summarySummary: The changes in this pull request primarily focus on updating the dependencies used in the application. Specifically, the From an application security perspective, these changes do not introduce any immediate security concerns. However, it's important to review the release notes or change logs for the new Furthermore, it's crucial to monitor the security of all dependencies used in the application, including the other libraries listed in the Files Changed:
Code AnalysisWe ran
|
@@ -5,7 +5,7 @@ | |||
description= 'Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures', | |||
version='0.0.1', | |||
py_modules=['scsctl'], | |||
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], | |||
install_requires=['click==8.1.8', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], |
Check warning
Code scanning / Pylintpython3 (reported by Codacy)
Line too long (143/100) Warning
@@ -5,7 +5,7 @@ | |||
description= 'Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures', | |||
version='0.0.1', | |||
py_modules=['scsctl'], | |||
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], | |||
install_requires=['click==8.1.8', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], |
Check warning
Code scanning / Pylint (reported by Codacy)
Exactly one space required after comma Warning
@@ -5,7 +5,7 @@ | |||
description= 'Tool for automating Vulnerability Risk Management and Software Supply Chain Security Measures', | |||
version='0.0.1', | |||
py_modules=['scsctl'], | |||
install_requires=['click==8.1.3', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], | |||
install_requires=['click==8.1.8', 'clickhouse-driver==0.2.6', 'numpy==1.25.0', 'requests==2.31.0','questionary==1.10.0','tabulate==0.9.0'], |
Check warning
Code scanning / Pylint (reported by Codacy)
Line too long (143/100) Warning
This PR contains the following updates:
==8.1.3
->==8.1.8
Release Notes
pallets/click (click)
v8.1.8
Compare Source
Unreleased
click.open_file()
. :issue:2717
click.Path
displays onmultiple lines. :issue:
2697
""
from being displayed inthe help for an option. :issue:
2500
:issue:
2705
default_map
.:issue:
2632
click.echo(color=...)
passingcolor
to coloroma so it can beforced on Windows. :issue:
2606
.v8.1.7
Compare Source
Released 2023-08-17
2581
2574
2567
v8.1.6
Compare Source
Released 2023-07-18
@click.group()
. :issue:2558
v8.1.5
Compare Source
Released 2023-07-13
@click.command()
,@click.option()
, andother decorators. Introduce typing tests. :issue:
2558
v8.1.4
Compare Source
Released 2023-07-06
typing.Dict
occurrences totyping.MutableMapping
forparameter hints. :issue:
2255
:issue:
2398
shell_completion.add_completion_class
function. :pr:
2421
2461
.
) in the program name. :issue:2166
2268
click.clear()
. :issue:2284
2332
2368
fpath
. :issue:2344
.EOFError
andKeyboardInterrupt
tracebacks are not suppressed whenstandalone_mode
is disabled. :issue:2380
@group.command
does not fail if the group was created with a customcommand_class
. :issue:2416
multiple=True
is allowed for flag options again and does not requiresetting
default=()
. :issue:2246, 2292, 2295
@argument()
and@option()
reusable when thecls
parameter is used. :issue:2294
bytes with the replacement character (
�
). :issue:2395
2355
2554
echo()
does not fail when no streams are attached, such as withpythonw
onWindows. :issue:
2415
expose_value=False
do not cause completion to fail. :issue:2336
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.