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

test: [Automatic] Constraints upgrades: ipykernel, pandas, qtpy #1032

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Oct 30, 2023

This PR is automatically created and updated by PartSeg GitHub
action cron to keep bundle dependencies modules up to date.

The updated packages are:

  • asttokens
  • babel
  • dask
  • executing
  • ipykernel
  • jupyter-client
  • networkx
  • pandas
  • pooch
  • pyconify
  • pytest
  • qtpy
  • traitlets

Summary by CodeRabbit

Chores:

  • Updated several dependencies across all Python versions (3.8, 3.9, 3.10, 3.11) for improved performance and stability. This includes minor updates to packages like asttokens, babel, executing, ipykernel, jupyter-client, pooch, pyconify, pytest, qtpy, and traitlets.
  • For Python versions 3.10, 3.11, and 3.9, additional updates were made to the dask, networkx, and pandas packages.

Please note that these updates may not directly impact end-user functionality but are essential for maintaining the overall health and efficiency of the system.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 30, 2023

Walkthrough

The recent changes encompass updates to various Python packages across multiple Python version constraints files. These updates span across versions 3.8, 3.9, 3.10, and 3.11. The updates include minor version increments, reflecting improvements and bug fixes in the packages.

Changes

File Path Summary
requirements/constraints_py3.10.txt 13 packages updated, including asttokens, babel, dask, executing, ipykernel, jupyter-client, networkx, pandas, pooch, pyconify, pytest, qtpy, traitlets
requirements/constraints_py3.11.txt 13 packages updated, same as above
requirements/constraints_py3.8.txt 10 packages updated, excluding dask and networkx
requirements/constraints_py3.9.txt 13 packages updated, same as constraints_py3.10.txt and constraints_py3.11.txt

Poem

🍂 As the leaves fall this autumn day, 🍁

Our code takes a leap in a joyful way. 🎉

With packages updated, bugs swept away, 🧹

We're ready for challenges that may come our way. 💪

From asttokens to traitlets, in files they lay, 📚

Each version increment a cause for yay! 🥳

So here's to the coders, working night and day, 🌙☀️

Your efforts and passion truly light the way. 💡🛣️

Happy coding, and have a wonderful day! 🐇💻🎈


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai help to get help.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.json

@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between a6199f9 and 59c894e.
Files selected for processing (4)
  • requirements/constraints_py3.10.txt (12 hunks)
  • requirements/constraints_py3.11.txt (12 hunks)
  • requirements/constraints_py3.8.txt (9 hunks)
  • requirements/constraints_py3.9.txt (12 hunks)
Files skipped from review due to trivial changes (1)
  • requirements/constraints_py3.8.txt
Additional comments: 12
requirements/constraints_py3.10.txt (12)
  • 15-24: The asttokens package was updated from version 2.4.0 to 2.4.1.
    The babel package was updated from version 2.13.0 to 2.13.1.

  • 50-56: The dask package was updated from version 2023.10.0 to 2023.10.1.

  • 70-74: The executing package was updated from version 2.0.0 to 2.0.1.

  • 103-109: The ipykernel package was updated from version 6.25.2 to 6.26.0.

  • 125-131: The jupyter-client package was updated from version 8.4.0 to 8.5.0.

  • 180-186: The networkx package was updated from version 3.2 to 3.2.1.

  • 228-234: The pandas package was updated from version 2.1.1 to 2.1.2.

  • 257-263: The pooch package was updated from version 1.7.0 to 1.8.0.

  • 276-282: The pyconify package was updated from version 0.1.5 to 0.1.6.

  • 334-340: The pytest package was updated from version 7.4.2 to 7.4.3.

  • 368-374: The qtpy package was updated from version 2.4.0 to 2.4.1.

  • 476-482: The traitlets package was updated from version 5.11.2 to 5.12.0.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.26%. Comparing base (a6199f9) to head (59c894e).
Report is 134 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1032      +/-   ##
===========================================
+ Coverage    92.21%   92.26%   +0.04%     
===========================================
  Files          206      206              
  Lines        32318    32318              
===========================================
+ Hits         29803    29819      +16     
+ Misses        2515     2499      -16     

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

@Czaki Czaki added this to the 0.15.3 milestone Oct 30, 2023
@Czaki Czaki merged commit b301c39 into develop Nov 2, 2023
50 checks passed
@Czaki Czaki deleted the auto-dependency-upgrades branch November 2, 2023 22:19
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