Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Python Package(deps): Bump coverage from 5.5 to 7.2.1 in /python-package #530

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions python-package/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==7.1.2
# via
# -c requirements/constraints.txt
# pip-tools
coverage==5.5
coverage==7.2.1
# via
# -r requirements/tests.in
# pytest-cov
Expand Down Expand Up @@ -46,6 +46,14 @@ flake8-use-fstring==1.1
# via -r requirements/style.in
future==0.18.2
# via junitparser
importlib-metadata==6.0.0
# via
# flake8
# pep517
# pluggy
# pytest
# tox
# virtualenv
iniconfig==1.1.1
# via pytest
isort==5.9.1
Expand Down Expand Up @@ -113,13 +121,22 @@ toml==0.10.2
tox==3.23.1
# via -r requirements/tox.in
typed-ast==1.4.3
# via mypy
typing-extensions==3.10.0.0
# via mypy
# via
# flake8-annotations
# mypy
typing-extensions==3.10.0.0 ; python_version < "3.8"
# via
# -c requirements/constraints.txt
# importlib-metadata
# mypy
virtualenv==20.4.7
# via tox
wheel==0.36.2
# via pip-tools
zipp==3.15.0
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
12 changes: 11 additions & 1 deletion python-package/requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
#
attrs==21.2.0
# via pytest
coverage==5.5
coverage==7.2.1
# via
# -r requirements/tests.in
# pytest-cov
future==0.18.2
# via junitparser
importlib-metadata==6.0.0
# via
# pluggy
# pytest
iniconfig==1.1.1
# via pytest
junitparser==2.1.1
Expand All @@ -37,3 +41,9 @@ toml==0.10.2
# via
# pytest
# pytest-cov
typing-extensions==4.5.0 ; python_version < "3.8"
# via
# -c requirements/constraints.txt
# importlib-metadata
zipp==3.15.0
# via importlib-metadata