Skip to content

Comments

fix dependency issue related to chardet 6 release#9398

Merged
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
ThomasWaldmann:fix-requests-chardet-master
Feb 22, 2026
Merged

fix dependency issue related to chardet 6 release#9398
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
ThomasWaldmann:fix-requests-chardet-master

Conversation

@ThomasWaldmann
Copy link
Member

requests wants < 6, but something else installs >= 6, triggering this warning on stderr that breaks our tests:

 /home/runner/work/borg/borg/.tox/py311-pyfuse3/lib/python3.11/site-packages/requests/__init__.py:113:
 RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0dev0)/charset_normalizer (3.4.4) doesn't match a supported version!

requests wants < 6, but something else installs >= 6,
triggering this warning on stderr that breaks our tests:

 /home/runner/work/borg/borg/.tox/py311-pyfuse3/lib/python3.11/site-packages/requests/__init__.py:113:
 RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0dev0)/charset_normalizer (3.4.4) doesn't match a supported version!
@codecov
Copy link

codecov bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.47%. Comparing base (1150b8d) to head (475b70b).
⚠️ Report is 25 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9398      +/-   ##
==========================================
+ Coverage   76.44%   76.47%   +0.03%     
==========================================
  Files          85       85              
  Lines       14792    14804      +12     
  Branches     2211     2213       +2     
==========================================
+ Hits        11308    11322      +14     
+ Misses       2807     2803       -4     
- Partials      677      679       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ThomasWaldmann ThomasWaldmann merged commit c86e5af into borgbackup:master Feb 22, 2026
15 checks passed
@ThomasWaldmann ThomasWaldmann deleted the fix-requests-chardet-master branch February 22, 2026 13:53
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.

1 participant