Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump wheel from 0.37.1 to 0.38.1 in /requirements #63

Closed
wants to merge 1 commit into from
Closed
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
build(deps): bump wheel from 0.37.1 to 0.38.1 in /requirements
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 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.37.1...0.38.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 26, 2022
commit 13b2ab425b1e739b54b42b6a5ef895b23a77b205
10 changes: 5 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@
#
# 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
# -c common_constraints.txt
# -r pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@ click==8.1.3
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
# via -r requirements/pip_tools.in
# via -r pip_tools.in
tomli==2.0.1
# via pep517
wheel==0.37.1
wheel==0.38.1
# via pip-tools

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