Skip to content

Commit 8e8de62

Browse files
dpprdanlwasser
authored andcommitted
fix: another typo
1 parent 03355c3 commit 8e8de62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ discusses the slight differences in how poetry adds deps....-->
418418
:class: important
419419
420420
By default, Poetry pins dependencies using `^` by default. This `^` symbol means that there is
421-
an "upper bound" to the dependency. Thus poetry will bump a dependency
421+
an "upper bound" to the dependency. Thus poetry won't bump a dependency
422422
version to a new major version. Thus, if your package uses a dependency that
423423
is at version 1.2.3, Poetry will never bump the dependency to 2.0 even if
424424
there is a new major version of the package. Poetry will instead bump up to 1.9.x.

0 commit comments

Comments
 (0)