Open
Description
As mentioned here by @stefsmeets, it might be smarter to use explicit search patterns for finding and replacing the versions using bump-my-version. The default behavior is to just do a search-and-replace on the raw version string anywhere in the file. For some files this may not be an issue, for instance when there's not expected to be any other version strings in the file. For pyproject.toml, however, it can lead to versions of dependencies to be changed as well if they happen to match your package's version.