Skip to content

Commit

Permalink
use services 7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Apr 18, 2024
1 parent 002ecad commit 4a313d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def make_range(range_, loose):
class Range:
def __init__(self, range_, loose):
if "/services" in range_:
range_ = "~7.1.5"
range_ = "~7.1.6"

self.loose = loose
# First, split based on boolean or ||
Expand Down

0 comments on commit 4a313d7

Please sign in to comment.