Skip to content

Commit 1db7a62

Browse files
authored
Merge pull request #73 from pyiron/dependabot/pip/cloudpickle-3.1.2
Bump cloudpickle from 3.1.1 to 3.1.2
2 parents 0d6262b + d529454 commit 1db7a62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channels:
33
dependencies:
44
- hatchling =1.27.0
55
- hatch-vcs =0.5.0
6-
- python >=3.11,<3.15
6+
- python >=3.11,<3.15

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Repository = "https://github.com/pyiron/pyiron_snippets"
4242

4343
[project.optional-dependencies]
4444
tests = [
45-
"cloudpickle==3.1.1",
45+
"cloudpickle==3.1.2",
4646
]
4747

4848
[tool.hatch.build]

0 commit comments

Comments
 (0)