You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue twice while using the CLI to release a new patch with the bumpversion patch pyproject.toml command. It seems that this command not only updates the project version but also inadvertently changes the versions of project dependencies.
Anyone facing the same problem? Any idea on how to fix it?
Thanks!
The text was updated successfully, but these errors were encountered:
Tammura
changed the title
Sometimes tools change project dependencies versions pyproject.toml
Dependencies versions in pyproject.toml altered occasionally
Apr 15, 2024
Tammura
changed the title
Dependencies versions in pyproject.toml altered occasionally
Dependencies versions in pyproject.toml altered casually
Apr 15, 2024
Hi all,
I've encountered an issue twice while using the CLI to release a new patch with the
bumpversion patch pyproject.toml
command. It seems that this command not only updates the project version but also inadvertently changes the versions of project dependencies.Before running cli command:
After command execution:
bumpversion patch pyproject.toml
Anyone facing the same problem? Any idea on how to fix it?
Thanks!
The text was updated successfully, but these errors were encountered: