Skip to content

Commit

Permalink
Make core-LB 3 places to make lowerbounds tests choose correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggainey authored and mdellweg committed Feb 26, 2025
1 parent 35e5d9d commit 3f91702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"jsonschema>=4.6,<5.0",
"libcomps>=0.1.20.post1,<0.2",
"productmd~=1.33.0",
"pulpcore>=3.71,<3.85",
"pulpcore>=3.71.0,<3.85",
"solv~=0.7.21",
"aiohttp_xmlrpc~=1.5.0",
"importlib-resources~=6.4.0",
Expand Down Expand Up @@ -141,4 +141,4 @@ replace = "version = \"{new_version}\""

filename = "./pyproject.toml"
search = "version = \"{current_version}\""
replace = "version = \"{new_version}\""
replace = "version = \"{new_version}\""

0 comments on commit 3f91702

Please sign in to comment.