-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dependabot updates #298
Dependabot updates #298
Conversation
Merge develop branch changes into the master branch
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.9.0 to 2.9.0.post0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.9.0...2.9.0.post0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [uncertainties](https://github.com/lmfit/uncertainties) from 3.1.7 to 3.2.2. - [Release notes](https://github.com/lmfit/uncertainties/releases) - [Changelog](https://github.com/lmfit/uncertainties/blob/master/CHANGES.rst) - [Commits](lmfit/uncertainties@3.1.7...3.2.2) --- updated-dependencies: - dependency-name: uncertainties dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.3 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](tqdm/tqdm@v4.66.3...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThis update introduces version upgrades for several dependencies in both Changes
Sequence Diagram(s)sequenceDiagram
participant A as Developer
participant B as CI System
participant C as Test Suite
participant D as Production
A->>B: Push changes
B->>C: Run tests with updated dependencies
C-->>B: Tests pass
B->>D: Deploy to production
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 (
|
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 selected for processing (2)
- requirements-dev.txt (1 hunks)
- requirements.txt (3 hunks)
Files skipped from review due to trivial changes (1)
- requirements.txt
Additional comments not posted (1)
requirements-dev.txt (1)
4-4
: Upgradepytest
to version 8.3.2.The update to
pytest
from version8.2.0
to8.3.2
likely includes bug fixes, performance improvements, or new features. Ensure that the updated version is compatible with your existing test suite and other dependencies.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #298 +/- ##
===========================================
- Coverage 75.40% 75.26% -0.14%
===========================================
Files 24 24
Lines 2236 2361 +125
===========================================
+ Hits 1686 1777 +91
- Misses 550 584 +34 ☔ View full report in Codecov by Sentry. |
Restrict pymatgen version due to windows
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 (16)
examples/Practical_tutorial/Images/ASO.gif
is excluded by!**/*.gif
examples/Practical_tutorial/Images/Combinations_vs_Permutations.png
is excluded by!**/*.png
examples/Practical_tutorial/Images/ZurMcGill.jpg
is excluded by!**/*.jpg
examples/Practical_tutorial/Images/anderson.gif
is excluded by!**/*.gif
examples/Practical_tutorial/Images/atomsinbox.png
is excluded by!**/*.png
examples/Practical_tutorial/Images/binary-graph.tiff
is excluded by!**/*.tiff
examples/Practical_tutorial/Images/forascii.jpg
is excluded by!**/*.jpg
examples/Practical_tutorial/Images/lattice_match.gif
is excluded by!**/*.gif
examples/Practical_tutorial/Images/linus-pauling.png
is excluded by!**/*.png
examples/Practical_tutorial/Images/pauling-equation.jpg
is excluded by!**/*.jpg
examples/Practical_tutorial/Images/pauling-equation.png
is excluded by!**/*.png
examples/Practical_tutorial/Images/pauling-equation.tiff
is excluded by!**/*.tiff
examples/Practical_tutorial/Images/quaternary-graph.tiff
is excluded by!**/*.tiff
examples/Practical_tutorial/Images/site_overlap.gif
is excluded by!**/*.gif
examples/Practical_tutorial/Images/ternary-graph.tiff
is excluded by!**/*.tiff
examples/Practical_tutorial/Images/toc.gif
is excluded by!**/*.gif
Files selected for processing (1)
- setup.py (1 hunks)
Additional comments not posted (1)
setup.py (1)
55-55
: Verify compatibility with the newpymatgen
version constraint.The version constraint for
pymatgen
has been updated to>=2024.2.20,<2024.8.8
. This change helps prevent compatibility issues with versions released after2024.8.8
. Ensure that the project has been tested with this version range to confirm stability and functionality.
Pulling in dependabot updates
Summary by CodeRabbit
New Features
pillow
,python-dateutil
,tqdm
, anduncertainties
.pymatgen
to ensure compatibility with a known range of dependencies.Bug Fixes
pytest
to the latest version for enhanced testing capabilities, potentially including bug fixes and performance improvements.