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

Chore: Unlock dependencies & update them all #4142

Merged
merged 1 commit into from Sep 8, 2023

Conversation

stumpylog
Copy link
Member

@stumpylog stumpylog commented Sep 8, 2023

Proposed change

Unlocks versions in the Pipfile which were locked due to PiWheels. This also removes PiWheels as a source, I think it's better to use the PyPi official built wheels where possible. pre-commit hooks were also updated and a few small new lints got fixed.

This is also stage 2 (of 3 or so) for supporting Python 3.11. It probably works already, but the test matrix needs to be updated next.

I'm hopeful this will enable dependabot again as well. It always failed due to the scipy version lock.

I tested the image and didn't notice anything. Consume/upload seemed alright, archives got made, etc. But maybe good to kick the tires a little more anyway.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (please explain): - deps update

Checklist:

  • I have read & agree with the contributing guidelines.
  • If applicable, I have included testing coverage for new code in this PR, for backend and / or front-end changes.
  • If applicable, I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.
  • If applicable, I have checked that all tests pass, see documentation.
  • I have run all pre-commit hooks, see documentation.
  • I have made corresponding changes to the documentation as needed.
  • I have checked my modifications for any breaking changes.

@stumpylog stumpylog requested review from a team as code owners September 8, 2023 16:34
@paperless-ngx-secretary paperless-ngx-secretary bot added backend ci-cd non-trivial Requires approval by several team members labels Sep 8, 2023
@github-actions github-actions bot added the enhancement New feature label Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #4142 (4a311a3) into dev (729d7a1) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev    #4142   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files         338      338           
  Lines       12786    12787    +1     
  Branches     1054     1054           
=======================================
+ Hits        12187    12188    +1     
  Misses        594      594           
  Partials        5        5           
Flag Coverage Δ
backend 94.10% <100.00%> (+<0.01%) ⬆️
frontend 96.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...documents/management/commands/document_importer.py 95.27% <ø> (ø)
src/documents/serialisers.py 92.56% <100.00%> (ø)
src/paperless/views.py 92.30% <100.00%> (ø)
src/paperless_mail/mail.py 88.46% <100.00%> (ø)
src/paperless_mail/parsers.py 96.69% <100.00%> (+0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

📢 Have feedback on the report? Share it here.

@stumpylog stumpylog added dependencies Pull requests that update a dependency file and removed enhancement New feature ci-cd labels Sep 8, 2023
Copy link
Member

@shamoon shamoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool thanks

@stumpylog stumpylog merged commit d532913 into dev Sep 8, 2023
31 checks passed
@stumpylog stumpylog deleted the feature-update-all-the-things branch September 8, 2023 18:21
@shamoon shamoon added this to the v2.0.0 milestone Sep 8, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2023

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend dependencies Pull requests that update a dependency file non-trivial Requires approval by several team members
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants