diff options
author | 2022-11-16 16:38:06 -0500 | |
---|---|---|
committer | 2022-11-16 16:38:06 -0500 | |
commit | 1e086a25f2215ca573495abf87310ea38b18d922 (patch) | |
tree | 3c894fe6e0374f59b9f72a9995e8b67007adb711 /requirements/coverage.pip | |
parent | Formatting (diff) | |
parent | Merge pull request #157 from onerandomusername/allow-manual-rebuilds (diff) |
Merge branch 'main' into bytes-output
Diffstat (limited to 'requirements/coverage.pip')
-rw-r--r-- | requirements/coverage.pip | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/requirements/coverage.pip b/requirements/coverage.pip index fcc14da..e28a87e 100644 --- a/requirements/coverage.pip +++ b/requirements/coverage.pip @@ -1,10 +1,8 @@ # -# This file is autogenerated by pip-compile with python 3.10 +# This file is autogenerated by pip-compile with python 3.11 # To update, run: # # pip-compile --output-file=requirements/coverage.pip requirements/coverage.in # -coverage[toml]==6.4 +coverage[toml]==6.5.0 # via -r requirements/coverage.in -tomli==2.0.1 - # via coverage |