Skip to content

Conversation

@vinitkumar
Copy link
Owner

@vinitkumar vinitkumar commented Feb 21, 2025

Summary by Sourcery

Updates dependencies in requirements.txt and docs/requirements.txt to the latest versions.

Enhancements:

  • Upgraded multiple dependencies in docs/requirements.txt and requirements.txt to their latest versions, including alabaster, babel, beautifulsoup4, certifi, charset-normalizer, click, colorama, decorator, docutils, furo, idna, jinja2, markupsafe, mock, packaging, pygments, requests, snowballstemmer, soupsieve, sphinx, sphinx-autobuild, sphinx-autodoc-typehints, sphinxcontrib-applehelp, sphinxcontrib-devhelp, sphinxcontrib-htmlhelp, sphinxcontrib-jsmath, sphinxcontrib-qthelp, sphinxcontrib-serializinghtml, tornado, urllib3, waitress, and webtest.
  • Added new dependencies anyio, h11, roman-numerals-py, sniffio, starlette, typing-extensions, uvicorn, and websockets to docs/requirements.txt.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Feb 21, 2025

Reviewer's Guide by Sourcery

This pull request upgrades dependencies in docs/requirements.txt and requirements.txt to their latest versions. The changes include updating libraries such as alabaster, beautifulsoup4, sphinx, and urllib3, among others, to enhance functionality and security.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Upgraded multiple dependencies in docs/requirements.txt to their newer versions.
  • Upgraded alabaster from 0.7.12 to 1.0.0.
  • Added anyio 4.8.0.
  • Upgraded babel from 2.9.1 to 2.17.0.
  • Upgraded beautifulsoup4 from 4.10.0 to 4.13.3.
  • Upgraded certifi from 2024.7.4 to 2025.1.31.
  • Upgraded charset-normalizer from 2.0.6 to 3.4.1.
  • Added click 8.1.8.
  • Upgraded colorama from 0.4.4 to 0.4.6.
  • Upgraded decorator from 5.1.0 to 5.1.1.
  • Upgraded docutils from 0.20.1 to 0.21.2.
  • Upgraded furo from 2024.5.6 to 2024.8.6.
  • Added h11 0.14.0.
  • Upgraded idna from 3.7 to 3.10.
  • Upgraded markupsafe from 2.0.1 to 3.0.2.
  • Upgraded mock from 4.0.3 to 5.1.0.
  • Upgraded packaging from 21.0 to 24.2.
  • Upgraded pygments from 2.15.0 to 2.19.1.
  • Upgraded requests from 2.32.0 to 2.32.3.
  • Added roman-numerals-py 3.0.0.
  • Added sniffio 1.3.1.
  • Upgraded snowballstemmer from 2.1.0 to 2.2.0.
  • Upgraded soupsieve from 2.2.1 to 2.6.
  • Upgraded sphinx from 7.2.6 to 8.2.0.
  • Upgraded sphinx-autobuild from 2021.3.14 to 2024.10.3.
  • Upgraded sphinx-autodoc-typehints from 1.12.0 to 3.1.0.
  • Upgraded sphinxcontrib-applehelp from 1.0.2 to 2.0.0.
  • Upgraded sphinxcontrib-devhelp from 1.0.2 to 2.0.0.
  • Upgraded sphinxcontrib-htmlhelp from 2.0.0 to 2.1.0.
  • Upgraded sphinxcontrib-qthelp from 1.0.3 to 2.0.0.
  • Upgraded sphinxcontrib-serializinghtml from 1.1.9 to 2.0.0.
  • Added starlette 0.45.3.
  • Added typing-extensions 4.12.2.
  • Upgraded urllib3 from 1.26.19 to 2.3.0.
  • Added uvicorn 0.34.0.
  • Upgraded waitress from 3.0.1 to 3.0.2.
  • Added watchfiles 1.0.4.
  • Upgraded webob from 1.8.8 to 1.8.9.
  • Added websockets 15.0.
  • Upgraded webtest from 3.0.0 to 3.0.4.
docs/requirements.txt
Upgraded urllib3 in requirements.txt to version 2.3.0.
  • Upgraded urllib3 from 1.26.19 to 2.3.0.
requirements.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey @vinitkumar - I've reviewed your changes - here's some feedback:

Overall Comments:

  • Consider using a tool like pip-tools to manage dependencies and keep requirements.txt up-to-date.
Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Documentation: all looks good

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@vinitkumar vinitkumar merged commit cd05ad4 into master Feb 21, 2025
160 checks passed
@codecov
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@ac94b1d). Learn more about missing BASE report.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##             master   #229   +/-   ##
=======================================
  Coverage          ?      0           
=======================================
  Files             ?      0           
  Lines             ?      0           
  Branches          ?      0           
=======================================
  Hits              ?      0           
  Misses            ?      0           
  Partials          ?      0           

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

@vinitkumar vinitkumar deleted the feat/upgrade-docs branch February 21, 2025 12:02
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.

2 participants