-
Notifications
You must be signed in to change notification settings - Fork 23
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
Combined PR #296
Combined PR #296
Conversation
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]>
WalkthroughThe recent updates involve version upgrades for several dependencies in the development and main requirements files. Notably, Changes
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 (
|
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)
Additional comments not posted (5)
requirements-dev.txt (1)
4-4
: Version update forpytest
looks good.The update from
pytest==8.2.0
topytest==8.3.2
should bring in new features, bug fixes, and performance improvements. Ensure that the test suite is run to confirm compatibility with the new version.requirements.txt (4)
67-67
: Version update forpillow
looks good.The update from
pillow==10.3.0
topillow==10.4.0
should include bug fixes and potentially new features. Ensure that the image processing functionalities are tested to confirm compatibility with the new version.
81-81
: Version update forpython-dateutil
looks good.The update from
python-dateutil==2.9.0
topython-dateutil==2.9.0.post0
indicates a post-release version addressing specific issues. Ensure that date handling functionalities are tested to confirm compatibility with the new version.
115-115
: Version update fortqdm
looks good.The update from
tqdm==4.66.3
totqdm==4.66.4
should include minor improvements or fixes. Ensure that progress bar functionalities are tested to confirm compatibility with the new version.
119-119
: Version update foruncertainties
looks good.The update from
uncertainties==3.1.7
touncertainties==3.2.2
indicates a more significant version change that could introduce new features or enhancements. Ensure that uncertainty calculations are tested to confirm compatibility with the new version.
✅ This PR was created by the Combine PRs action by combining the following PRs:
#295 Bump tqdm from 4.66.3 to 4.66.4
#294 Bump pytest from 8.2.0 to 8.3.2
#293 Bump uncertainties from 3.1.7 to 3.2.2
#292 Bump python-dateutil from 2.9.0 to 2.9.0.post0
#291 Bump pillow from 10.3.0 to 10.4.0
Summary by CodeRabbit
New Features
pillow
,python-dateutil
,tqdm
, anduncertainties
packages to improve functionality and stability.pytest
framework, enhancing testing capabilities with potential new features and bug fixes.Bug Fixes