Skip to content

Commit 690b39f

Browse files
authored
Merge pull request #2918 from devitocodes/fix-dependabot-bug
CI: revert bad dependabot bound updates
2 parents 0e760e8 + 3942675 commit 690b39f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
pytest>=9.0.3,<9.1
1+
pytest>=7.2,<9.1
22
pytest-runner<6.0.2
33
pytest-cov<7.1.1
4-
flake8-pyproject>=1.2.4,<1.2.5
4+
flake8-pyproject>=1.2.3,<1.2.5
55
nbval<0.11.1
66
scipy<1.15.4
77
pooch<1.9.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=9.0.1
22
numpy>=1.26,<=2.4.3
33
sympy>=1.12.1,<1.15
4-
psutil>=7.2.2,<8.0
4+
psutil>=5.1.0,<8.0
55
py-cpuinfo<10
6-
cgen>=2025.1,<2026
6+
cgen>=2020.1,<2026
77
codepy>=2019.1,<2025
88
multidict<6.3
99
anytree>=2.4.3,<=2.13.0

0 commit comments

Comments
 (0)