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

Bump the dependencies group across 1 directory with 6 updates #766

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the dependencies group with 6 updates in the / directory:

Package From To
numpy 2.2.1 2.2.2
ansys-mechanical-core 0.11.10 0.11.12
scipy 1.15.0 1.15.1
ansys-sphinx-theme 1.2.4 1.2.6
pypandoc 1.14 1.15
hypothesis 6.123.7 6.124.1

Updates numpy from 2.2.1 to 2.2.2

Release notes

Sourced from numpy's releases.

2.2.2 (Jan 18, 2025)

NumPy 2.2.2 Release Notes

NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1 release. The number of typing fixes/updates is notable. This release supports Python versions 3.10-3.13.

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Alicia Boya García +
  • Charles Harris
  • Joren Hammudoglu
  • Kai Germaschewski +
  • Nathan Goldbaum
  • PTUsumit +
  • Rohit Goswami
  • Sebastian Berg

Pull requests merged

A total of 16 pull requests were merged for this release.

  • #28050: MAINT: Prepare 2.2.x for further development
  • #28055: TYP: fix void arrays not accepting str keys in __setitem__
  • #28066: TYP: fix unnecessarily broad integer binop return types (#28065)
  • #28112: TYP: Better ndarray binop return types for float64 &...
  • #28113: TYP: Return the correct bool from issubdtype
  • #28114: TYP: Always accept date[time] in the datetime64 constructor
  • #28120: BUG: Fix auxdata initialization in ufunc slow path
  • #28131: BUG: move reduction initialization to ufunc initialization
  • #28132: TYP: Fix interp to accept and return scalars
  • #28137: BUG: call PyType_Ready in f2py to avoid data races
  • #28145: BUG: remove unnecessary call to PyArray_UpdateFlags
  • #28160: BUG: Avoid data race in PyArray_CheckFromAny_int
  • #28175: BUG: Fix f2py directives and --lower casing
  • #28176: TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • #28177: TYP: preserve shape-type in ndarray.astype()
  • #28178: TYP: Fix missing and spurious top-level exports

Checksums

MD5

749cb2adf8043551aae22bbf0ed3130a  numpy-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
bc79fa2e44316b7ce9bacb48a993ed91  numpy-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
c6b2caa2bbb645b5950dccb77efb1dbb  numpy-2.2.2-cp310-cp310-macosx_14_0_arm64.whl
8c410efac169af880cacbbac8a731658  numpy-2.2.2-cp310-cp310-macosx_14_0_x86_64.whl

... (truncated)

Commits
  • fd8a68e Merge pull request #28184 from charris/prepare-2.2.2
  • 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build]
  • dfdd35a Merge pull request #28175 from charris/backport-28056
  • e4517a8 Merge pull request #28176 from charris/backport-28168
  • 2c0432b Merge pull request #28178 from charris/backport-28170
  • 2230a08 Merge pull request #28177 from charris/backport-28169
  • b04e32c TYP: Fix missing and spurious top-level exports
  • 6a5f537 TYP: preserve shape-type in ndarray.astype()
  • f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • a19acf1 BUG: Fix casing for f2py directives
  • Additional commits viewable in compare view

Updates ansys-mechanical-core from 0.11.10 to 0.11.12

Release notes

Sourced from ansys-mechanical-core's releases.

v0.11.12

No release notes provided.

v0.11.11

What's Changed

New features or code improvements

Documentation

Full Changelog: ansys/pymechanical@v0.11.10...v0.11.11

Commits

Updates scipy from 1.15.0 to 1.15.1

Release notes

Sourced from scipy's releases.

SciPy 1.15.1 Release Notes

SciPy 1.15.1 is a bug-fix release with no new features compared to 1.15.0. Importantly, an issue with the import of scipy.optimize breaking other packages has been fixed.

Authors

  • Name (commits)
  • Ralf Gommers (3)
  • Rohit Goswami (1)
  • Matt Haberland (2)
  • Tyler Reddy (7)
  • Daniel Schmitz (1)

