python-wiremock icon indicating copy to clipboard operation
python-wiremock copied to clipboard

fix(deps): allow higher version of `importlib-resources` for python 3.9 and above

Open aberlioz opened this issue 1 year ago • 2 comments
trafficstars

The pin on version ^5.12.0 of package importlib-resources was introduced in this PR: https://github.com/wiremock/python-wiremock/pull/60

It prevents applications running on higher versions of python to install the newest importlib-resources versions.

Considering the usage of the lib, one can argue that we don't even need this dependencies for python version 3.9 and above.

References

  • https://github.com/wiremock/python-wiremock/pull/60

Submitter checklist

  • [x] Recommended: Join WireMock Slack to get any help in #help-contributing or a project-specific channel like #wiremock-java
  • [x] The PR request is well described and justified, including the body and the references
  • [x] The PR title represents the desired changelog entry
  • [x] The repository's code style is followed (see the contributing guide)
  • [x] Test coverage that demonstrates that the change works as expected
  • [x] For new features, there's necessary documentation in this pull request or in a subsequent PR to wiremock.org

aberlioz avatar Oct 25 '24 09:10 aberlioz