Skip to content

Commit a737d18

Browse files
Bump wheel from 0.33.6 to 0.38.1
Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.33.6...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fe15da commit a737d18

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ pytz==2022.1
1111
requests>=2.20.0
1212
urllib3>=1.24.3
1313
deprecated==1.2.10
14-
wheel==0.33.6
14+
wheel==0.38.1
1515
iso8601==0.1.13

requirements.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,12 @@ requests==2.21.0
4545
six==1.10.0
4646
# via
4747
# cryptography
48-
# protobuf
4948
# pyopenssl
5049
urllib3==1.24.3
5150
# via
5251
# -r requirements.in
5352
# requests
54-
wheel==0.33.6
53+
wheel==0.38.1
5554
# via -r requirements.in
5655
wrapt==1.11.2
5756
# via deprecated
58-
59-
# The following packages are considered to be unsafe in a requirements file:
60-
# setuptools

0 commit comments

Comments
 (0)