diff --git a/_service b/_service
index dab914f..27b6d29 100644
--- a/_service
+++ b/_service
@@ -2,11 +2,11 @@
https://github.com/HypothesisWorks/hypothesis.git
git
- hypothesis-python-6.112.2
+ hypothesis-python-6.115.2
@PARENT_TAG@
hypothesis-python-(.*)
- hypothesis-python
- hypothesis-python
+ hypothesis-python
+ hypothesis-python
*.tar
diff --git a/hypothesis-python-6.112.2.tar.gz b/hypothesis-python-6.112.2.tar.gz
deleted file mode 100644
index f0d8bbb..0000000
--- a/hypothesis-python-6.112.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b012a0b077bd94f08ceed2abecec124d735e314e8d24117311968fafed446859
-size 933401
diff --git a/hypothesis-python-6.115.2.tar.gz b/hypothesis-python-6.115.2.tar.gz
new file mode 100644
index 0000000..0d1aff1
--- /dev/null
+++ b/hypothesis-python-6.115.2.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bb56678220800289c6415877cc10727b796a564ebe6721dfb85f44d2b997f735
+size 935162
diff --git a/python-hypothesis.changes b/python-hypothesis.changes
index d77a4ed..b510a5c 100644
--- a/python-hypothesis.changes
+++ b/python-hypothesis.changes
@@ -1,3 +1,43 @@
+-------------------------------------------------------------------
+Wed Oct 23 11:11:01 UTC 2024 - John Paul Adrian Glaubitz
+
+- Update to 6.115.3
+ * This patch fixes a regression from :ref:`version 6.115.2 ` where
+ generating values from :func:`~hypothesis.strategies.integers` with certain
+ values for ``min_value`` and ``max_value`` would error.
+- from version 6.115.2
+ * This release improves integer shrinking by folding the endpoint upweighting
+ for :func:`~hypothesis.strategies.integers` into the ``weights`` parameter
+ of our IR.
+ If you maintain an alternative backend as part of our (for now explicitly
+ unstable) :ref:`alternative-backends`, this release changes the type of the
+ ``weights`` parameter to ``draw_integer`` and may be a breaking change for you.
+- from version 6.115.1
+ * This patch improves the performance of :func:`~hypothesis.strategies.from_type`
+ with `pydantic.types.condate
+- from version 6.115.0
+ * This improves the formatting of dataclasses and attrs classes when printing
+ falsifying examples.
+- from version 6.114.1
+ * This patch upgrades remaining type annotations to Python 3.9 syntax.
+- from version 6.114.0
+ * This release drops support for Python 3.8, which reached end of life on
+ 2024-10-07.
+- from version 6.113.0
+ * This release adds ``hypothesis.errors.BackendCannotProceed``, an unstable API
+ for use by :ref:`alternative-backends`.
+- from version 6.112.5
+ * This release fixes a regression where :class:`hypothesis.stateful.Bundle` did
+ not work properly with :ref:`flatmap ` functionality.
+- from version 6.112.4
+ * This patch tweaks the paths in ``@example(...)`` patches, so that
+ both ``git apply`` and ``patch`` will work by default.
+- from version 6.112.3
+ * This release refactors internals of :class:`hypothesis.stateful.Bundle`
+ to have a more consistent representation internally.
+- Remove trailing spaces before newlines in _service file
+- Update BuildRequires and Requires from setup.py
+
-------------------------------------------------------------------
Tue Oct 8 16:02:15 UTC 2024 - Markéta Machová
diff --git a/python-hypothesis.spec b/python-hypothesis.spec
index a0a1cb6..e995b62 100644
--- a/python-hypothesis.spec
+++ b/python-hypothesis.spec
@@ -38,7 +38,7 @@ ExclusiveArch: do_not_build
%endif
%{?sle15_python_module_pythons}
Name: python-hypothesis%{psuffix}
-Version: 6.112.2
+Version: 6.115.2
Release: 0
Summary: A library for property based testing
License: MPL-2.0
@@ -63,13 +63,13 @@ BuildArch: noarch
# SECTION requires_extra
Recommends: (python-importlib_metadata >= 3.6 if python-base < 3.8)
# consuming packages need to declare these optional dependencies explicitly
-Recommends: python-Django >= 3.2
+Recommends: python-Django >= 4.2
Recommends: python-black >= 19.10
Recommends: python-click >= 7.0
Recommends: python-dpcontracts >= 0.4
Recommends: python-lark >= 0.10.1
Recommends: python-libcst >= 0.3.16
-Recommends: python-numpy >= 1.16.0
+Recommends: python-numpy >= 1.19.3
Recommends: python-pandas >= 1.1
Recommends: python-pytest >= 4.6
Recommends: python-python-dateutil >= 1.4
@@ -87,7 +87,7 @@ BuildRequires: %{python_module dpcontracts >= 0.4}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module lark >= 0.10.1}
BuildRequires: %{python_module libcst >= 0.3.16}
-BuildRequires: %{python_module numpy >= 1.16.0}
+BuildRequires: %{python_module numpy >= 1.19.3}
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pytest >= 4.6}
BuildRequires: %{python_module pytest-xdist}