Skip to content

Commit

Permalink
Bump the minimal pulpcore required by the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
decko committed Feb 10, 2025
1 parent 1552883 commit b09e958
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 @@ -24,7 +24,7 @@ classifiers=[
]
requires-python = ">=3.6"
dependencies = [
"pulpcore>=3.28.15,<3.70",
"pulpcore>=3.44,<3.70",
]

[project.urls]
Expand Down Expand Up @@ -127,4 +127,4 @@ replace = "version = \"{new_version}\""

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

0 comments on commit b09e958

Please sign in to comment.