Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bcc77c

Browse files
authored
MAINT: Update some requirements. (#31312)
1 parent 3883a82 commit 1bcc77c

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies:
2424
- pytest-xdist
2525
- hypothesis
2626
# For type annotations
27-
- mypy=1.20.0
27+
- mypy==1.20.2
2828
- orjson # makes mypy faster
2929
# For building docs
3030
- sphinx>=4.5.0

requirements/doc_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ pydata-sphinx-theme>=0.16.1
55
sphinx-copybutton
66
sphinx-design
77
scipy
8-
matplotlib!=3.10.6
8+
matplotlib>=3.10.8
99
pandas
1010
breathe>=4.36.0
11-
ipython!=8.1.0
11+
ipython>=9.12.0
1212
# Needed for ipython>=8.17
1313
# https://github.com/ipython/ipython/issues/14237
1414
pickleshare
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
hypothesis==6.151.9
2-
pytest==9.0.2
1+
hypothesis==6.152.1
2+
pytest==9.0.3
33
tzdata
44
pytest-xdist
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pkgconf==2.5.1.post1
1+
pkgconf==2.5.1.post1 # post2 has problems.

requirements/test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cython
2-
hypothesis==6.151.9
3-
pytest==9.0.2
2+
hypothesis==6.152.1
3+
pytest==9.0.3
44
pytest-cov==7.1.0
55
meson
66
ninja; sys_platform != "emscripten"

requirements/typing_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
-r test_requirements.txt
44

5-
mypy==1.20.0
5+
mypy==1.20.2
66
pyrefly==0.61.0

0 commit comments

Comments
 (0)