Skip to content

Commit 06fdda6

Browse files
authored
Merge pull request #4344 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 7bac017 + a7a1736 commit 06fdda6

File tree

8 files changed

+17
-21
lines changed

8 files changed

+17
-21
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
- check-py39-pytest46
7171
- check-py39-pytest54
7272
- check-pytest62
73+
- check-django52
7374
- check-django51
74-
- check-django50
7575
- check-django42
7676
- check-pandas22
7777
- check-pandas21

guides/internals.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ example:
168168
):
169169
i += 1
170170
171-
172171
The more natural way to write this in Python would be:
173172

174173
.. code-block:: python

hypothesis-python/docs/reference/integrations.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,10 @@ For example if you ran the following with ``--hypothesis-show-statistics``:
199199
200200
from hypothesis import given, strategies as st
201201
202-
203202
@given(st.integers())
204203
def test_integers(i):
205204
pass
206205
207-
208206
You would see:
209207

210208
.. code-block:: none
@@ -222,7 +220,6 @@ In some cases (such as filtered and recursive strategies) you will see events me
222220
223221
from hypothesis import given, strategies as st
224222
225-
226223
@given(st.integers().filter(lambda x: x % 2 == 0))
227224
def test_even_integers(i):
228225
pass

hypothesis-python/tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,18 @@ commands =
164164
pip install django==4.2.20
165165
python -bb -X dev -m tests.django.manage test tests.django {posargs}
166166

167-
[testenv:django50]
167+
[testenv:django51]
168168
setenv=
169169
PYTHONWARNDEFAULTENCODING=1
170170
commands =
171-
pip install django==5.0.13
171+
pip install django==5.1.8
172172
python -bb -X dev -m tests.django.manage test tests.django {posargs}
173173

174-
[testenv:django51]
174+
[testenv:django52]
175175
setenv=
176176
PYTHONWARNDEFAULTENCODING=1
177177
commands =
178-
pip install django==5.1.7
178+
pip install django==5.2
179179
python -bb -X dev -m tests.django.manage test tests.django {posargs}
180180

181181
[testenv:py{39}-nose]

requirements/coverage.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
2828
# pytest
2929
execnet==2.1.1
3030
# via pytest-xdist
31-
fakeredis==2.27.0
31+
fakeredis==2.28.1
3232
# via -r requirements/coverage.in
3333
iniconfig==2.1.0
3434
# via pytest
@@ -65,7 +65,7 @@ pytest==8.3.5
6565
# -r requirements/test.in
6666
# pytest-cov
6767
# pytest-xdist
68-
pytest-cov==6.1.0
68+
pytest-cov==6.1.1
6969
# via -r requirements/coverage.in
7070
pytest-xdist==3.6.1
7171
# via -r requirements/test.in
@@ -92,7 +92,7 @@ tomli==2.2.1
9292
# black
9393
# coverage
9494
# pytest
95-
typing-extensions==4.13.0
95+
typing-extensions==4.13.1
9696
# via
9797
# -r requirements/coverage.in
9898
# black

requirements/fuzzing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exceptiongroup==1.2.2 ; python_version < "3.11"
4444
# trio
4545
execnet==2.1.1
4646
# via pytest-xdist
47-
fakeredis==2.27.0
47+
fakeredis==2.28.1
4848
# via -r requirements/coverage.in
4949
h11==0.14.0
5050
# via
@@ -60,7 +60,7 @@ hyperframe==6.1.0
6060
# via h2
6161
hypofuzz==25.3.3
6262
# via -r requirements/fuzzing.in
63-
hypothesis[cli,watchdog]==6.130.6
63+
hypothesis[cli,watchdog]==6.130.8
6464
# via hypofuzz
6565
idna==3.10
6666
# via
@@ -116,7 +116,7 @@ pytest==8.3.5
116116
# hypofuzz
117117
# pytest-cov
118118
# pytest-xdist
119-
pytest-cov==6.1.0
119+
pytest-cov==6.1.1
120120
# via -r requirements/coverage.in
121121
pytest-xdist==3.6.1
122122
# via -r requirements/test.in
@@ -158,7 +158,7 @@ tomli==2.2.1
158158
# pytest
159159
trio==0.29.0
160160
# via hypofuzz
161-
typing-extensions==4.13.0
161+
typing-extensions==4.13.1
162162
# via
163163
# -r requirements/coverage.in
164164
# anyio

requirements/tools.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ decorator==5.2.1
6565
# via ipython
6666
distlib==0.3.9
6767
# via virtualenv
68-
django==5.1.7
68+
django==5.2
6969
# via -r requirements/tools.in
7070
docutils==0.21.2
7171
# via
@@ -258,7 +258,7 @@ rich==14.0.0
258258
# via
259259
# pelican
260260
# twine
261-
ruff==0.11.2
261+
ruff==0.11.4
262262
# via -r requirements/tools.in
263263
secretstorage==3.3.3
264264
# via keyring
@@ -343,7 +343,7 @@ types-redis==4.6.0.20241004
343343
# via -r requirements/tools.in
344344
types-setuptools==78.1.0.20250329
345345
# via types-cffi
346-
typing-extensions==4.13.0
346+
typing-extensions==4.13.1
347347
# via
348348
# -r requirements/tools.in
349349
# anyio

tooling/src/hypothesistooling/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ def update_python_versions():
356356

357357
DJANGO_VERSIONS = {
358358
"4.2": "4.2.20",
359-
"5.0": "5.0.13",
360-
"5.1": "5.1.7",
359+
"5.1": "5.1.8",
360+
"5.2": "5.2",
361361
}
362362

363363

0 commit comments

Comments
 (0)