Skip to content

Commit

Permalink
build(deps): bump setuptools in the python-requirements group (#21)
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 1 update: [setuptools](https://github.com/pypa/setuptools).


Updates `setuptools` from 75.6.0 to 75.7.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.7.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 381a459 commit 12b55ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
install_requires=[
"metatrader5 == 5.0.4738",
"setuptools == 75.6.0",
"setuptools == 75.7.0",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 12b55ee

Please sign in to comment.