Skip to content

Commit b73d6fd

Browse files
authored
Merge pull request #3373 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 934d16b + 60a94cd commit b73d6fd

File tree

6 files changed

+36
-29
lines changed

6 files changed

+36
-29
lines changed

hypothesis-python/docs/changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ Thanks to Zac Hatfield-Dodds and Nikita Sobolev for this feature!
26372637

26382638
This patch adds two new :doc:`ghostwriters <ghostwriter>` to test
26392639
:wikipedia:`binary operations <Binary_operation>`, like :func:`python:operator.add`,
2640-
and Numpy :doc:`ufuncs <reference/ufuncs>` and :doc:`gufuncs
2640+
and Numpy :doc:`ufuncs <numpy:reference/ufuncs>` and :doc:`gufuncs
26412641
<numpy:reference/c-api/generalized-ufuncs>` like :data:`np.matmul() <numpy:numpy.matmul>`.
26422642

26432643
.. _v5.26.1:

hypothesis-python/docs/conf.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def setup(app):
6565
sys.modules["xps"] = mod
6666

6767

68-
language = None
68+
language = "en"
6969

7070
exclude_patterns = ["_build"]
7171

@@ -103,15 +103,15 @@ def setup(app):
103103
# See http://sphinx-doc.org/ext/extlinks.html
104104
_repo = "https://github.com/HypothesisWorks/hypothesis/"
105105
extlinks = {
106-
"commit": (_repo + "commit/%s", "commit "),
107-
"gh-file": (_repo + "blob/master/%s", ""),
108-
"gh-link": (_repo + "%s", ""),
109-
"issue": (_repo + "issues/%s", "issue #"),
110-
"pull": (_repo + "pull/%s", "pull request #"),
111-
"pypi": ("https://pypi.org/project/%s/", ""),
112-
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
113-
"xp-ref": ("https://data-apis.org/array-api/latest/API_specification/%s", ""),
114-
"wikipedia": ("https://en.wikipedia.org/wiki/%s", ""),
106+
"commit": (_repo + "commit/%s", "commit %s"),
107+
"gh-file": (_repo + "blob/master/%s", "%s"),
108+
"gh-link": (_repo + "%s", "%s"),
109+
"issue": (_repo + "issues/%s", "issue #%s"),
110+
"pull": (_repo + "pull/%s", "pull request #%s"),
111+
"pypi": ("https://pypi.org/project/%s/", "%s"),
112+
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
113+
"xp-ref": ("https://data-apis.org/array-api/latest/API_specification/%s", "%s"),
114+
"wikipedia": ("https://en.wikipedia.org/wiki/%s", "%s"),
115115
}
116116

117117
# -- Options for HTML output ----------------------------------------------

requirements/coverage.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ click==8.1.3
1818
# via
1919
# -r requirements/coverage.in
2020
# black
21-
coverage==6.4
21+
coverage==6.4.1
2222
# via -r requirements/coverage.in
2323
deprecated==1.2.13
2424
# via redis
2525
dpcontracts==0.6.0
2626
# via -r requirements/coverage.in
27+
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
28+
# via hypothesis (hypothesis-python/setup.py)
2729
execnet==1.9.0
2830
# via pytest-xdist
29-
fakeredis==1.8
31+
fakeredis==1.8.1
3032
# via -r requirements/coverage.in
3133
iniconfig==1.1.1
3234
# via pytest
@@ -83,7 +85,7 @@ pytz==2022.1
8385
# pandas
8486
pyyaml==6.0
8587
# via libcst
86-
redis==4.3.1
88+
redis==4.3.3
8789
# via fakeredis
8890
six==1.16.0
8991
# via

requirements/test.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ attrs==21.4.0
88
# via
99
# hypothesis (hypothesis-python/setup.py)
1010
# pytest
11+
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
12+
# via hypothesis (hypothesis-python/setup.py)
1113
execnet==1.9.0
1214
# via pytest-xdist
1315
iniconfig==1.1.1

requirements/tools.txt

+17-14
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ com2ann==0.3.0
4949
# via shed
5050
commonmark==0.9.1
5151
# via rich
52-
coverage==6.4
52+
coverage==6.4.1
5353
# via -r requirements/tools.in
5454
cryptography==37.0.2
5555
# via secretstorage
5656
decorator==5.1.1
5757
# via ipython
5858
distlib==0.3.4
5959
# via virtualenv
60-
django==4.0.4
60+
django==4.0.5
6161
# via -r requirements/tools.in
6262
docutils==0.17.1
6363
# via
@@ -67,9 +67,11 @@ docutils==0.17.1
6767
# sphinx-rtd-theme
6868
dpcontracts==0.6.0
6969
# via -r requirements/tools.in
70+
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
71+
# via hypothesis (hypothesis-python/setup.py)
7072
executing==0.8.3
7173
# via stack-data
72-
filelock==3.7.0
74+
filelock==3.7.1
7375
# via
7476
# tox
7577
# virtualenv
@@ -152,7 +154,7 @@ jeepney==0.8.0
152154
# secretstorage
153155
jinja2==3.1.2
154156
# via sphinx
155-
keyring==23.5.1
157+
keyring==23.6.0
156158
# via twine
157159
lark-parser==0.12.0
158160
# via -r requirements/tools.in
@@ -166,7 +168,7 @@ matplotlib-inline==0.1.3
166168
# via ipython
167169
mccabe==0.6.1
168170
# via flake8
169-
mypy==0.960
171+
mypy==0.961
170172
# via -r requirements/tools.in
171173
mypy-extensions==0.4.3
172174
# via
@@ -194,7 +196,7 @@ pickleshare==0.7.5
194196
# via ipython
195197
pip-tools==6.6.2
196198
# via -r requirements/tools.in
197-
pkginfo==1.8.2
199+
pkginfo==1.8.3
198200
# via twine
199201
platformdirs==2.5.2
200202
# via
@@ -242,15 +244,15 @@ python-dateutil==2.8.2
242244
# via -r requirements/tools.in
243245
pytz==2022.1
244246
# via babel
245-
pyupgrade==2.32.1
247+
pyupgrade==2.34.0
246248
# via shed
247249
pyyaml==6.0
248250
# via
249251
# bandit
250252
# libcst
251253
readme-renderer==35.0
252254
# via twine
253-
requests==2.27.1
255+
requests==2.28.0
254256
# via
255257
# -r requirements/tools.in
256258
# requests-toolbelt
@@ -266,7 +268,7 @@ rich==12.4.4
266268
# via twine
267269
secretstorage==3.3.2
268270
# via keyring
269-
shed==0.10.0
271+
shed==0.10.1
270272
# via -r requirements/tools.in
271273
six==1.16.0
272274
# via
@@ -285,14 +287,15 @@ sortedcontainers==2.4.0
285287
# via hypothesis (hypothesis-python/setup.py)
286288
soupsieve==2.3.2.post1
287289
# via beautifulsoup4
288-
sphinx==4.5.0
290+
sphinx==5.0.1
289291
# via
290292
# -r requirements/tools.in
291293
# sphinx-codeautolink
294+
# sphinx-hoverxref
292295
# sphinx-rtd-theme
293-
sphinx-codeautolink==0.10.0
296+
sphinx-codeautolink==0.11.0
294297
# via -r requirements/tools.in
295-
sphinx-hoverxref==1.0.1
298+
sphinx-hoverxref==1.1.1
296299
# via -r requirements/tools.in
297300
sphinx-rtd-theme==1.0.0
298301
# via -r requirements/tools.in
@@ -330,11 +333,11 @@ tomli==2.0.1
330333
# pytest
331334
tox==3.25.0
332335
# via -r requirements/tools.in
333-
traitlets==5.2.1.post0
336+
traitlets==5.2.2.post1
334337
# via
335338
# ipython
336339
# matplotlib-inline
337-
twine==4.0.0
340+
twine==4.0.1
338341
# via -r requirements/tools.in
339342
types-click==7.1.8
340343
# via -r requirements/tools.in

tooling/src/hypothesistooling/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def run_tox(task, version, *args):
383383
"3.7": "3.7.13",
384384
"3.8": "3.8.13",
385385
"3.9": "3.9.13",
386-
"3.10": "3.10.4",
386+
"3.10": "3.10.5",
387387
"3.11": "3.11-dev",
388388
"3.12": "3.12-dev",
389389
"pypy3.7": "pypy3.7-7.3.9",

0 commit comments

Comments
 (0)