diff options
| author | 2023-05-09 22:03:21 +0100 | |
|---|---|---|
| committer | 2023-05-09 22:03:21 +0100 | |
| commit | 90910bd749c2165d4895abe7a7419ab4ccb099c2 (patch) | |
| tree | 9192cd23a3ee78e96ac2083327324fa3d3f28223 /requirements/coverage.pip | |
| parent | Update type hint for `files_timeout` to be `int` to be compatible with `timed... (diff) | |
| parent | Update Sentry SDK to support Falcon 3 (diff) | |
Merge branch 'main' into file-scan-recursion-fix
Diffstat (limited to 'requirements/coverage.pip')
| -rw-r--r-- | requirements/coverage.pip | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/requirements/coverage.pip b/requirements/coverage.pip index e28a87e..5deedc3 100644 --- a/requirements/coverage.pip +++ b/requirements/coverage.pip @@ -1,8 +1,8 @@  # -# This file is autogenerated by pip-compile with python 3.11 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.11 +# by the following command:  #  #    pip-compile --output-file=requirements/coverage.pip requirements/coverage.in  # -coverage[toml]==6.5.0 +coverage[toml]==7.2.1      # via -r requirements/coverage.in | 
