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

chore: loosen and upgrade semantic version #3106

Conversation

antazoey
Copy link
Contributor

@antazoey antazoey commented Sep 26, 2022

What I did

fixes: #3103

  • Upgrade semantic version to 2.10
  • Loosen pin to include a wider range

How I did it

Was:

        "semantic-version==2.8.5",

Now:

        "semantic-version>=2.10,<3",

How to verify it

Test it out on 2.10

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Change semantic-version library requirement from ==2.8.5 to >=2.10,<3.

Cute Animal Picture

🐍

@fubuloubu fubuloubu enabled auto-merge (squash) September 26, 2022 20:30
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2022

Codecov Report

Merging #3106 (17b456c) into master (4b3b636) will increase coverage by 0.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3106      +/-   ##
==========================================
+ Coverage   88.10%   88.49%   +0.38%     
==========================================
  Files          97       95       -2     
  Lines       10877    10756     -121     
  Branches     2574     2554      -20     
==========================================
- Hits         9583     9518      -65     
+ Misses        838      796      -42     
+ Partials      456      442      -14     
Impacted Files Coverage Δ
vyper/codegen/global_context.py 74.07% <0.00%> (-0.72%) ⬇️
vyper/semantics/validation/module.py 85.49% <0.00%> (-0.37%) ⬇️
vyper/evm/opcodes.py 100.00% <0.00%> (ø)
vyper/ir/optimizer.py 97.86% <0.00%> (ø)
vyper/cli/vyper_compile.py 68.14% <0.00%> (ø)
vyper/semantics/environment.py 100.00% <0.00%> (ø)
vyper/semantics/validation/data_positions.py 91.39% <0.00%> (ø)
.../codegen/function_definitions/external_function.py 100.00% <0.00%> (ø)
vyper/__init__.py
vyper/utils.py
... and 18 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fubuloubu fubuloubu merged commit df5325a into vyperlang:master Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loosen semantic-version lib version restriction
4 participants