Skip to content

Commit dcfa3b6

Browse files
authored
Merge pull request #443 from Reed-CompBio/dependabot/pip/pip-25.3
chore(deps): bump pip from 25.2 to 25.3
2 parents 24fe346 + ae9e407 commit dcfa3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- tabulate=0.9.0
2525

2626
# toolchain deps
27-
- pip=25.2
27+
- pip=25.3
2828
# This should be the same as requires-python minus the >=.
2929
- python=3.11
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"spython==0.3.14",
3333

3434
# toolchain deps
35-
"pip==25.2",
35+
"pip==25.3",
3636
]
3737

3838
[project.optional-dependencies]

0 commit comments

Comments
 (0)