Skip to content

Commit

Permalink
Merge pull request #7350 from dependabot/dependabot/pip/python/helper…
Browse files Browse the repository at this point in the history
…s/poetry-gte-1.1.15-and-lt-1.6.0

Update poetry requirement from <1.4.0,>=1.1.15 to >=1.1.15,<1.6.0 in /python/helpers
  • Loading branch information
landongrindheim authored Jun 8, 2023
2 parents 7d982d1 + d89ea26 commit edd181f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip-tools>=6.4.0,<=6.13.0 # Range maintains py36 support TODO: Review python 3.
hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
poetry>=1.1.15,<1.4.0
poetry>=1.1.15,<1.6.0
wheel==0.37.1

# Some dependencies will only install if Cython is present
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
expect { subject }.
to raise_error(Dependabot::DependencyFileNotResolvable) do |error|
expect(error.message).
to include("depends on black (^18) which doesn't match any versions")
to include("depends on black (^18), version solving failed")
end
end

Expand Down Expand Up @@ -319,7 +319,7 @@
to raise_error(Dependabot::DependencyFileNotResolvable) do |error|
puts error.message
expect(error.message).
to include("depends on black (^18) which doesn't match any versions")
to include("depends on black (^18), version solving failed")
end
end
end
Expand Down

0 comments on commit edd181f

Please sign in to comment.