Skip to content

Commit a69ea70

Browse files
Bump platformdirs from 4.9.1 to 4.9.2 (#68)
* Bump platformdirs from 4.9.1 to 4.9.2 Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.9.1 to 4.9.2. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.9.1...4.9.2) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.9.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 57aa8e0 commit a69ea70

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.2"
7+
version = "2.3.3"
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
@@ -13,7 +13,7 @@ nox==2026.2.9
1313
numpy==2.4.2
1414
packaging==26.0
1515
pandas==3.0.1
16-
platformdirs==4.9.1
16+
platformdirs==4.9.2
1717
pluggy==1.6.0
1818
Pygments==2.19.2
1919
pytest==9.0.2

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.2",
11+
version="2.3.3",
1212
install_requires=required,
1313
)

0 commit comments

Comments
 (0)