A total of 5 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Commits
  • df134ea REL: 1.15.1 rel commit [wheel build]
  • f939c19 Merge pull request #22296 from tylerjereddy/treddy_1.15.1_backports
  • 609bb3c DOC: PR 22296 revisions
  • 5bfd6a2 TST: stats.Normal: bump tolerance on test of logcdf (#22276)
  • f9a549c DOC: update 1.15.1 relnotes
  • 6f011d8 MAINT: Update highs subproject commit
  • 0ff01de TST: fix thread safety issue in interpolate.bsplines memmap test
  • 21c65ab BLD: fix some issues with undeclared internal build dependencies
  • 826759e MAINT: fix url for array-api-extra git submodule
  • 9af1fcd Merge pull request #22235 from tylerjereddy/treddy_prep_1.15.1
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.2.4 to 1.2.6

Commits
  • 21918b4 release: v1.2.6
  • f03dd30 fix: LICENSES
  • 8926bd3 chore: updating CHANGELOG for v1.2.5
  • d2b67dc release: v1.2.5
  • f727a18 chore(deps): update pydata-sphinx-theme requirement from <0.16,>=0.15.4 to >=...
  • See full diff in compare view

Updates pypandoc from 1.14 to 1.15

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • 5704b06: allow non-latex intermediaries for pdf generation (#381) (Ashi Agrawal) #381
  • 9475b0f: pypandoc v1.15 (JessicaTegner)
Commits
  • 9475b0f pypandoc v1.15
  • 5704b06 allow non-latex intermediaries for pdf generation (#381)
  • 3fd939c Fix convert_file for Python 3.13 (#384)
  • 32d3a40 Dropped CI support for older python and pypy versions (#387)
  • 8bc3c51 Added parameter to control if files are sorted before being passed to pandoc ...
  • 50f3b08 Added support for python 3.13 - Removed ubber bound (#379)
  • See full diff in compare view

Updates hypothesis from 6.123.7 to 6.124.1

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.124.1

fuzz_one_input is now implemented using an alternative backend. This brings the interpretation of the fuzzer-provided bytestring closer to the fuzzer mutations, allowing the mutations to work more reliably. We hope to use this backend functionality to improve fuzzing integration (see e.g. google/atheris#20) in the future!

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.124.0

The Hypothesis example database now uses a new internal format to store examples. This new format is not compatible with the previous format, so stored entries will not carry over.

The database is best thought of as a cache that may be invalidated at times. Instead of relying on it for correctness, we recommend using "@​example" to specify explicit examples. When using databases across environments (such as connecting a "GitHubArtifactDatabase" database in CI to your local environment), we recommend using the same version of Hypothesis for each where possible, for maximum reproducibility.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.17

This patch improves certain corner cases for reporting of flaky errors (issue #4183 and issue #4228).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.16

Improves an edge case in one of our integer and float shrinking passes.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.15

Improves one of our shrinking passes for integers which require a constant relative difference to trigger the bug.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.14

Avoid realizing symbolic values from Alternative backends for Hypothesis when "verbosity" is "verbose" or higher.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.123.13

More internal code refactoring.

... (truncated)

Commits
  • d3baf4e Bump hypothesis-python version to 6.124.1 and update changelog
  • 2ce4344 Merge pull request #4221 from tybug/atheris-tcs
  • 703ae81 add + adjust covering tests
  • 4097056 always use 8 bits for draw_boolean, cap falsey to 1
  • be289ab validation for provider_kw
  • e140bd3 add BytestringProvider for fuzz_one_input
  • 50d2707 Bump hypothesis-python version to 6.124.0 and update changelog
  • cca3c71 Merge pull request #4241 from tybug/db-choices
  • 714bc5d add more tests, reword release notes
  • 2f0981b use typed choice sequence in the database
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
hypothesis [>= 6.84.a, < 6.85]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.2.1` | `2.2.2` |
| [ansys-mechanical-core](https://github.com/ansys/pymechanical) | `0.11.10` | `0.11.12` |
| [scipy](https://github.com/scipy/scipy) | `1.15.0` | `1.15.1` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.2.4` | `1.2.6` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.14` | `1.15` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.123.7` | `6.124.1` |



Updates `numpy` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.1...v2.2.2)

Updates `ansys-mechanical-core` from 0.11.10 to 0.11.12
- [Release notes](https://github.com/ansys/pymechanical/releases)
- [Changelog](https://github.com/ansys/pymechanical/blob/main/CHANGELOG.md)
- [Commits](ansys/pymechanical@v0.11.10...v0.11.12)

Updates `scipy` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.15.0...v1.15.1)

Updates `ansys-sphinx-theme` from 1.2.4 to 1.2.6
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.2.4...v1.2.6)

Updates `pypandoc` from 1.14 to 1.15
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.14...v1.15)

Updates `hypothesis` from 6.123.7 to 6.124.1
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.123.7...hypothesis-python-6.124.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-mechanical-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pypandoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
@wiz-inc-572fc38784
Copy link

wiz-inc-572fc38784 bot commented Jan 20, 2025

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 2 Medium
Data Finding Sensitive Data
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total 2 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-572fc38784
Copy link

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 2 Medium
Data Finding Sensitive Data
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total 2 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.98%. Comparing base (d47183c) to head (4fc24c7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #766   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files         109      109           
  Lines        5698     5698           
  Branches      323      323           
=======================================
  Hits         5412     5412           
  Misses        285      285           
  Partials        1        1           
Flag Coverage Δ
direct-launch 91.57% <ø> (ø)
minimum-deps 93.14% <ø> (ø)
python-3.10 94.20% <ø> (ø)
python-3.11 94.13% <ø> (ø)
python-3.12 94.33% <ø> (ø)
server-2024R2 90.76% <ø> (ø)
server-2025R1 94.13% <ø> (ø)
server-2025R2 94.13% <ø> (ø)
server-latest 94.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@greschd greschd enabled auto-merge (squash) January 20, 2025 08:20
@greschd greschd merged commit b944c2c into main Jan 20, 2025
33 checks passed
@greschd greschd deleted the dependabot/pip/dependencies-084d6e287f branch January 20, 2025 08:34
@greschd
Copy link
Member

greschd commented Jan 20, 2025

@dependabot unignore ansys-mapdl-core

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

OK, I will stop ignoring the ansys-mapdl-core dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant