Skip to content

Remove dev dependency from main dependency tree#66

Merged
PassionateBytes merged 1 commit into
mainfrom
python-versions
Nov 23, 2025
Merged

Remove dev dependency from main dependency tree#66
PassionateBytes merged 1 commit into
mainfrom
python-versions

Conversation

@PassionateBytes

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings November 23, 2025 10:23
@PassionateBytes PassionateBytes merged commit e884d84 into main Nov 23, 2025
12 checks passed
@PassionateBytes PassionateBytes deleted the python-versions branch November 23, 2025 10:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects a dependency misconfiguration by removing bump-my-version from the main runtime dependencies and keeping it only as a dev dependency. Since bump-my-version is a versioning tool used exclusively during development workflows, it should not be installed as a runtime dependency for end users of the package. The PR also unifies the version constraint to >=1.2.4 in the dev dependencies and fixes a minor trailing whitespace issue.

  • Removed bump-my-version>=1.2.4 from main dependencies
  • Updated dev dependency version constraint from >=1.1.4 to >=1.2.4
  • Fixed trailing whitespace in pyproject.toml

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Removed bump-my-version from main dependencies, updated dev dependency version to >=1.2.4, fixed trailing whitespace
uv.lock Synchronized lock file to reflect the dependency changes in pyproject.toml

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants