Skip to content

Commit f388e34

Browse files
Bump numpy from 2.4.1 to 2.4.2 (#60)
* Bump numpy from 2.4.1 to 2.4.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.4.1 to 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update setup.py * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
1 parent 630595b commit f388e34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ironoc_pytest_conor_heffron"
7-
version = "2.3.0"
7+
version = "2.3.1"
88
authors = [
99
{ name="Conor Heffron", email="conor.heffron@gmail.com" },
1010
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ humanize==4.15.0
1010
idna==3.11
1111
iniconfig==2.3.0
1212
nox==2025.11.12
13-
numpy==2.4.1
13+
numpy==2.4.2
1414
packaging==26.0
1515
pandas==3.0.0
1616
platformdirs==4.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
setup(
1010
name="ironoc-pytest",
11-
version="2.3.0",
11+
version="2.3.1",
1212
install_requires=required,
1313
)

0 commit comments

Comments
 (0)