Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

build(deps): bump wheel from 0.37.0 to 0.38.1 in /requirements #191

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 4 additions & 6 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#
# make upgrade
#
wheel==0.37.1
# via -r requirements/pip.in
wheel==0.38.1
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
# via -r requirements/pip.in
# via -r pip.in
setuptools==59.8.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
# via -r pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ click==8.0.1
pep517==0.11.0
# via pip-tools
pip-tools==6.3.0
# via -r requirements/pip_tools.in
# via -r pip_tools.in
tomli==1.2.1
# via pep517
wheel==0.37.0
wheel==0.38.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down