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

[pip] Bump click from 8.1.7 to 8.1.8 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps click from 8.1.7 to 8.1.8.

Release notes

Sourced from click's releases.

8.1.8

This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints for click.open_file(). #2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. #2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. #2500
  • The test runner handles stripping color consistently on Windows. #2705
  • Show correct value for flag default when using default_map. #2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. #2606.
  • More robust bash version check, fixing problem on Windows with git-bash. #2638
  • Cache the help option generated by the help_option_names setting to respect its eagerness. #2811
  • Replace uses of os.system with subprocess.Popen. #1476
  • Exceptions generated during a command will use the context's color setting when being displayed. #2193
  • Error message when defining option with invalid name is more descriptive. #2452
  • Refactor code generating default --help option to deduplicate code. #2563
  • Test CLIRunner resets patched _compat.should_strip_ansi. #2732
Changelog

Sourced from click's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows. :issue:2705
  • Show correct value for flag default when using default_map. :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. :issue:2606.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2024
Copy link

github-actions bot commented Dec 23, 2024

🎉 All tests #1 of 64386ed passed successfully.

Coverage report
Name                                                     Stmts   Miss  Cover   Missing
--------------------------------------------------------------------------------------
server/database.py                                          58     29    50%   1-43, 49, 53, 59, 74-75, 88-89, 105, 115
server/globals.py                                          110    102     7%   1-57, 68-180
server/utils.py                                             52     40    23%   1-29, 37, 43, 48-77, 81, 85, 89, 93, 97, 101-126
server/v1/app.py                                            24     21    12%   1-20, 26-43
server/v1/models/accounts.py                                36     17    53%   1-23, 35-36, 52, 59, 66
server/v1/models/auth.py                                    68     42    38%   1-32, 38-39, 42-43, 51-74, 85-91, 94-95, 103-104
server/v1/models/info.py                                    31     24    23%   1-39, 41, 44, 47, 50, 53, 58-61
server/v1/models/reg_request.py                             80     41    49%   1-32, 65-66, 68, 83-102, 115, 118, 121, 124, 127, 130, 133, 136, 164-167, 180, 191
server/v1/models/residents.py                               96     52    46%   1-58, 71, 82, 94-95, 97, 112-113, 146-147, 150, 154, 158-159, 168-174, 177, 203
server/v1/models/rooms.py                                   75     65    13%   1-142, 151-152, 162-163
server/v1/routes/admin/login.py                             13     10    23%   1-30, 35
server/v1/routes/admin/registration_requests/accept.py      13     10    23%   1-31, 40-41
server/v1/routes/admin/registration_requests/count.py       14     10    29%   1-33
server/v1/routes/admin/registration_requests/root.py        13     11    15%   1-31, 55-56
server/v1/routes/admin/residents/count.py                   14     10    29%   1-32
server/v1/routes/admin/residents/delete.py                  13     10    23%   1-31, 40-41
server/v1/routes/admin/residents/root.py                    13     11    15%   1-31, 55-56
server/v1/routes/admin/residents/update.py                  15     11    27%   1-30, 39, 43-44
server/v1/routes/admin/rooms/count.py                       12      8    33%   1-30
server/v1/routes/admin/rooms/root.py                        13     11    15%   1-31, 41-42
server/v1/routes/login.py                                   13     10    23%   1-30, 33
server/v1/routes/register.py                                17     14    18%   1-46, 62-63
server/v1/routes/residents/me.py                            11      9    18%   1-30, 35
--------------------------------------------------------------------------------------
TOTAL                                                      804    568    29%
Performance report
  • /
$ wrk --script root.lua -t 12 -c 100 -d 30s -R 10000 http://localhost:8000
Running 30s test @ http://localhost:8000
  12 threads and 100 connections
  Thread calibration: mean lat.: 447.512ms, rate sampling interval: 2815ms
  Thread calibration: mean lat.: 781.394ms, rate sampling interval: 4653ms
  Thread calibration: mean lat.: 850.317ms, rate sampling interval: 5574ms
  Thread calibration: mean lat.: 734.373ms, rate sampling interval: 5021ms
  Thread calibration: mean lat.: 714.818ms, rate sampling interval: 4040ms
  Thread calibration: mean lat.: 373.875ms, rate sampling interval: 2301ms
  Thread calibration: mean lat.: 611.896ms, rate sampling interval: 3629ms
  Thread calibration: mean lat.: 595.597ms, rate sampling interval: 3348ms
  Thread calibration: mean lat.: 742.800ms, rate sampling interval: 4399ms
  Thread calibration: mean lat.: 859.348ms, rate sampling interval: 5103ms
  Thread calibration: mean lat.: 1012.869ms, rate sampling interval: 5324ms
  Thread calibration: mean lat.: 340.784ms, rate sampling interval: 2400ms
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     2.55s     3.14s   18.56s    83.44%
    Req/Sec   719.16     56.43   820.00     59.65%
  252368 requests in 29.98s, 30.57MB read
Requests/sec:   8418.05
Transfer/sec:      1.02MB
  • /api/v1/admin/login
$ wrk --script api/v1/admin/login.lua -t 12 -c 100 -d 30s -R 10000 http://localhost:8000/api/v1/admin/login
Running 30s test @ http://localhost:8000/api/v1/admin/login
  12 threads and 100 connections
  Thread calibration: mean lat.: 4479.382ms, rate sampling interval: 15949ms
  Thread calibration: mean lat.: 4518.615ms, rate sampling interval: 16039ms
  Thread calibration: mean lat.: 4436.542ms, rate sampling interval: 15704ms
  Thread calibration: mean lat.: 4619.011ms, rate sampling interval: 16121ms
  Thread calibration: mean lat.: 4547.179ms, rate sampling interval: 16097ms
  Thread calibration: mean lat.: 4479.043ms, rate sampling interval: 16080ms
  Thread calibration: mean lat.: 4552.677ms, rate sampling interval: 16195ms
  Thread calibration: mean lat.: 4459.753ms, rate sampling interval: 15941ms
  Thread calibration: mean lat.: 4556.114ms, rate sampling interval: 16113ms
  Thread calibration: mean lat.: 4501.548ms, rate sampling interval: 15998ms
  Thread calibration: mean lat.: 4489.415ms, rate sampling interval: 16039ms
  Thread calibration: mean lat.: 4548.096ms, rate sampling interval: 16171ms
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    17.72s     5.10s   27.80s    58.13%
    Req/Sec    92.00      5.92   101.00     58.33%
  32914 requests in 30.01s, 4.96MB read
  Non-2xx or 3xx responses: 32914
Requests/sec:   1096.88
Transfer/sec:    169.25KB
  • /api/v1/login
$ wrk --script api/v1/login.lua -t 12 -c 100 -d 30s -R 10000 http://localhost:8000/api/v1/login
Running 30s test @ http://localhost:8000/api/v1/login
  12 threads and 100 connections
  Thread calibration: mean lat.: 4929.316ms, rate sampling interval: 17645ms
  Thread calibration: mean lat.: 4982.538ms, rate sampling interval: 17481ms
  Thread calibration: mean lat.: 4934.551ms, rate sampling interval: 17629ms
  Thread calibration: mean lat.: 5033.862ms, rate sampling interval: 17842ms
  Thread calibration: mean lat.: 4925.920ms, rate sampling interval: 17498ms
  Thread calibration: mean lat.: 4990.796ms, rate sampling interval: 17448ms
  Thread calibration: mean lat.: 4956.557ms, rate sampling interval: 17432ms
  Thread calibration: mean lat.: 4944.779ms, rate sampling interval: 17498ms
  Thread calibration: mean lat.: 4974.666ms, rate sampling interval: 17432ms
  Thread calibration: mean lat.: 4957.983ms, rate sampling interval: 17809ms
  Thread calibration: mean lat.: 5049.663ms, rate sampling interval: 17760ms
  Thread calibration: mean lat.: 5025.426ms, rate sampling interval: 17481ms
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency    19.46s     5.60s   29.20s    57.53%
    Req/Sec    21.75      0.60    23.00    100.00%
  7960 requests in 30.05s, 1.20MB read
  Non-2xx or 3xx responses: 7960
Requests/sec:    264.92
Transfer/sec:     40.88KB

Note that this workflow YAML is fetched from the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants