Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version constraints in pyproject.toml #35

Merged
merged 8 commits into from
Jan 28, 2021

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Jan 28, 2021

A second attempt at #15, this time without depending on Poetry internals. We do not attempt to restrict this to incompatible updates (Dependabot doesn't either, it seems). There is an option --no-latest to switch this off.

@cjolowicz cjolowicz added the enhancement New feature or request label Jan 28, 2021
@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #35 (2c61105) into master (2f6b74e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          210       243   +33     
  Branches        21        27    +6     
=========================================
+ Hits           210       243   +33     
Impacted Files Coverage Δ
src/poetry_up/update.py 100.00% <ø> (ø)
src/poetry_up/poetry.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f6b74e...2c61105. Read the comment docs.

@cjolowicz cjolowicz merged commit 8f60f53 into master Jan 28, 2021
@cjolowicz cjolowicz deleted the update-pyproject-toml branch January 28, 2021 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant