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 numpy from 1.25.2 to 1.26.0 in /docker/sane-doc-reports #20103

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps numpy from 1.25.2 to 1.26.0.

Release notes

Sourced from numpy's releases.

v1.26.0

NumPy 1.26.0 Release Notes

The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement for the setup.py/distutils based build system NumPy was using. We have chosen to use the Meson build system instead, and this is the first NumPy release supporting it. This is also the first release that supports Cython 3.0 in addition to retaining 0.29.X compatibility. Supporting those two upgrades was a large project, over 100 files have been touched in this release. The changelog doesn't capture the full extent of the work, special thanks to Ralf Gommers, Sayed Adel, Stéfan van der Walt, and Matti Picus who did much of the work in the main development branch.

The highlights of this release are:

  • Python 3.12.0 support.
  • Cython 3.0.0 compatibility.
  • Use of the Meson build system
  • Updated SIMD support
  • f2py fixes, meson and bind(x) support
  • Support for the updated Accelerate BLAS/LAPACK library

The Python versions supported in this release are 3.9-3.12.

New Features

Array API v2022.12 support in numpy.array_api

numpy.array_api now full supports the v2022.12 version of the array API standard. Note that this does not yet include the optional fft extension in the standard.

(gh-23789)

Support for the updated Accelerate BLAS/LAPACK library

Support for the updated Accelerate BLAS/LAPACK library, including ILP64 (64-bit integer) support, in macOS 13.3 has been added. This brings arm64 support, and significant performance improvements of up to 10x for commonly used linear algebra operations. When Accelerate is selected at build time, the 13.3+ version will automatically be used if available.

(gh-24053)

meson backend for f2py

f2py in compile mode (i.e. f2py -c) now accepts the

... (truncated)

Commits
  • d35cd07 Merge pull request #24722 from charris/prepare-1.26.0-release
  • 2f7c195 REL: Prepare for the NumPy 1.26.0 release
  • c550abf Merge pull request #24718 from rgommers/doc-update
  • 4893b24 DEV: improve spin docs command
  • 44fe37c DOC: fix two cross-references to SciPy docs in "building from source"
  • f2121dc DOC: Fix doc build warning for random.
  • ca97802 Merge pull request #24707 from charris/backport-24705
  • 92aab8c TYP: Use collections.abc.Buffer in the npt.ArrayLike definition
  • 56e580d TYP: Use collections.abc.Buffer in the Array API
  • 5ef53c6 TYP: Add annotations for the py3.12 buffer protocol
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@github-actions github-actions bot enabled auto-merge (squash) September 18, 2023 14:10
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.74288
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.74288

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:ec87c88039726fe924ea661d8640ace9051b920bd541eaa91983d6a36f197db6
  • Created: 2023-09-18T14:14:43.783753353Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.74288
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:93dc2e854535afc8193985298c95226b784478ff
    • org.opencontainers.image.version:1.0.0.74288

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 93dc2e8 to 77350d5 Compare September 18, 2023 14:37
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.74336
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.74336

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:dba16c2dd8e91b1dae3111ed51f7e44251c9a927f4c6e8801467e21472b7eb97
  • Created: 2023-09-18T14:40:37.861375455Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.74336
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:77350d5cb2b7d1c2042819a2f00d126680f80344
    • org.opencontainers.image.version:1.0.0.74336

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 77350d5 to a1b4660 Compare September 18, 2023 14:56
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.74374
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.74374

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:cccc63c9741f3938b2ab6c42597de8c80c78e23d2f0376cef6afd9d3005990e4
  • Created: 2023-09-18T14:59:48.289433395Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.74374
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a1b46604ca8318799f5f0d3906e5ac9435bafe59
    • org.opencontainers.image.version:1.0.0.74374

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from a1b4660 to 4ff3b55 Compare September 18, 2023 15:01
@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 4ff3b55 to c3b34a4 Compare September 18, 2023 15:05
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.74400
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.74400

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:9e22e51746504d1a0deff7f5d4f90e46bd251df481cfe52c2fd2adae97f61a75
  • Created: 2023-09-18T15:09:03.676204762Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.74400
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:c3b34a4a585b85ec55079a93b20c36041158fd34
    • org.opencontainers.image.version:1.0.0.74400

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from c3b34a4 to f178b4e Compare September 18, 2023 15:19
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.74414
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.74414

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:44dc69e0b37071d1eba8d96458c8c6b365bea696f4a3bab3b598840e8d8b4b9b
  • Created: 2023-09-18T15:23:38.437386354Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.74414
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:f178b4e7a6332a72c6ebba90743f84fac3610554
    • org.opencontainers.image.version:1.0.0.74414

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from f178b4e to 716ef4c Compare September 22, 2023 15:05
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.75577
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.75577

Docker Metadata

  • Image Size: 456.19 MB
  • Image ID: sha256:951ffe8b6f5b64976a9d83a1600f9db0b7c072ba7ca206025673766f865302cf
  • Created: 2023-09-22T15:09:59.854078833Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.75577
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:716ef4cafcd0ba7c25d4a9ec4faef920c26e1b3a
    • org.opencontainers.image.version:1.0.0.75577

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 716ef4c to fa89b30 Compare October 3, 2023 20:44
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.76608
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.76608

Docker Metadata

  • Image Size: 461.10 MB
  • Image ID: sha256:9997b89c0a2506438c0d3386f90b2672057cdd9a743831c26a76da9c178ec979
  • Created: 2023-10-03T20:48:32.256149367Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.76608
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:fa89b309429618fd5ad3496b8a7e1e839a5f9bfc
    • org.opencontainers.image.version:1.0.0.76608

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from fa89b30 to a453d89 Compare October 10, 2023 15:50
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.76982
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.76982

Docker Metadata

  • Image Size: 462.77 MB
  • Image ID: sha256:4dee2c405155aeaafdeb47915a493dcfe15a106032a57ec65f4944b2be875b65
  • Created: 2023-10-10T15:54:35.204472734Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.76982
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a453d892d7b982350c3e6ec2056ab027e459eb82
    • org.opencontainers.image.version:1.0.0.76982

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from a453d89 to 3891fc1 Compare October 16, 2023 09:59
@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 3891fc1 to 49a1b4b Compare October 16, 2023 10:00
@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 49a1b4b to 15e2c09 Compare October 16, 2023 10:04
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.77542
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.77542

Docker Metadata

  • Image Size: 462.76 MB
  • Image ID: sha256:5797b1f7dae277811e18d36ed13d14a48829a782e3b87b625a879ecc4211aea2
  • Created: 2023-10-16T10:08:26.239229157Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.77542
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:15e2c09cf261497e57e03438fe37531ee33c6a90
    • org.opencontainers.image.version:1.0.0.77542

@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 15e2c09 to 6078551 Compare October 16, 2023 10:37
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.77559
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.77559

Docker Metadata

  • Image Size: 462.76 MB
  • Image ID: sha256:ac79e9f0af3624080d2930417dc19ef6820ac23121afc0c251791f814f015cc6
  • Created: 2023-10-16T10:40:45.292568123Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.77559
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:60785516e2864f9103d04a72df091026de1b3653
    • org.opencontainers.image.version:1.0.0.77559

Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.2...v1.26.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch from 6078551 to ce64c03 Compare October 16, 2023 12:42
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/sane-doc-reports:1.0.0.77576
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/sane-doc-reports/tags
Get started by pulling the image:

docker pull devdemisto/sane-doc-reports:1.0.0.77576

Docker Metadata

  • Image Size: 462.76 MB
  • Image ID: sha256:249b96e9cc5d18541e68c3d819f8e9047ae17e04f133ae02831deb812078f3d1
  • Created: 2023-10-16T12:46:12.948787719Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.12
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/sane-doc-reports:1.0.0.77576
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:ce64c03bb7e2737d9e1f30413b0c410885abe243
    • org.opencontainers.image.version:1.0.0.77576

Copy link

stale bot commented Nov 2, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.

If you'd like to keep it open, please leave a comment with the status of the PR.

Thank you for your contribution!

@stale stale bot added the stale label Nov 2, 2023
Copy link

stale bot commented Nov 10, 2023

This pull request has been automatically closed because there has been no activity for 21 days.

Please feel free to reopen it (or open a new one) if the proposed change is still appropriate.

Thank you for your contribution!

@stale stale bot closed this Nov 10, 2023
auto-merge was automatically disabled November 10, 2023 11:01

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/docker/sane-doc-reports/numpy-1.26.0 branch November 10, 2023 11:02
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 stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant