Skip to content

Commit 655da8f

Browse files
build(deps): bump setuptools in the python-requirements group (#22)
Bumps the python-requirements group with 1 update: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 75.7.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.7.0...v75.8.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12b55ee commit 655da8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=setuptools.find_packages(),
1616
install_requires=[
1717
"metatrader5 == 5.0.4738",
18-
"setuptools == 75.7.0",
18+
"setuptools == 75.8.0",
1919
],
2020
entry_points={
2121
"console_scripts": [

0 commit comments

Comments
 (0)