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

pin importlib_resources to 5 series #5270

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

jenshnielsen
Copy link
Collaborator

@jenshnielsen jenshnielsen commented Jul 17, 2023

version 6.0.0 removed various deprecated functions but these are still used by towncrier which we use to build the docs.
This is fixed in twisted/towncrier#529 but not yet in a release

Also remove env marker from importlib_metadata. This file is only used to constrain requirements so there is no need
to use the env marker here. That is done in pyproject.toml and having it here prevents dependabot from bumping the version

version 6.0.0 removed various deprecated functions but
these are still used by sphinx-contrib-towncrier
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #5270 (c6697fe) into master (2a17ab7) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5270      +/-   ##
==========================================
+ Coverage   67.50%   67.53%   +0.03%     
==========================================
  Files         359      359              
  Lines       29882    29882              
==========================================
+ Hits        20171    20181      +10     
+ Misses       9711     9701      -10     

@jenshnielsen jenshnielsen added this pull request to the merge queue Jul 17, 2023
Merged via the queue into microsoft:master with commit 68965a7 Jul 17, 2023
15 checks passed
@jenshnielsen jenshnielsen deleted the importib_resources_5_3 branch July 17, 2023 08:26
jenshnielsen added a commit that referenced this pull request Jul 19, 2023
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.

None yet

2 participants