Bump the minor_and_patch group across 1 directory with 5 updates#431
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the minor_and_patch group across 1 directory with 5 updates#431dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Thank you so much for contributing to the open-source anaStruct project! Your contribution will help thousands of engineers work more efficiently and accuractely. Now that you've created your first pull request here, please don't go away; take a look at the bottom of this page for the automated checks that should already be running. If they pass, great! If not, please click on 'Details' and see if you can fix the problem they've identified. Keep in mind that this repository uses the |
Bumps the minor_and_patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.7` | `3.10.9` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.5` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.20.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [pytest-describe](https://github.com/pytest-dev/pytest-describe) | `3.0.0` | `3.1.0` | Updates `matplotlib` from 3.10.7 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.7...v3.10.9) Updates `pylint` from 4.0.2 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.2...v4.0.5) Updates `mypy` from 1.18.2 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.20.2) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `pytest-describe` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/pytest-dev/pytest-describe/releases) - [Commits](pytest-dev/pytest-describe@3.0.0...3.1.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor_and_patch - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor_and_patch - dependency-name: pytest-describe dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor_and_patch ... Signed-off-by: dependabot[bot] <support@github.com>
ec5b794 to
0047dde
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor_and_patch group with 5 updates in the / directory:
3.10.73.10.94.0.24.0.51.18.21.20.27.0.07.1.03.0.03.1.0Updates
matplotlibfrom 3.10.7 to 3.10.9Release notes
Sourced from matplotlib's releases.
Commits
dd8d78bREL: v3.10.92fb1891REL: Release prep v3.10.9d0e923aMerge branch 'v3.10.8-doc' into v3.10.x1637932Merge pull request #31558 from meeseeksmachine/auto-backport-of-pr-31556-on-v...a83faacBackport PR #31556: FIX: Inverted PyErr_Occurred check in enum type caster (_...a4f57abMerge pull request #31545 from ksunden/backport-of-pr-31282-on-v3.10.x063288dMerge pull request #31544 from ksunden/backport-of-pr-31248-on-v3.10.xb2ed196Backport PR #31248: SEC: Remove eval() from validate_cycleracc6024Merge pull request #31282 from scottshambaugh/tex_no_shelle3fb541Merge pull request #31078 from meeseeksmachine/auto-backport-of-pr-31075-on-v...Updates
pylintfrom 4.0.2 to 4.0.5Commits
88e1ab7Bump pylint to 4.0.5, update changelog (#10860)d96d489[Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 ...0b08ccbFix dynamic color mapping for "fail-on" messages when using multiple reporter...154dba4[Backport maintenance/4.0.x] Fix FP forinvalid-namewithtyping.Finalon...7b73bfdDisable unspecified-encoding for py-version above Python 3.15 (#10800)4cc98be[Backport maintenance/4.0.x] Fix setting options for import order checker (#1...f0d30a2Sync astroid version with requirements file again38bdf02[Backport maintenance/4.0.x] Fixlogging-unsupported-formatwhen logging ...f08c33a[Backport maintenance/4.0.x] Properly detectself.fail()as a terminating...e16f942Bump pylint to 4.0.4, update changelogUpdates
mypyfrom 1.18.2 to 1.20.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
145a062Bump version to 1.20.281cd492Fix slicing with nonstrict optional (#21282)908d344[mypyc] Set dunder attrs when adding module to sys.modules (#21275)ba28610Initial support for Python 3.15.0a8 (#21255)7b0e09fFix match statement semantics for "or" pattern (#21156)92b74f2Avoid widening types in conditional_types (#21242)0dcbfaaFix is_overlapping_types for generic callables (#21208)210f518Correctly aggregate narrowing information on parent expressions (#21206)c34530eOnly set journal mode in coordinator (#21217)79a3ec6Use WAL with SQLite cache, fix close (#21154)Updates
pytest-covfrom 7.0.0 to 7.1.0Changelog
Sourced from pytest-cov's changelog.
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
pytest-describefrom 3.0.0 to 3.1.0Release notes
Sourced from pytest-describe's releases.
Commits
47a9180Update deps and bump version1ac77e1Merge pull request #52 from artofhuman/unlock-pytest9e505f42Unlock pytest9