-
Notifications
You must be signed in to change notification settings - Fork 1
chore: update dependencies #73
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
Conversation
WalkthroughThe recent updates to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant System
participant Dependencies
User->>System: Request for updated functionality
System->>Dependencies: Check for new versions
Dependencies->>System: Provide newer versions
System->>User: Deliver enhanced features
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
poetry.lock
is excluded by!**/*.lock
Files selected for processing (1)
- pyproject.toml (2 hunks)
Additional comments not posted (3)
pyproject.toml (3)
31-31
: Verify compatibility withjupyterlab
4.2.4.The update from
^4.0.10
to^4.2.4
is a minor version change. Ensure that there are no breaking changes affecting your project by reviewing the release notes.
13-13
: Verify compatibility withmatplotlib
3.9.1.The update from
^3.8.2
to^3.9.1
is a minor version change. Ensure that there are no breaking changes affecting your project by reviewing the release notes.
17-17
: Verify compatibility withgreat-expectations
0.18.19.The update from
^0.18.8
to^0.18.19
is a minor version change. Ensure that there are no breaking changes affecting your project by reviewing the release notes.
PR Type
Enhancement, Dependencies
Description
matplotlib
dependency from version 3.8.2 to 3.9.1.great-expectations
dependency from version 0.18.8 to 0.18.19.jupyterlab
dependency from version 4.0.10 to 4.2.4.Changes walkthrough 📝
pyproject.toml
Update dependencies for various packages
pyproject.toml
matplotlib
from version 3.8.2 to 3.9.1great-expectations
from version 0.18.8 to 0.18.19jupyterlab
from version 4.0.10 to 4.2.4Summary by CodeRabbit
matplotlib
updated to version3.9.1
great-expectations
updated to version0.18.19
jupyterlab
updated to version4.2.4