Skip to content

Commit f81af9c

Browse files
committed
Update pinned deps
1 parent 700efaa commit f81af9c

File tree

10 files changed

+75
-70
lines changed

10 files changed

+75
-70
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ if [ -n "${GITHUB_ACTIONS-}" ] || [ -n "${CODESPACES-}" ] ; then
2525
else
2626
# Otherwise, we install it from scratch
2727
# NOTE: tooling keeps this version in sync with ci_version in tooling
28-
"$SCRIPTS/ensure-python.sh" 3.10.14
29-
PYTHON=$(pythonloc 3.10.14)/bin/python
28+
"$SCRIPTS/ensure-python.sh" 3.10.15
29+
PYTHON=$(pythonloc 3.10.15)/bin/python
3030
fi
3131

3232
TOOL_REQUIREMENTS="$ROOT/requirements/tools.txt"

hypothesis-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def local_file(name):
6060
"pytest": ["pytest>=4.6"],
6161
"dpcontracts": ["dpcontracts>=0.4"],
6262
"redis": ["redis>=3.0.0"],
63-
"crosshair": ["hypothesis-crosshair>=0.0.13", "crosshair-tool>=0.0.70"],
63+
"crosshair": ["hypothesis-crosshair>=0.0.14", "crosshair-tool>=0.0.71"],
6464
# zoneinfo is an odd one: every dependency is conditional, because they're
6565
# only necessary on old versions of Python or Windows systems or emscripten.
6666
"zoneinfo": [

hypothesis-python/tests/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
import warnings
1818

1919
with warnings.catch_warnings():
20-
warnings.simplefilter("ignore", EncodingWarning)
20+
warnings.simplefilter("ignore", EncodingWarning) # noqa # not undefined
2121
import numpy.testing # noqa

requirements/coverage.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ libcst
88
numpy
99
pandas
1010
pyarrow # Silence warning from Pandas >=2.2, <3 - see https://github.com/pandas-dev/pandas/issues/54466
11+
pytest-cov
1112
python-dateutil
1213
pytz
1314
typing-extensions
1415
-r test.in
15-
# Need the unreleased compatibility fix for pytest-xdist rsyncdirs deprecation
16-
git+https://github.com/pytest-dev/pytest-cov.git@9757222e2e044361e70125ebdd96e5eb87395983

requirements/coverage.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ annotated-types==0.7.0
99
async-timeout==4.0.3
1010
# via redis
1111
attrs==24.1.0
12-
# via hypothesis (hypothesis-python/setup.py)
12+
# via
13+
# -r requirements/test.in
14+
# hypothesis (hypothesis-python/setup.py)
1315
black==24.8.0
1416
# via -r requirements/coverage.in
1517
click==8.1.7
@@ -26,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
2628
# pytest
2729
execnet==2.1.1
2830
# via pytest-xdist
29-
fakeredis==2.23.5
31+
fakeredis==2.24.1
3032
# via -r requirements/coverage.in
3133
iniconfig==2.0.0
3234
# via pytest
@@ -36,7 +38,7 @@ libcst==1.4.0
3638
# via -r requirements/coverage.in
3739
mypy-extensions==1.0.0
3840
# via black
39-
numpy==2.0.1
41+
numpy==2.1.1
4042
# via
4143
# -r requirements/coverage.in
4244
# pandas
@@ -51,28 +53,28 @@ pathspec==0.12.1
5153
# via black
5254
pexpect==4.9.0
5355
# via -r requirements/test.in
54-
platformdirs==4.2.2
56+
platformdirs==4.3.3
5557
# via black
5658
pluggy==1.5.0
5759
# via pytest
5860
ptyprocess==0.7.0
5961
# via pexpect
6062
pyarrow==17.0.0
6163
# via -r requirements/coverage.in
62-
pytest==8.3.2
64+
pytest==8.3.3
6365
# via
6466
# -r requirements/test.in
6567
# pytest-cov
6668
# pytest-xdist
67-
pytest-cov @ git+https://github.com/pytest-dev/pytest-cov.git@9757222e2e044361e70125ebdd96e5eb87395983
69+
pytest-cov==5.0.0
6870
# via -r requirements/coverage.in
6971
pytest-xdist==3.6.1
7072
# via -r requirements/test.in
7173
python-dateutil==2.9.0.post0
7274
# via
7375
# -r requirements/coverage.in
7476
# pandas
75-
pytz==2024.1
77+
pytz==2024.2
7678
# via
7779
# -r requirements/coverage.in
7880
# pandas

requirements/fuzzing.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ async-timeout==4.0.3
1010
# via redis
1111
attrs==24.1.0
1212
# via
13+
# -r requirements/test.in
1314
# hypothesis
1415
# hypothesis (hypothesis-python/setup.py)
1516
black==24.8.0
@@ -19,7 +20,7 @@ black==24.8.0
1920
# hypothesis
2021
blinker==1.8.2
2122
# via flask
22-
certifi==2024.7.4
23+
certifi==2024.8.30
2324
# via requests
2425
charset-normalizer==3.3.2
2526
# via requests
@@ -33,7 +34,7 @@ coverage[toml]==7.6.1
3334
# via
3435
# hypofuzz
3536
# pytest-cov
36-
dash==2.17.1
37+
dash==2.18.1
3738
# via hypofuzz
3839
dash-core-components==2.0.0
3940
# via dash
@@ -50,17 +51,17 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
5051
# pytest
5152
execnet==2.1.1
5253
# via pytest-xdist
53-
fakeredis==2.23.5
54+
fakeredis==2.24.1
5455
# via -r requirements/coverage.in
5556
flask==3.0.3
5657
# via dash
5758
hypofuzz==24.2.3
5859
# via -r requirements/fuzzing.in
59-
hypothesis[cli]==6.111.1
60+
hypothesis[cli]==6.112.1
6061
# via hypofuzz
61-
idna==3.7
62+
idna==3.10
6263
# via requests
63-
importlib-metadata==8.2.0
64+
importlib-metadata==8.5.0
6465
# via dash
6566
iniconfig==2.0.0
6667
# via pytest
@@ -86,7 +87,7 @@ mypy-extensions==1.0.0
8687
# via black
8788
nest-asyncio==1.6.0
8889
# via dash
89-
numpy==2.0.1
90+
numpy==2.1.1
9091
# via
9192
# -r requirements/coverage.in
9293
# pandas
@@ -104,9 +105,9 @@ pathspec==0.12.1
104105
# via black
105106
pexpect==4.9.0
106107
# via -r requirements/test.in
107-
platformdirs==4.2.2
108+
platformdirs==4.3.3
108109
# via black
109-
plotly==5.23.0
110+
plotly==5.24.1
110111
# via dash
111112
pluggy==1.5.0
112113
# via pytest
@@ -118,21 +119,21 @@ pyarrow==17.0.0
118119
# via -r requirements/coverage.in
119120
pygments==2.18.0
120121
# via rich
121-
pytest==8.3.2
122+
pytest==8.3.3
122123
# via
123124
# -r requirements/test.in
124125
# hypofuzz
125126
# pytest-cov
126127
# pytest-xdist
127-
pytest-cov @ git+https://github.com/pytest-dev/pytest-cov.git@9757222e2e044361e70125ebdd96e5eb87395983
128+
pytest-cov==5.0.0
128129
# via -r requirements/coverage.in
129130
pytest-xdist==3.6.1
130131
# via -r requirements/test.in
131132
python-dateutil==2.9.0.post0
132133
# via
133134
# -r requirements/coverage.in
134135
# pandas
135-
pytz==2024.1
136+
pytz==2024.2
136137
# via
137138
# -r requirements/coverage.in
138139
# pandas
@@ -146,7 +147,7 @@ requests==2.32.3
146147
# hypofuzz
147148
retrying==1.3.4
148149
# via dash
149-
rich==13.7.1
150+
rich==13.8.1
150151
# via hypothesis
151152
six==1.16.0
152153
# via
@@ -172,15 +173,15 @@ typing-extensions==4.12.2
172173
# fakeredis
173174
tzdata==2024.1
174175
# via pandas
175-
urllib3==2.2.2
176+
urllib3==2.2.3
176177
# via requests
177-
werkzeug==3.0.3
178+
werkzeug==3.0.4
178179
# via
179180
# dash
180181
# flask
181-
zipp==3.20.0
182+
zipp==3.20.2
182183
# via importlib-metadata
183184

184185
# The following packages are considered to be unsafe in a requirements file:
185-
setuptools==72.2.0
186+
setuptools==75.0.0
186187
# via dash

requirements/test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
attrs==24.1.0 # too early for https://github.com/python-attrs/attrs/pull/1329
12
pexpect
23
pytest
34
pytest-xdist

requirements/test.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# ./build.sh upgrade-requirements
66
#
77
attrs==24.1.0
8-
# via hypothesis (hypothesis-python/setup.py)
8+
# via
9+
# -r requirements/test.in
10+
# hypothesis (hypothesis-python/setup.py)
911
exceptiongroup==1.2.2 ; python_version < "3.11"
1012
# via
1113
# hypothesis (hypothesis-python/setup.py)
@@ -22,7 +24,7 @@ pluggy==1.5.0
2224
# via pytest
2325
ptyprocess==0.7.0
2426
# via pexpect
25-
pytest==8.3.2
27+
pytest==8.3.3
2628
# via
2729
# -r requirements/test.in
2830
# pytest-xdist

0 commit comments

Comments
 (0)